Jump to content

[SOLVED] putting mp4 on a site...


ToonMariner

Recommended Posts

ok guys - I have never had to do this before - never needed to use large media and indeed thought bad of using it in a site but now I have to.

Client has an mp4 (wants that so that people can put on ipod without any other conversion) I have encoded the original using videora but appreciate there will be other converters out there.

Anyway. I am using strict xhtml so the embed tag is can't be used - ist the object. This is what I have now:

[code]
        <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="240" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="/userfiles/media/wn.mp4">
<param name="autoplay" value="false">
<param name="controller" value="true">
<param name="loop" value="false">
        </object>
[/code]

copied form various places but the page simple shows a quick time icon with a big question mark - I have googled this and it seems most people get that when qt is trying to play flash files but not found much that helps.

If anyone can point out some glaring error in the html that i need to change please tell me straight away. Any other comments on what needs to be done to get this to work would be a god send.

Thanks in advance guys..

PS here is the page it its on.

[url=http://waringnetts.contrastcompany.co.uk/showreel]http://waringnetts.contrastcompany.co.uk/showreel[/url]
Link to comment
https://forums.phpfreaks.com/topic/32953-solved-putting-mp4-on-a-site/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.