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>
&lt;script language="JavaScript"&gt;&lt;!-- //
var querystring;
if (parent.seenintro) {
querystring = "?seenintro=yes";
} else {
querystring = "";
parent.seenintro = True;
}

document.write('&lt;OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=flashtris WIDTH=230 HEIGHT=220&gt;'+
'&lt;PARAM NAME=movie VALUE="flashtris.swf' + querystring + '"&gt; &lt;PARAM NAME=quality VALUE=high&gt; &lt;PARAM NAME=bgcolor VALUE=#000066&gt; '+
'&lt;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"&gt;&lt;/EMBED&gt;&lt;/OBJECT&gt;');

//--&gt;&lt;/script&gt;
</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>