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 ...
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 ...
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
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...
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 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 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 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...
I load my external swf....
var myRequest1:URLRequest = new URLRequest("external.swf");
myLoader1.load(myRequest1);
var _content:MovieClip = MovieClip(myLoader1.content);
stage.addCh...
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'm trying to add a link to some text in a dynamic text box in AS3.0 (actually its an AIR file, but most of the rules are the same). I need the selected text to allow me to download a file wh...
How do you display a alert box in ActionScript 3. It use to be so easy any sample code.
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...
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 ...
Hi guys. I need to be able to detect when the mouse is not over the stage. The reason being is Im panning and menu vertically with the y position of the mouse but when the mouse is not over...
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...
Hi, all...unbelievable, insanity-inducing frustration on this one.
I'm creating a Flash movie that consists of a main container which loads in 14 external SWFs at the click of a correspondi...
Hello Experts,
I'm trying to create a simple Flash movie that loads an external swf. The main movie clip works just fine, but the loaded .swf file does not loop the way it's supposed to. I ...
I am doing a full-screen flash site for a photographer. I have a CMS built so he can upload his JPG images and then I have Flash loading those images into empty movie clips. He is making sure ...