From my previouse two post:
1) create a page which contain a flash can be add text dynamiclly
2) make an element full screen in the web page
I found that I have to learn the actionscript to reach my requirement. However I have NEVER did the flash dev,and after googling I do not have a clear understanding of actionscript.
So I want to know some basic concepts:
1)what's the runtime environment of as?
We know the javascript run within the browser,but how about the as?
2)how about the run mechanism ?
For js,the browser download the xx.js to local,and run it.
How about the as?
Since I have download an actionscript example: but I do not find any xx.as,and just the xx.swf,and xx.fla,so is the xx.fla equal to the xx.js?
3)Should the actionscript be complied?
For js,answer is no. Everyone can see the source codes of the xx.js,but when I try to open the xx.fla with a text editor,I found it is a binary file.
4)how to get started with actionscript,I mean the dev environment.
For javascript,I need nothing,just learn the js Syntax,then open my favoriate text eidtor,then I can write a xx.js,and run it.
But how about the actionscript? Since from google I heard people said the flex sdk is needed,I am not sure about their realationship.
Also,Do I have to learn how to create the flash - xx.swf? what's the realationship between the actionscript and the flash file? Any populate tool?
I am really confused by the above question,I wonder if you guys can do me a favor.