How to install flash intro

Discussion in 'HTML & Website Design' started by dubs89, Apr 14, 2009.

  1. #1
    Hi,

    I have a tiny flash intro here are my questions.

    1) How can I add this to my website so all browser detect it(what code do i need)?

    2)Also can I code it so if someone does not have flash it auto directs them to a different page?

    Thank you!
     
    dubs89, Apr 14, 2009 IP
  2. fex

    fex Peon

    Messages:
    89
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1) Depends on your html editing program of how to do this.. What are you using?
    http://www.w3schools.com/flash/flash_inhtml.asp

    2) When people do not have flash (correctly) installed, this is shown automatically. You do not have to anything to get that.
     
    fex, Apr 15, 2009 IP
  3. designgenerator

    designgenerator Guest

    Messages:
    118
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    embedding flash is simple. here is an example:
    <object width="xxx" height="xxx" data="*.swf" type="application/x-shockwave-flash">
     
    designgenerator, Apr 15, 2009 IP