amber.long83 Posted November 12, 2008 Share Posted November 12, 2008 hello I need to embed quick time player to my page. i have try many solution but it does not show play/push button here is the code what i have used <object width="160" height="144" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"> <param name="src" value="sample.mov"> <param name="autoplay" value="true"> <param name="controller" value="true"> <embed src="sample.mov" width="160" height="144" autoplay="true" controller="false" pluginspage="http://www.apple.com/quicktime/download/"> </embed> </object> Link to comment https://forums.phpfreaks.com/topic/132401-how-to-embed-quick-time-player-to-web-page/ Share on other sites More sharing options...
aznkidzx Posted January 27, 2009 Share Posted January 27, 2009 <br><embed src="sample.mov" autostart="true" width="160" height="144" loop="true"> Link to comment https://forums.phpfreaks.com/topic/132401-how-to-embed-quick-time-player-to-web-page/#findComment-748056 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.