FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

embed video in php

 


AOP Web Development
If repost please delete and kindly forward this to the previous topic thanks...


Hello to all can you share to me on how to embed a video file in php

this are the list of supported files that i want to play on the site

.wmv,.3gp,.mpg, .mov and .avi

I hope you can share something.. thanks a lot!
Wink Wink
waway
i think you can still use html in php...

Code:
<embed name="RAOCXplayer" src="URL/video.avi" type="application/x-mplayer2" width="320" height="240" ShowControls="1" ShowStatusBar="0" AutoSize="true" loop="false" EnableContextMenu="0" DisplaySize="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed>
AOP Web Development
i tried the embed in html well it play the movie supported by windows.. but the problem is the .mov extension.. it will not play on the quicktime.

i tried this one.. but it doesn't work.. i view it in firefox and IE7...
Code:

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">

<param name="src" value="http://www.yourdomain/your.mov">
<param name="autoplay" value="true">
<param name="type" value="video/quicktime" height="256" width="320">

<embed src="http://www.yourdomain/your.mov" height="256" width="320" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">

</object>
b123400
it is a html script......
and the ember needs plug-in to support
y don't u use flash as the interface?
AOP Web Development
do you any flash player that can be use to view the videos?
mathiaus
Video in PHP? In the HTML output maybe but not in PHP itself. Confused

-moved-
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.