I must be missing something. date1 = new Date(2010, 01, 10, 12, 10, 30, 000); date2 = new Date(2010, 01, 10, 12, 10, 30, 000);
I\'m new to flash and action script 2, and I am trying to load an external movie and have it start at frame 3. It\'s the start at frame 3 that I\'m having trouble with.
First post here. I have a xml video background and need to add a preloader before the video is buffering. The problem is that I am loading the video from xml file and from what I\'ve tried the preloa
hai guys... My project is to get a input text from user and user can check their answer by simply click on the button check, if the开发者_运维知识库ir answer is true a message \"good job\" will be d
Hi I have my movie in the main timel开发者_JAVA百科ine and then have a smaller clip in which there is a dynamic text box. In that smaller movie I have some actionscript
What is the equivalent of this AS3 code in AS开发者_StackOverflow2? stage.addEventListener(Event.MOUSE_LEAVE, callbackFunc);
I\'m making a flash site. And there\'s a video playing, and it moves around and changes size as the user navigates around the page. I notice when it gets small, the video quality gets bad on it. Any i
I\'m working on writing a tweening class in as2 that has a callback variable and I can\'t seem to find a good way to get the scope without specifically passing in a scope variable as well. This tweeni
HI i have a main class //main.as package { public class main { public var testGlobal:string = \"testValue\";
I have done this same thing in ActionScript 3, but am not familiar with ActionScript 2, which I am forced to use for this project. I am loading products into a SWF via XML and attempti开发者_运维技巧n