PDA

View Full Version : I want this 760x300 sized flash swf to end up at the top of a 1024x768 web page


gpaaib
07-21-2008, 02:56 AM
Ok, I have started to mess around with flash 8 in order to create an index page for a simple website I'm building.

I created the background in layer 1
I created a simple alpha tween in layer 2
and an actionscript in layer 3 to stop the tween.

My question is:

I want this 760x300 sized flash swf to end up at the top of a 1024x768 web page. I understand that to get this on the web page it somehow has to be published first, am I correct?

also,

When the movie stops I would like it to automatically redirect to a different URL.

I truly hope all of this makes sense.

Thanks!
Gary

atomic
07-21-2008, 03:01 AM
Published and embedded in an .html...

As for re-directing, at the end of the timeline, simply add...

stop();
getURL("http://www.yourDomain.com/yourindex.html", "_self");

gpaaib
07-21-2008, 02:20 PM
Thank you so much!

atomic
07-21-2008, 03:18 PM
Grrrrrreat! ;)

atomic
07-30-2008, 03:48 PM
Grrrrrrreat! ;)