Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ActionScript Solutions: 1 - 25 of 932
 
    Dear Experts, I'm using code below to create multiple instances of a MovieClip called mc. The problem is that every time the new mc gets added to the display list it replaces the one crea...
All I am looking for is some simple, bar bones code that will delay 3 seconds before it goes to the next frame. I have been trying to get this to work... no luck
How do you display a alert box in ActionScript 3.  It use to be so easy any sample code.
Hello I am struggling to make the transition from AS2 to AS3 and I need some help understanding how Flash AS3 handles mouse actions using the addEventListener. I am authoring a simple F...
I have a menu created in Flash CS3.  It is a movie clip and I am trying to add the links to the buttons. Here is what I have so far: onClipEvent (load) {      num = 2; } on (rollOver) { ...
Hi, I just finished developing my Flex Application (using the Trial Adobe Flex Builder 3.0) and after going to Project > Export Release Build, I can see that when I view my project inside t...
I'm just starting to learn this JSON-stuff, but I cant get it to work. I am using the JSON class from here: http://www.json.org/json.as I have a php-script that collects some info on a giv...
Hi can anyone tell me how to make a url open in the same page using Actionscript 3, currently when clicked it opens in a new window below is my code Thanks
Hello, I am new to ActionScript 3 - I'm trying to find a way to allow the user to zoom in and out of a movieclip, preferably using the slider component, with ActionScript 3. I've found some...
Dear Experts! I've almost finished the front end to my website. I'm now adding a bit of polish so I don't get Flash  displaying a white background for ages while everything loads. To do ...
Hi all, I got the attached code off of the adobe.com site from a tutorial. The code when pasted in a frame will pause that frame. It works fine. My issue is if I then paste the same code...
Hi Guys, I have another AS error: 1180: Call to a possibly undefined method setHotspotsVisibilityIndividually.
i want to be able to make a movie clip play in reverse when a separate button is clicked. i have the attached code but it only moves the movie clip back one frame at a time: can someone...
I have a menu with 3 btns, and i am using switch and case (see code) for the menu actions. This menu is on my main movie, that loads external flash files. i need an external flash to sim...
I have this AS 3 movie I've created. I used the Components pane to drag/drop a button onto the stage. The movie compiles fine with the button for now. When I use the Component Inspector to cha...
I would like to dupluicate movie clips that read in xml data into each duplicated movie clip. these movie clips will serve as buttons for an accordian menu. How can I duplicate movie clips and...
i am trying to implement the SWITCH in real world example. but i get this error. 1067: Implicit coercion of a value of type String to an unrelated type flash.display:MovieClip. any help
This ComboBox allows the user to select an aircraft, with the label and data parameters. I want to display the specification for that aircraft when that aircraft is selected in the combo box. ...
hello, Does anybody know how to make a background image in flash fullscreen? I know that i can place any image as a background and set it the the size of the the flash movie, but this does...
I have a crossdomain.xml sitting in the root of both static.mysite.com and www.mysite.com: <?xml version="1.0"?> <!DOCTYPE cross-domain-policy   SYSTEM "http://www.macromedia.com/xml/dtd...
Hello, I am encountering a problem with addChild and removeChild. I would like to add a child when one button is pushed and remove the same child when another button is pushed. The code...
Hi, I have a movieClip in my library that i added into the stage using actionscript in a document class. At one point or another, i'd like to apply the filter "adjust color" available in t...
I am not sure how this works. One of my friend is asking about making MMS for flash player. How do I do that ??
I have about 6 buttons in flash that are calling urls. The client requested that I link the url from an xml so they can change it. How can I easily change the link from an existing button to r...
I'm not a complete newbie, but my AS knowledge is very rudimentary.  I am trying to create code that would change the color of a movie clip.  I have the code pasted below. Ultimately, I am ...