View Single Post
Old 09-22-2011, 07:39 AM  
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
Quote:
Originally Posted by rogueteens View Post
how do i embed a .swf game on a wordpress page? The game file will be hosted on the same domain as the blog.

Cheers
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="SWF-WIDTH" height="SWF-HEIGHT"" id="ANY-ID-YOU-WANT">
<param name="movie" value="WEB-PATH-TO-YOUR-FILE" /><embed src="WEB-PATH-TO-YOUR-FILE" width="SWF-WIDTH" height="SWF-HEIGHT" name="ANY-ID-YOU-WANT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote