Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Music stops?
From: Jester
Date: Thu, 12 Nov 1998 16:56:48 +0000 (GMT)

I am running a background sound. I have a frameset that calls a html called
muzak.htm that only loads a sound .swf file when I view muzak.htm the
sounds plays fine and loops. if I run the parent frameset the loop stops.
Any ideas? The source code is below.

Thanks,
Jester

The parent I am only running

<html>

<head>
<title></title>
</head>
<!-- frames -->

<frameset border="0" frameborder="0" rows="0,*">
<frame name="sound" src="muzak.htm" marginwidth="0" marginheight="0"
scrolling="auto"
frameborder="no" noresize>
<frame name="flash" src="flash.htm" marginwidth="0" marginheight="0"
scrolling="auto"
frameborder="no" noresize>
<noframes>
<body>
</body>
</noframes>
</frameset>

<frameset cols="*">
<noframes>
</noframes>
<frameset>
<noframes>
</noframes>
</frameset>
</frameset>
</html>

and the muzak.htm file I am running

<html>

<head>
<title></title>
</head>

<body bgcolor="#000000">

<p>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" align="center"

codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version
=2,1,0,12"
width=18 height=18>
<PARAM name="Movie" value="muzak.swf">
<PARAM name="SCALE" value="EXACTFIT">
<param name="LOOP" value="true">
<param name="quality" value="high">
<EMBED src="muzak.swf" width=18 height=18

pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1
_Prod_Version=ShockwaveFlash">
</EMBED> <NOEMBED> <IMG src="moviename.gif" width=100 height=80>
</NOEMBED> </OBJECT>
</p>
</body>
</html>


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com



[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]