Hey guys,
I was working on embedding image using the object tag with quicktime. i was succesfully embed it but it seems like i cannot display the playback controls (like "play","pause","stop" etc).
Here's my code:
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="478" height="383">
<param name="src" value="movie.mov" />
<param name="autoplay" value="false" />
<param name="kioskmode" value="true" />
<object type="video/quicktime" data="movie.mov" width="478" height="383" class="mov">
<param name="autoplay" value="false" />
<p style="text-align:center">You need to install quicktime player to view this movie.</p>
</object>
</object>
I read that i should be using "controller" param, but that doesn't work either, the video was just paused and user have to double click the vid to play it. Any clue why? and how can i display it? been playing it for days already. i might doing something wrong :?: