Hi, I looking to see it someone can help with embedding this game. game (please copy and paste this to the end of the url) /flash_games/arcade_classic/puzzlebobble.swf The above game I want to embed on my site but for some reason when I do it won't play. I am not sure if there is a required script to run the game as well as it doesn't embed like regular flash game. See normal example below of what I use to embed. I even try using the same format used when you view the source of the above site as well. I don't want to hotlink either, besides hotlinking doens't work unless you visit the site? Any help would greatly be appreciated. Thanks! <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="450" align="top"> <param name="movie" value="games/bomb_jack.swf" /> <param name="quality" value="High" /> <embed src="games/bomb_jack.swf" quality="High" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="450"></embed> </object>
Well this is what I make it (similar to your post...): <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="600" height="450" title="Game"> <param name="src" value="http://www.media-post.net/flash_games/arcade_classic/puzzlebobble.swf" /> <embed src="http://www.media-post.net/flash_games/arcade_classic/puzzlebobble.swf" pluginspage="http://www.macromedia.com/shockwave/download/" width="600" height="450"></embed> </object> Code (markup): Have fun!
<div> <a href="http://www.funzac.com/play/Puzzle%20Bobble.html"> <h3 style="margin:0px">Play Puzzle Bobble Game</h3></a> <embed src="http://www.funzac.com/swf/Puzzle%20Bobble.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="350" height="300"></embed> <div>Get <a href="http://www.funzac.com/">online games</a> for your MySpace, BeBo or website at <a href="http://www.funzac.com/">FunZac</a>!</div> </div>
Ok. thanks guys, let me try this. I really appreciate you going out of your way and taking the time to help. Daniel
Here is an example on how embed flash files: www.stagetools.com/embeflash.htm In addition, there is a program that creates automatically the code you need with other details such as page layout and background, look here: http://www.flashtoolset.com/FTS/index.html
thank you for the link. I will definately need to study on this as I am not an expert in this area, more of a novice when it comes to flash. danthorpe2002 - this worked out perfect. Dominicc2003 - this required the user to install Active X etc. thanks again guys, you are the ones that make DP resourceful. Green for everyone
Argh I'm sorry mine didn't quite work! I think I had the activeX already installed so I didnt notice. Nice one danthorpe2002! Thanks for green doozy Dom
simple way i use now is to open my dreamweaver and drag swf file to my site page (opened in dreamweaver). It automatically creates the code and it works