I'm wanting to understand how flash presentations are created that seem to float above the html page below.
Here is one example: http://www.viewpoint.com/demos/Ford_f_series_exp_300x100_on_...
I can't seem to get my script to recognize a value of a movieclip I"m passing to a function.
I'm using Actionscript 2.0.
See code snippet for the function.
This doesn't work. Howev...
Hello Flash Expert,
I want to make a simple quiz program in flash.
i have 4 words, word 1, word 2, word3, word4.
Now i want flash to pick randomly one of these words and show
them on t...
On Mac's, where does Adobe AIR install to when you install it on your computer?
Hi,
I am loading an external swf file from my main website swf using AS3 in Flash CS3. The link works just fine when it is on my local hard drive but it doesn't load up when it is put to th...
Hello,
I am streaming h.264 video which requires flash player version 9.0.115.
I need code that will detect the version of flash and force an update if no flash is installed or if a lowe...
I have buttons with intancenames like aberdeenRed, dundeeRed.
Each one of these has an address (aberdeenRedAddress) moviclip which is the correct address for the place.
I tried to do thi...
I am new to Flash Studio 8 and am needing to set transparency for an imported GIF. I cannot seem to set the UI to discern a particular color as transparent nor will the UI recognize a GIF89a t...
Hello,
I originally posted this thinking I had to stop the netstream, when in fact I would like to stop my movie and have it wait for 3 seconds before playing the next flv video. I have th...
Hello,
I have a typical stage resizing script that resizes my scrollbar as well... its setup like so:
Stage.align = "TL";
Stage.scaleMode = "noScale";
sizeListener = new Object();
siz...
Hi,
I'm wanting to add the functionality to the flv seekbar UI component so that when you click on it, the flv seeks to that point.
I've found a couple if AS3 examples but I need to do thi...
Hello,
Does anyone know how to position a FLV skin on top of your video? By default the skin will go to the bottom of the video, but I would like to have it positioned at a specific part of ...
I'm noticing more and more how jerky the motion looks in Flash. Take a look at this file to see what I mean:
http://www.discretedata.com/Ex-Ex/FlashTests/RedSquare.swf The red square makes ...
We are using a flash movie that when it completes is calling to a javascript function on the page hosting the movie. As you can hopefully see in the code snippet, the javascript function when...
I have a flash preloader that I want to change to start when it is 50% loaded. Can anyone help me out?
// Create a listener object event function. The progress bar is an object so it needs...
Hi there,
I've created an application which uses date chooser to set some variables in flash, which are then passed to director.
You can look at what I've done here...
http://www.cwtcli...
In my SWF I have a graphic that is larger than the Document size.
The user can resize the window to show the whole graphic (it does not stretch the graphic).
I want to restrict the maxim...
I have embedded an flv sound clip into my Flash file but can't seem to get it to loop.
I'm sure there must be a straightforward way of doing this?
wanted to have a page where if you roll over an image, a box with the image enlarged and description pops up.
eg. gap.com 'quicklook' feature.
thank you!
Hello,
I have a flash template that I need to customize and I have spent hours trying to figure out how to resize the scrolling text box on the content pages. They have arrows that scroll ...
Is there good flash chat application to integrate it for a web site? It should be fully Flash, PHP, Mysql or any other db. ?
I've created a shockwave animation that works well but there's a problem with the large amount of white space. The attached image shows the shockwave object (sized 320px by 256px). But when ...
Is there a free video playback controls component for Flash? After importing an AVI or other video file it can be published and played automatically but I would like to install a video playbac...
Dear all,
I have an enoying issue trying to print an HTML file containing a flash. Here is the description of the issue:
On body load window.print() function is called:
<body onload="...
I'm having trouble having a button perform it's action when you mouse over it very quickly.
I've attached my flash file for a better example (just delete the .txt). What's going on is I ...