do i put a flash game into a .html file?
so i can upload it to my site
i want it to be from my pc not a source code from a site
do i put a flash game into a .html file?
so i can upload it to my site
i want it to be from my pc not a source code from a site
No .swf probs or .swa
Once uploaded the .swf file to your computer enter this code:
HTML Code:<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="32" height="32"> <param name="movie" value="flash.swf" /> <param name="quality" value="high" /> <embed src="flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="32" height="32"></embed> </object>
save it as, swf (think) then use this code:
should work, dont save as .html it sucksCode:<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="WIDTH!!!" height="HEIGHT"> <param name="movie" value=" LINK TO FLASH FILE"> <param name="quality" value="High"> <embed src="LINK TO FLASH FILE" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="WIDTH" height="HEIGHT"></object>
edit: robert u beat me![]()
Last edited by Jamie.; 22-09-2006 at 03:54 PM.
no i think he means put the game on a web page. thats easy.
so it would look something like this:HTML Code:<iframe src="http://www.YOUR GAME URL HERE.swf" width="(how wide you want it in pixels I.E. 655)" height="(how high you want it in pixels I.E. 500)" scrolling="no" frameborder="0" ></iframe>
HTML Code:<iframe src="http://www.myname/game.swf" width="655" height="500" scrolling="no" frameborder="0" ></iframe>hope this helps
A uploading thing for sites www.ftpsurfer.com download it
Want to hide these adverts? Register an account for free!