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> Quote Link to comment 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"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.