Results 1 to 4 of 4

Thread: How to link flash image

  1. #1

    How to link flash image

    I made a flash image using macromedia flash and I put it in my website using dreamweaver.

    I don't see any option to link that flash image to any website. Is there any code to put html link to the flash image ?

  2. #2
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    http://www.google.com/search?q=embed+flash+html
    Code:
    <object width="550" height="400">
    <param name="movie" value="somefilename.swf">
    <embed src="somefilename.swf" width="550" height="400">
    </embed>
    </object>
    http://www.w3schools.com/flash/flash_inhtml.asp
    This is the minimum for IE and Mozilla..
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  3. #3
    Thanks but my question is how to put html link in flash movie ?

  4. #4
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    ah.. in not to..

    I don't know.. I don't do flash..

    Sorry..

    But wait.. There's google..
    What would google say ??

    http://www.macromedia.com/support/fl...pt_dictionary/
    on(release) {
    getURL("http://mysite.whatever.org", "_blank");
    }
    http://www.macromedia.com/support/fl...ionary377.html
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

Posting Permissions

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