Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! Let me know if you need help using the site or assistance with non-technical questions.

 
Top ActionScript Solutions: 1 - 25 of 362
 
I am trying to get a transparent Flash Overlay on a html site i'm working on. I got the whole wmode="transparent", and i have the swf inside an absolute located <div>. The video that i'm tr...
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 just started actionscript 3.0 and moved from 2.0. I'm trying to pass a parameter to function through AddEventListener for my menu. And I found out that AddEventListener's listener ...
hi i am using a script called Tweenmax this script s perfect for everything i want to do, so the code is fine the way it is at the moment what id like to be able to do is grab the pictures ...
Hi there, Would anyone have a script for scroll buttons that scroll continuously whilst the mouse is down? Not sure if I have to use a onEnterFrame type function. The text is not dynami...
Hello Experts, I have created a map and would like to add zoom in / out functionality when the user presses the mouse down and up.  My code is in Actionscript 3.  I would like the user to b...
I am new to ActionScript, so please bear with me. I have a button that when clicked, I would like to have open a URL in the current window. Currently, I can only make it open in a new window. ...
I'm trying to convert my knowledge of Actionscript up to 3.0 and have a couple of questions. In this question, I am referring to an alarm clock program I'm writing. On the root stage, I hav...
I use swfobject to insert swf in my web pages. Today I have installed Flash player 10 and now I can't even access some of my flash websites. Internet explorer and Firefox crashing, everything ...
I want to create a desktop application using Adobe FLEX 3, for its splendid user interface.  Howerver there is a lot of low-level programming (e.g. serial port data acquisition, signal analysi...
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
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, my attached code fades in/out but i want the backgrounds to crossfade as in fade/in out at the same time so there is no white background colour anyone help? or suggest better code? ...
Hi Experts, I have total 15 items in array. 5 items show randomly on stage. http://screencast.com/t/rjCxxORgxJ When I drop the item on target, I would  like remove it from array(total 15 it...
I am creating a Flash CS3 Project that is utilizing ActionScript 3. One of the columns of my datagrid must have an image or icon within it. I know of examples for doing this in ActionScrip...
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'm using AS3 with flash cs3. I've followed a tutorial to get my buttons to play an audio file. Is it possible to get these button to play, stop and pause my video file (movie symbol, instance...
I have created a custom alert box and when the alert appears I want to disable the object that gets passed to it. But I've been searching the web and I am only seeing info on disabling Button-...
I load my external swf.... var myRequest1:URLRequest = new URLRequest("external.swf"); myLoader1.load(myRequest1); var _content:MovieClip = MovieClip(myLoader1.content); stage.addCh...
I'm looking embed a swf in a php page and have the user ID be part of the url.  (i.e. landingpage.php?uid=9999999) but I can't seem to have AS3 access the variable.  I'm not sure if I need to ...
I would like someone to point me in the right direction for creating image transitions that reads from XML: - Image File Name - URL - Title I would then like to list the text links for e...
I have been asked to modify a Flash banner consisting of 3 separate swf files. The client wants them to play one after another separated by a 3 -5 second delay. I have created the timer fun...
Hi, I'm a newbie to ActionScript3 and I'm working on a website in Flash CS3 but I'm having a major problem to control my navigation. Well I have a MovieClip (wich will be used as a page tra...
This is a simple question. But I did not get a satisfactory answer after searching the knowledge base. I have text box and I need to capture the "ENTER" keypress. I used the following code, bu...
How do you display a alert box in ActionScript 3.  It use to be so easy any sample code.