How do I put flash games on my site?

Discussion in 'Graphics & Multimedia' started by irideflatland, Jun 4, 2006.

  1. #1
    I got some free flash games, .swf files, so how do I put them on an HTML page? I have Frontpage if that helps...
     
    irideflatland, Jun 4, 2006 IP
  2. Lemon

    Lemon Peon

    Messages:
    5
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is the correct XHTML1.0 Transitional way of embedding flash objects.

    Set your cursor on the place where you want to insert the flash game. Then go into code view mode. And paste this code. Modify the width, height and the 2 path parameters.


    <object type="application/x-shockwave-flash" data="filename.swf" width="549" height="143">
    <param name="movie" value="filename.swf" />
    </object>
    HTML:
     
    Lemon, Jun 4, 2006 IP
    irideflatland likes this.
  3. irideflatland

    irideflatland Banned

    Messages:
    515
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you :)
     
    irideflatland, Jun 4, 2006 IP