What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Top ActionScript Solutions: 1 - 25 of 252
 
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...
A colleague in the UK provided a solution to a problem I was having with AS3. I'm very new to Flash 9 and have some experience of AS2 and Flash 8. The colleague provided me a script that will ...
Hello, I have a flash application that loads data from mySQL dynamically. I am using AS2 and loadVars. Everything loads great into my dynamic text fields, but the question is, How do I t...
I have a simple function within a movie player that enables movie control elements on the stage to fade in on rollover and fade out on rollout: function fadein(who){ _root.onEnterFrame = f...
I am working on a Flash application that loads and displays images.  Everything works fine when the image is loaded from my own server.  However, when I try to load images, specifically advert...
The attached code works correctly for when I roll the mouse over the movieClip for both the over and the out states. However I have two issues: 1. When I click on the movieClip, the state doe...
Hi! I found a tutorial online that demonstrated how to create a navigation menu in Flash CS3 with Actionscript 3.0. When you roll over a menu item it will load an external SWF onto the stag...
When I am testing my file (built in Flash cs4 Actionscript 3.0), I am receiving the message "TypeError: Error #1009: Cannot access a property or method of a null object reference.      at Benefit...
Just as the title says - I'm using the text input field component and i'd like to see the text centered vertically instead of at the top of the input box.  The solution MUST be actionscript 3 ...
Hi, I have an FLA that has some buttons on one layer. upon clicking one of the buttons, a new layer is being displayed on top of the previous layer. all is ok, except that the bottom ...
When opening the spiral_photos.swf each thumbnail is opening a swf in a new browser window. This only works then viewing the swf in flash (ctrl + return) and not when viewing the swf in the fi...
Hi Experts, Is it possible to pass an argument to a function when an event listener is triggered? This doesn't work but something like:  ldr.contentLoaderInfo.addEventListener(Event.COMPL...
Hi, I need to do snapshots of a live webcam feed, using bd = BitmapData.Draw(video) and I get: SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: file:///W|/work/mypr...
Hello, I am novice at Flash Actionscript but fair at php and javascript. I have this actionscript that auto scrolls based on the placement of the mouse and it works as it is but I reall...
Im using a getUrl in Flash CS4 on a button with actionscript 2.0 The flash buttons respond and open up the URL when i test locally. But when it gets put on the website i am doing, the butto...
What eventListener do I use to trace the mouse wheel while scrolling through dynamic text that has a scrollbar? The scrollbar moves with the mouse wheel, but doesn't produce a scroll event.
I have a function in my class that i need to reuse once a button on the stage is clicked.  Example:  button on stage clicked run custom public class function... With this structure below i ...
I would llike to know I can use an event listener in AS 3.0 like this one: imgLoader.addEventListener( MouseEvent.CLICK, handleClick() ); but pass along mutliple arguments to the function, k...
Hello, I'm using Flash CS4 AS2, I have some audio that I wish to play when I click on the radio button.  It works fine locally but not on the remote server.  Please see here for the FLA: http:...
Hello, I'm trying to create an xml driven event scroller for my site.  So far I've been able to get the XML loaded into flash.   The movie demensions are 288X94. My goal is to load th...
Ok, I've tried everything to figure out this attachmovie() function in Flash 8, AS2. Everything looks right, but it doesn't work.   I created a new document, with a button that has an inst...
Hellow all, Is there a good way to check if a user has a webcam installed? (before flash asks if de site is allowed to acces the webcam) I have tried using: if(Camera.get() == null){      i...
Hello folks, I would like to know if anyone know the way to connect to sql or mysql database from my flash presentation. I will have a flash presentation inside an aspx page. So the url will ...
hi i have a simple contact form in action script flash cs4, both the contact form and my website work on their own, but when i put the action script and form into my website i get the error be...
Hello, I have  movie clip instances called "square" (square0, square1). And another movie clip instance scalled "circle" on top of square (circle0, circle1). all instances defined event lis...