Click here to Skip to main content
15,879,490 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i know only c# but can learn, in what program one can make flash application, by flash I mean application inside a browser (a window in the browser with drawing inside enabled)
Posted
Updated 2-Feb-15 7:01am
v4
Comments
Sergey Alexandrovich Kryukov 2-Feb-15 13:03pm    
If you are talking about Flash, why Java, why Silverlight and C#? Do you really understand yourself what you want to do?
—SA
john1990_1 2-Feb-15 13:06pm    
thx gr8, what program to use to write code in it to make drawable form inside a webpage?

Please see my comment to the question.

This is what Flash is:
http://en.wikipedia.org/wiki/Adobe_Flash[^],
http://en.wikipedia.org/wiki/ActionScript[^].

And this is where you could start the development:
http://www.adobe.com/devnet/flash.html[^],
http://en.wikipedia.org/wiki/FlashDevelop[^],
http://www.flashdevelop.org/[^].

As to the possibilities for C# Flash development, please see: http://www.infoq.com/news/2009/08/ActionScript-Needed-Features[^].
I did not find newer information on this topic.

I personally would not take this very much proprietary technology seriously.

—SA
 
Share this answer
 
v2
Comments
john1990_1 2-Feb-15 13:13pm    
i cant find, if i can do a drawable form inside a webpage in c#, what's the name of the program to use to write code in it?
Sergey Alexandrovich Kryukov 2-Feb-15 13:14pm    
Please see my answer again. I recently updated it, not sure before or after your comment...
—SA
john1990_1 2-Feb-15 13:17pm    
can i do it in c#?
Sergey Alexandrovich Kryukov 2-Feb-15 14:02pm    
I don't know, maybe there is no a way at the moment. Do you understand that C# is for the CLR platform? Other platforms are being added, but this is, mostly, only the upcoming possibility.
—SA
john1990_1 2-Feb-15 14:07pm    
make my life easier, i know c# and want to write things similar to a .swf game inside webpages, should i learn another language? what program to write code in it?
You are now in a time when there are alternatives to Flash; note that YouTube just stopped using Flash as its video player, switching to an HTML5 based solution: [^].

While this astoundingly full-featured on-line color picker application has been around for years, it now makes extensive use of jQuery: [^].

Specifically, you can use JavaScript, WebGL, HTML5, CSS, etc., to create powerful web applications that will run on any browser in almost any device, such as this one: [^].

The difficulty, I think, for someone deciding on creating an Application using this bundle of technology (what I call the "Web Stack") is that there are so many options available, so many different available frameworks for "rich," or "thin" clients, for server-side.

You will probably want to check out at a minimum:

1. jQuery
2. AngularJS
3. Node.js

Of course, there are myriad tools from Microsoft, and you can use Node.js within Visual Studio via a plug-in, use Angular via a special template, as well as jQuery. You can use MS's TypeScript to write strongly-typed code that is translated into JavaScript, or tools like AtScript from Google.

imho we are in time of great ferment, and explosive creativity, as we stumble towards whatever/whereever the future will be. JavaScript (EcmaScript) is heading towards version 6 which will make it much more like C#, imho; take a look at its features: [^].
 
Share this answer
 
Comments
john1990_1 2-Feb-15 13:47pm    
u advise i learn javascript? is c# fine in making like .swf games? what program to use to use c#?
john1990_1 2-Feb-15 14:08pm    
make my life easier, i know c# and want to write things similar to a .swf game inside webpages, should i learn another language? what program to write code in it?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900