I have a game in SWF format (flash). How can I put it into a html page so someone can play it?
+ Reply to Thread
Results 1 to 2 of 2
-
-
I am not an expert, but I can try. Anyway, what are you using as far as your webpage design application?? I use Dreamweaver, and it's simple to just insert the Flash file. This is the code that it came with, and I am not sure if this will work for you or not but you can try...
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="451" height="60">
<param name="movie" value="YOURFLASHFILE.swf">
<param name="quality" value="high">
<embed src="YOURFLASHFILE.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="451" height="60"></embed>
</object>SmileSmile
Similar Threads
-
How do I put static version of website on DVD?
By net4ward in forum Authoring (DVD)Replies: 3Last Post: 16th Jan 2012, 14:03 -
Adding controls to a swf (then adding to website)
By AshleyQuick in forum Newbie / General discussionsReplies: 6Last Post: 14th Oct 2011, 03:02 -
trouble ripping SWF or FLV from a website
By blacksheepdownunder in forum Newbie / General discussionsReplies: 13Last Post: 1st Aug 2010, 05:57 -
Capture SWF / FLV from Website
By foochuck in forum Video ConversionReplies: 2Last Post: 19th Feb 2008, 20:21 -
VOB to SWF then Embed onto Website Question, help please!
By carina83 in forum Newbie / General discussionsReplies: 1Last Post: 6th Jun 2007, 12:02