Need help flash not showing on IE

Discussion in 'HTML & Website Design' started by mfashraf, Sep 23, 2008.

  1. #1
    Hello. I have this website: http://www.moviecow.net and one problem that follows it as well. The flash is working well on mozilla and not on IE. Couldn't give a crap at first but seeing that most of my friends uses IE, I guess I should give a crap bout it. Can you guys help me on solving this problem? There's so many problems w/ IE. lol

    Thanks in advance guys
     
    mfashraf, Sep 23, 2008 IP
  2. ChrisTaylor

    ChrisTaylor Guest

    Messages:
    60
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I've had the same issue on a previous website, try the following:


    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="X" height="X">
        <param name="movie" value="FILENAME.swf">
        <param name="quality" value="high">
    
        <embed src="FILENAME.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="X" height="X"></embed>
      </object></div>
    
    Code (markup):
    it should work on all browsers. Hope it does.

    Note - Edit the filename, along with Height and Width.
     
    ChrisTaylor, Sep 23, 2008 IP
  3. mfashraf

    mfashraf Active Member

    Messages:
    519
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #3
    should i chance the classid as well? Thx for the code though. Just curious whether I should change that as well
     
    mfashraf, Sep 23, 2008 IP
  4. ClickMedia

    ClickMedia Banned

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    no need to change the classid .
     
    ClickMedia, Sep 24, 2008 IP
  5. verzent

    verzent Peon

    Messages:
    102
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hey the same thing happend to me also, it was displaying well in firefox, but not in IE. i embedded the flash file by using the dreamweaver, still i haven't any idea about what went wrong. anyway thanks for the tips.
     
    verzent, Sep 24, 2008 IP