Hello,
I am very new to AS3, so forgive me for asking such a stupid question!
I have multiple buttons placed within a movieclip. I want each of these buttons to go to different frames on...
Hi all,
I want to blur an object from say 25 to 0 using the blur filter and the tween class. So far I have:
var blur:Tween= new Tween(my_mc,"blurX",Strong.easeOut,45,0,2,true);
my_mc.fi...
Hi, Experts:
I have a scripting code that looks like this:
function startMovie_pre() {
mcl_pre.loadClip(getURL(_root.movielink+"instance_mc_0.swf", "_blank"),imageLoader_pre)...
How do I control the z-index of content that I have added dynamically from an actionscript file? I want pictures to be displayed behind a textfield that has been statically loaded from the lib...
Thanks in advance....
I have created a web site where the when click on some buttons, will load external swf , replacing the main movie. Is there anyway to preload these external swf files ...
My goal is to display a few pictures on a website and have their widths stretch to the width of the browser. So if the browser is 600px wide or 800px wide, it'll stretch. While is stretches, I...
I need to create a basic viewer in Flash.
I am trying to create a flip book in flash using pdf2swf (http://www.swftools.org/). I was able to convert the pdf, but I can't get it to play ...
I have a image sequence, loaded inside a movieclipe through XML, that when i rollOver it the image grows.
What i want is to have these images scrolling continous, without any gap and withou...
Hi there,
Is there a way to easily immitate the x++ operation, but with letters of the alphabet?
For example:
"a"++ = b
or, "c"++ =d
I'm assuming there's not. Is there a really n...
I have Adobe Creative Suite 3 Design Premium, running under Vista. It installed first time okay and ran for quite a while without any problems. All of a sudden, trying to open Acrobat 8 prof...
I have 2 combobox and I would like to add control for each of them
let say:
1st combobox (cmbP) - 1, 2, 3, 4, 5
2nd combobox (cmbC) - a, b, c, d,e
block value "4" and "5" in cmbP if use...
I have several swf's in a folder.
For the first swf I have the following:
ActionScript Code:
myProgressBarListener = new Object();
/* Create a listener object event function. When th...
I am using a AS3 TileList component and have poulated it with images with transparent backgrounds. My boss wants to be able to see the image underneath the TileList. However when I set the Cel...
I've got a flash animation that was made in CS3 Flash Professional. The guy I was working with didn't know how to fade audio in flash player and when he did add the audio, the sounds played ...
Hi,
I have a basic animation which I created in Flash CS3. The first frame has an action of "stop();" and I want the movie to play when the user presses the "click to play" button. I tried ...
Hi
I'm working on a movie where the publisher settings are actionScript 2.0, flash player 7. The movie is inside a movie clip that is masked. I have simply dragged a radio button from the com...
How do I do that?
Thanks,
John
I'm on a Mac G5 using Flash CS3. I want to download a YouTube video to include in a flash presentation. How should I download so that I can import into Flash as a video?
How does dragover wotk? It sounds like dragover enables me to drag an object across the main screen. Could you give me a simple example of how dragover works and what it can do.
For exampl...
When I load a movie clip with the loadClip() property into an empty movie clip, how do I resize the image to make it bigger or smaller?
loader.loadClip("myJPG.jpg", target_mc)
Hi,
I have a movieclip that pulls in around 5 external movieclips using loadmovie.
I want to create a preloader that only completes when all of the extermal swf's have fully loaded into th...
I need an ActionScript that would trigger sounds from different channels, for example, I want sound1 to be triggered from the Left Channel and sound2 to be triggered from the Right channel.
I have a main movie that starts the site. There is a button on this movie that when pressed, loadMovie at level 0. There are buttons on this external movie that when pressed brings you back to...
What's keeping my FLV from playing crossdomain? Neither the FLV nor the FLVPlayback component load when viewed from secureDomainTwo - it doesn't even look like the browser's trying to load da...
Hi. I have a simple web page on which I am trying to get a Flash file to play:
http://ascassociation.org/charityevent2008/index2.html
When I load this page from my local computer's hard ...