Results 1 to 4 of 4

Thread: Placing a Flash file on a website using HTML

  1. #1

    Default Placing a Flash file on a website using HTML

    I'm pretty rusty on my HTML, and I can't figure out how to place my Flash files on my BizHat website.

  2. #2
    Join Date
    Feb 2005
    Posts
    2

    Default Hey, here is the flash code

    Code:
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    WIDTH="550" HEIGHT="400" id="myMovieName">
    <PARAM NAME=movie VALUE="myFlashMovie.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
    <EMBED src="yourflashmovie.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"
    NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>
    Here is the code, just insert it where you want the flash object to appear. You
    have to replace yourflashmovie.swf with the adress to the flash you want to iinclude and you need to replace the width and length with the flash object's width and height. good luck :)

  3. #3
    Join Date
    Feb 2005
    Location
    None!!!
    Posts
    11

    Default

    Try to save your flash document as gif file, then enter this code:



    And you're done!

  4. #4

    Default

    Thanks for all the posts but I figured out how to do it already. I just had to make it as a Shockwave file (there was a problem when I published Flash as an HTML but I just added a Shockwave in the corner and now it's ok).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •