View Full Version : Help with Flash
Ok i have this flash file that i want to host and be able to play on a site directly. How do i go about doing this? I want it to play when the page loads. :?:
manuf40
01-29-2005, 01:06 AM
use this code in a html page
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="480" height="270">
<param name=movie value="some.swf">
<param name=quality value=high>
<embed src="some.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="480" height="270">
</embed></object>
you need to replace the 2 'some.swf' parts with the name of your file, also you will need to set the 2 ' width="480" height="270" ' parts to suit the size of your swf.. those values are in pixels
LUC1FER
01-29-2005, 01:21 AM
bah crap just realised I missed the closing </object> tag :(
http://www.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=3051110&Mytoken=20050129132956
Thanks alot.
Tatiana
01-29-2005, 11:22 AM
cool you got it to work ok :D
vBulletin® v3.8.7, Copyright ©2000-2025, vBulletin Solutions, Inc.