1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

swf flash game embed help

Discussion in 'HTML & Website Design' started by doozyj, Oct 30, 2006.

  1. #1
    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="clsid:D27CDB6E-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>
     
    doozyj, Oct 30, 2006 IP
  2. Silver89

    Silver89 Notable Member

    Messages:
    2,243
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    205
    #2
    that url doesnt work for me
     
    Silver89, Nov 3, 2006 IP
  3. brainstormingin

    brainstormingin Well-Known Member

    Messages:
    1,522
    Likes Received:
    176
    Best Answers:
    0
    Trophy Points:
    153
    #3
    Did you download the game ?
     
    brainstormingin, Nov 3, 2006 IP
  4. Dominicc2003

    Dominicc2003 Peon

    Messages:
    853
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Oh that shouldn't be too hard...
    BRB!
     
    Dominicc2003, Nov 3, 2006 IP
  5. Dominicc2003

    Dominicc2003 Peon

    Messages:
    853
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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! :D
     
    Dominicc2003, Nov 3, 2006 IP
    doozyj likes this.
  6. Silver89

    Silver89 Notable Member

    Messages:
    2,243
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    205
    #6
    <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>
     
    Silver89, Nov 3, 2006 IP
    doozyj likes this.
  7. doozyj

    doozyj Active Member

    Messages:
    550
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    80
    #7
    Ok. thanks guys, let me try this. I really appreciate you going out of your way and taking the time to help.
    Daniel
     
    doozyj, Nov 3, 2006 IP
  8. Silver89

    Silver89 Notable Member

    Messages:
    2,243
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    205
    #8
    pleasure, if you need code for games in the future keep it sdimple and go to funzac.com lol
     
    Silver89, Nov 3, 2006 IP
  9. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Pat Gael, Nov 3, 2006 IP
    doozyj likes this.
  10. doozyj

    doozyj Active Member

    Messages:
    550
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    80
    #10
    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 :D
     
    doozyj, Nov 3, 2006 IP
  11. Dominicc2003

    Dominicc2003 Peon

    Messages:
    853
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #11
    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 :D

    Dom
     
    Dominicc2003, Nov 3, 2006 IP
  12. khan11

    khan11 Active Member

    Messages:
    615
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    58
    #12
    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 :)
     
    khan11, Nov 4, 2006 IP
  13. singh123

    singh123 Banned

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks alot danthorpe2002 for the help and doozyj thanks for the idea
     
    singh123, May 4, 2007 IP