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...
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...
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
Hi all,
I have got a movieClip with two child movieClips ("nav" & "infoSection").
I would like to reference the "nav" from inside "infoSection" but apparently with AS3 you can't just use...
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...
Hello,
I am dynamically loading my entire flash website as an external swf file ("bymain.swf").
The problem is that once the preloader finishes, the swf file has already played half way ...
Hi,
I have a method / function inside my document class. Now i know i can simple type the name, function(); to call it from the main stage.
However, what i need is to actually call it fr...
I have a world map created in flash with countries as button objects. I would like to make a JQuery Pop-Up information window appear over top of the page when I press and release any of the f...
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'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...
I am trying to add a button to my flash cs3 movie. I think it uses Action Script 2.0. I am able to create a button, assign it to the main stage and put the Action Script getURL. When I test th...
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 ...
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 ...
Hi - I am failrly new to flash.
I have 3 boxes.
1st box I would like to pull dynamic links
2nd box should display the text when a link in the 1st box is clicked.
3rd box will display in i...
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. ...
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...
Hi X-perts,
sorry for a silly question, but I am not an AS3 programmer. I have an element (type movie) with the instance name test. My script generates a number of events and I need to hide...
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...
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,
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...
I want to create several forms in my CS3 website that users can enter data into and have the data passed to a script which then updates a MS SQL 2005 database. I need assistance on how to cre...
Hi,
I want to create an series of links (buttons) from an external xml file as a form of autorun menu on a cd. The xml should contain the name of the document and the filename link.
I do...
Hi,
I am very interested in some of the flash movies i have seen using 3D object rotation...mostly in company's product page...where you zoom in to the page, and can rotate the product (ba...
We have an issue with escaping special characters in XML using Flash, paticulary apostrophes.
We have tried checking including enough embedded charaters in the dynamic text, using <?xml ver...