PDA

View Full Version : Hemp embedding flash audio file


doemasters
06-03-2010, 08:45 PM
I have been trying to figure out how to get my flash file to work in my content page as a widget, here is the code below

<html>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="222" height="162">
<param name="MOVIE" value="Player016-White.swf">
<param name="QUALITY" value="HIGH">
<embed src="Player016-White.swf"
quality="high"
type="application/x-shockwave-flash"
width="222" height="162"
>
</embed></object>
</body>
</html>


here is a link showing the file working in an html page

http://rolltidebama.com/jukebox.html

thanks for any ideas

Xencored
06-03-2010, 10:16 PM
I have been trying to figure out how to get my flash file to work in my content page as a widget, here is the code below

<html>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="222" height="162">
<param name="MOVIE" value="Player016-White.swf">
<param name="QUALITY" value="HIGH">
<embed src="Player016-White.swf"
quality="high"
type="application/x-shockwave-flash"
width="222" height="162"
>
</embed></object>
</body>
</html>


here is a link showing the file working in an html page

http://rolltidebama.com/jukebox.html

thanks for any ideas

https://vborg.vbsupport.ru/showthread.php?t=243043