View Single Post
Old 2009-08-27, 03:13 PM   #1
Ramster
Life is good
 
Ramster's Avatar
 
Join Date: Apr 2003
Location: Ottawa, Canada
Posts: 11,867
Send a message via ICQ to Ramster Send a message via AIM to Ramster
Embed Flash Into Page - HELP

Anyone have code to embed flash into a web page? To play trailer videos on a tour?

I'd like to show and image as well not just the black screen but it is not necessary as I can make the video start playing on it's own.

I have this:

<object classid="clsid: D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="720" height="480">
<param name="movie" value="/vids/Ginger-B.flv" />
<param name="quality" value="High" />
<param name="play" value="true">
<param name="LOOP" value="false">
<embed src="/vids/Ginger-B.flv"
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
name="obj1" width="720" height="480" />
</embed>
</object>

Google just hasn't been much help. My server needs nothing special correct? <iframe> maybe work as well?
__________________
Pornstar Legends | Live Cam Model Shows | Hungarian Girls
Skype: robmurray999
Ramster is offline   Reply With Quote