Invalid embedding... Help?

Discussion in 'Graphics & Multimedia' started by mcdeere02, Aug 5, 2009.

Thread Status:
Not open for further replies.
  1. #1
    I'm trying to upload a simple video to my website.

    Code:

    <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="307"
    height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
    <param name='src' value="http://www.janetmperkins.com/videos/test.mov">
    <param name='autoplay' value="false">
    <param name='controller' value="true">
    <param name='loop' value="false">
    <EMBED src="http://www.janetmperkins.com/videos/test.mov" width="307" height="255" autoplay="false"
    controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
    </EMBED>
    </OBJECT>

    When I go to validate the coding, it says it's invalid due to the embed tag. When I remove that section, the video plays in IE, but doesn't even show up in FF. Is there a simple way I can go around this?
    __________________
     
    mcdeere02, Aug 5, 2009 IP
  2. Shirley1874

    Shirley1874 Peon

    Messages:
    558
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Shirley1874, Aug 5, 2009 IP
Thread Status:
Not open for further replies.