Log in

View Full Version : Loading a swf file on a certain frame



gromituk2k
09-19-2007, 03:41 PM
I have a quick question regarding using HTML to jump to certain frames within a swf.
Would like so when a html page loads, it will load the swf file to a certain frame, I have got this working in IE by using:
"<param name="movie" value="Header.swf?theGoToFrame=10">"

But it does not work in Firefox, any ideas why this is so?

Thanks.

Medyman
10-07-2007, 09:51 PM
You need to have two seperate sections -- one for firefox, one for IE.

See this as reference: http://www.actionscript.org/forums/showthread.php3?t=65947