Im trying to load series of external Swfs into a Movieclip on stage. The swf are 800 x 600 in dimension whereas as the container is 400 X 400.
Let me preface this by saying that I am something of an actionscript newbie. We have a system that allows a user to upload any image, which we store on the server.Of course, it is simple to load an i
I have a flash script, i added one move clip via addChild, my movie area is 500x400 and the movieClip i aligned to center. But when am trying to set the size with in browser its not aligned to center.
I\'ve been trying to load a simple .swf (home.swf) and have it play automatically on my existing fla project (as2). These are the steps I have taken..
I have a (old) Flash Document \".fla\" file created in Flash 8. It just has a static textbox with \"Hello World\"(many more text boxes) in it .
Im trying to use JS to send data to my Flash AS2.0 music player with ExternalInterface, except there are no good tutorials or guides on ExternalInterface that I can find. I want to be able to change t
I have 3 sounds that I would like to play, they are in my library. I can play any of of them using soundName.start(0,1) with开发者_StackOverflow社区 the code below:
Trying to find a straight answer for this. I am going to be creating some sub classe开发者_开发知识库s in actionscript 3. I was wanting to know if it is possible to override the parent class. If so, d
I\'m trying to change the source of the FLVPlayback component on my stage with the load() method. When the new video loads I hear the audio playing but I see no video. Any idea what could be going on
I\'ve noticed that some programmers animate objects based on the difference in time. I am not sure why or even if this is logical. Does anyone know the significance?