| Joseph brown 2005-06-05, 7:15 pm |
| Hello, I'm creating a .swf music loop for a web site.
I have mac os x panther. It's a flash 7.0 .swf placed in dreamweaver MX
and it works fine when it's tested in a window alone. Tested fine on my
mac with Netscape 7, IE and safari.
Unfortunately, as soon as I create a frames main page and link that same
html with the .swf in dreamweaver MX... It gets very funny results. It
works fine with IE but sounds terrible in Safari and Netscape.
Here's the Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash
..cab#version=6,0,29,0" width="150" height="40" title="radio">
<param name="movie" value="VoodooMix.swf">
<param name="quality" value="high"><param name="LOOP"
value="false"><param name="PLAY" value="false">
<embed src="VoodooMix.swf" width="150" height="40" loop="true"
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" play="true"></embed>
</object>
</body>
</html>
Once it's in the frame it tests in the browswers with very low quality
and hissing and stop and play button does not stop it or there is a
second loop that keeps going even when I stop the 1st. It plays fine
when I hit play button in dreamweaver. THe .swf is fine ... it's the
coding.
Any help on this issue would be great, since I would like to keep the
..swf in a bottom frame instead of a page by itself.
Thanks
Joey
|