flash question

Sharky Forums


Results 1 to 4 of 4

Thread: flash question

  1. #1
    Sushi
    Join Date
    Nov 2000
    Location
    AUSTRALIA
    Posts
    4

    Post flash question

    How do you incorporate flash movies into web pages. what code is it?

    ------------------
    Tomorrow your life starts again
    Tomorrow your life starts again

  2. #2
    Katana Wielding Moderator Klashe's Avatar
    Join Date
    Sep 2000
    Location
    IL, USA
    Posts
    3,306

    Post

    Originally posted by maurice:
    How do you incorporate flash movies into web pages. what code is it?

    The Embed statement does it:


    <embed src="logo_Scene%201.swf" width="100%" height="100%">

    ------------------
    If I rest, I rust.
    --Indian Proverb

    [This message has been edited by Klashe (edited February 19, 2001).]

  3. #3
    Expensive Sushi
    Join Date
    Nov 2000
    Location
    Atlanta, GA USA
    Posts
    16

    Post

    Only in Netscape, you use the Object Tag in IE.

  4. #4
    Tiger Shark
    Join Date
    Mar 2001
    Location
    Next door.
    Posts
    546

    Post

    Or, you could use the program's code which gives u the most flexibility with the look of ur movie etc...
    In flash, you can go File, Publish Preview, HTML which will generate you a html document as well a the *.swf for your flash movie.

    This will use the following code:

    <OBJECT classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
    ID=nav WIDTH=320 HEIGHT=240>
    <PARAM NAME=movie VALUE="urmovie.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="urmovie.swf" quality=high bgcolor=#FFFFFF WIDTH=320 HEIGHT=240 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>

    if u insert ur movie into dreamweaver, it gives u the same code...with the different bgcolor values, u can change the background colour of the actual movie. the it uses the embed and object tags working well in both browsers/


    ------------------
    "There are two steps to success: 1. Never tell everything you know 2. See #1"
    BLAH

Posting Permissions

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