Groups | Blog | Home
all groups > flash (macromedia) > august 2005 >

flash (macromedia) : Publishing


joshkol
8/10/2005 9:04:46 PM
urami_
8/17/2005 12:00:00 AM


[quoted text, click to view]

you need to upload it (swf and html) to the server using FTP (file transfer protocol).
Most of the hosting companies provide online version, you can as well download many from
download.com

when comes to redirecting at the end of playback, than you need to place getURL action on the last
frame of the timeline inside your flash movie.

getURL("index.html");


--
Regards

Urami

--


<urami>
http://www.Flashfugitive.com
</urami>

<web junk free>
http://www.firefox.com
merlinvicki
8/17/2005 11:17:09 AM
Originally posted by: urami
when comes to redirecting at the end of playback, than you need to place
getURL action on the last
frame of the timeline inside your flash movie.

getURL("index.html");

Hi Josh, just a point since you are just starting:
the flash should be embedded in the index.html file and then you should call
the other file(which certainly shouldn't be named index.html) using the way
Urami showed.
This is because the index file will be called at first when visitors type in
the name to ur site by default; unless you have specified any other name.
:)


AddThis Social Bookmark Button