Page 1 of 1

Restart Flash with every menu change

Posted: Tue 11. Oct 2005, 20:20
by jcools
Hello All,

Can somebody help me with the following?
I installed an Flash player for MP3's but everytime a hit a menu entry the player restarts the song.

Otherwise is there a possebillity to inlcude a Multimedia article, HTML code or another solution which stay's alive in the background, so a song will be played in the site while people are browsing???

Thanks in advance.
John

Posted: Wed 12. Oct 2005, 12:14
by cwenet
Hi John,

try it with the following framset and create a index.html:

Code: Select all

<HTML><HEAD>

<TITLE>::MyDomain.com::</TITLE>

</HEAD>
<FRAMESET rows="*,0" BORDER="0" FRAMEBORDER="0">
		<FRAME SRC="http://www.MyDomain.com/the_index_file_of_wcms.php" SCROLLING="yes" NAME="MyPHPWcms" NORESIZE>
		<frame name="MySound" src="sound.html" noresize="noresize" scrolling="no" />
	</FRAMESET>
<NOFRAMES>MyDomain.com<P>
<DIV ALIGN="CENTER">
			<A HREF="http://www.cwe24.com">http://www.MyDomain.com</A></DIV>
</NOFRAMES>
</HTML>
Embed your audio file into the sound.html

Regards
Christoph