PDA

View Full Version : Help with Flash


blah
01-29-2005, 01:01 AM
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

blah
01-29-2005, 01:14 AM
Thanks alot. 8)

LUC1FER
01-29-2005, 01:21 AM
bah crap just realised I missed the closing </object> tag :(

blah
01-29-2005, 05:45 AM
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