|
-
Either way.. once you leave the page with the intro movie.. the music will stop no? If you want the music to play throughout the site, I suggest placing a small music-playing movie in one of the frames that is not going to change.
Now.. As far as blocking the intro from playing over again..
You said you are using frames no? Well in that case, it is easy! All you need is a little JavaScript in the HTML page of your intro movie. Something like this:
<pre>
<script language="JavaScript"><!-- //
var querystring;
if (parent.seenintro) {
querystring = "?seenintro=yes";
} else {
querystring = "";
parent.seenintro = True;
}
document.write('<OBJECT classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=flashtris WIDTH=230 HEIGHT=220>'+
'<PARAM NAME=movie VALUE="flashtris.swf' + querystring + '"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000066> '+
'<EMBED src="flashtris.swf' + querystring + '" quality=high bgcolor=#000066 WIDTH=230 HEIGHT=220 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>');
//--></script>
</pre>
Then put a little Actionscript in your Flash movie (at the beginning) that says:
If (seenintro eq "yes")
Go to and Play ("skipintro")
End If
Does that all make sense?
<EMBED src="/cgi-bin/ubb/Members/sigs/00000205.swf" quality=high WIDTH=500 HEIGHT=50 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|