suess0r Posted April 26, 2007 Share Posted April 26, 2007 Hi, i'm trying to embed a quicktime movie on my site with the play pause stop controls, and i've tried a bunch of different things but they don't seem to take. The site is: http://www.designzillas.com/kent/index.html and here's how i'm calling it <div class="mov"> <embed src="movies/Kent_shots_Tear_Gas.mov" width="200" height="200"> </embed> </div> That's how it is now and it plays but w/ no controls I tried this <div class="mov"> <object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> <param name="src" value="movies/Kent_shots_Tear_Gas.mov"> <param name="qtsrc" value="http://www.designzillas.com/kent/movies/Kent_shots_Tear_Gas.mov"> <param name="autoplay" value="true"> <param name="loop" value="false"> <param name="controller" value="true"> <embed src="sample.mov" qtsrc="http://www.designzillas.com/kent/movies/Kent_shots_Tear_Gas.mov" width="320" height="256" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed> </object> </div> I'd like this to work in all browsers: expecially Safari and IE That didn't work either.. I'd appreciate any help!! ??? Quote Link to comment Share on other sites More sharing options...
MadTechie Posted May 1, 2007 Share Posted May 1, 2007 it looks fine, try checking the manual 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.