Why flash not appearring in IE?

Discussion in 'Graphics & Multimedia' started by Jen-, Oct 29, 2008.

  1. #1
    Hello, here is the problem. Have this in a web page

    But the flash is only appearring in Mozilla and Opera and not in IE. I have the latest adobe flash 10 installed on my computer. Anyone know why this is happening? Please let me know, thank you very much for your help.
     
    Jen-, Oct 29, 2008 IP
  2. Project Mobius

    Project Mobius Peon

    Messages:
    10,524
    Likes Received:
    170
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you MIGHT have missed the embed line of code

    <object width="550" height="400">
    <param name="movie" value="somefilename.swf">
    <embed src="somefilename.swf" width="550" height="400">
    </embed>
    </object>
     
    Project Mobius, Oct 29, 2008 IP
  3. Jen-

    Jen- Peon

    Messages:
    151
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you very much.
     
    Jen-, Oct 29, 2008 IP
  4. Xavier_3D

    Xavier_3D Well-Known Member

    Messages:
    1,299
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Embed Tags seems to be creating Problem for different Browsers, so this is the recommended SE Friendly Flash Object Code.

    <object data="****.swf" type="application/x-shockwave-flash" width="***" height="***" alt="Alternate Text">
    <param name="movie" value="****.swf" />
    <param name="quality" value="high" />
    </object>

    You may fill the asterics with the required details.
     
    Xavier_3D, Oct 30, 2008 IP