So here goes my stackoverflow debut... (And I tried searching and reading thru a lot of posts (php flash date) before asking this)
I\'m working on a Flash website for a while now, but just now I noticed that the link doesn\'t change (that\'s normal for a Flash application). But the thing is, the website needs to be \'shareable\'
I trying to access a flashvar on the first frame but they are alway undefined. What am I doing wrong?
I\'m loading a text file into a string variable using LoadVars(). For the final version of the code I want to be able to put that text as part of the actionscript code and assign it to the string, ins
I\'ve found this bit of code and it works for preloading my single \'Q1.swf\' in an old AS2 project I did a while back. How do I adapt it to preload 5 swf\'s? Ca开发者_如何学编程n I load them all to t
I\'m using this var timer2 = setTimeout(checkValue2, 2000); as a frame action in Frame 2, which then triggers checkValue2 which is a piece of function in Frame 1 where all the _global. variables ar
For my project, http://www.swfcabin.com/swf-files/1302575829.swf, Sometimes a number doesn\'t appear when I \"scratch\" the top part off. This is the code that was being used (yes it\'s a little nooby
Quick Array question for someone...So I have this array: var bodyText:Array = [\"1||^^1a::##1b||1\", \"2||^^2a::##2b||2\"];
My code works fine when all mc are placed on the main time-line(stage) However when I import them into a single Movie Clip called Container_Mc the code stops working. I\'m sure it has to do with the t
Hey guys, i have this example: http://www.开发者_JAVA百科fakedc.com/exemple/exemple.html how i can make this in AS2.0???