• Page 1 of 1
  • 1
Quicktime Video- MP4
coatham
Posts: 248
Reputation: 9

Message # 1 | 6:18 PM
What is the HTML Code to embed a Quicktime Player to My Site?
Need More In Depth Help About a topic post it here: Click Here
CoffeeCone
Posts: 687
Reputation: 41

Message # 2 | 6:33 PM
Quote (coatham)
What is the HTML Code to embed a Quicktime Player to My Site?

Code
<object width="240" height="196"  
   classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  
   codebase="http://www.apple.com/qtactivex/qtplugin.cab">
   <param name="src" value="moviefile.mov">
   <param name="controller" value="true">
   <param name="autoplay" value="false">
   <embed src="moviefile.mov" width="240" height="196"   
     autoplay="false" controller="true"  
     pluginspage="http://www.apple.com/quicktime/download/">
   </embed>
</object>

Reference: http://forum.ucoz.com/forum/6-12266-68002-16-1295806681


"Friends don't let friends use Internet Explorer 6." - Microsoft || Join the cause. Help your friends.


coatham
Posts: 248
Reputation: 9

Message # 3 | 6:43 PM
Thanks i found it from a website
Code
<!-- begin embedded QuickTime file... -->
       <table border='0' cellpadding='0' align="left">
         <!-- begin video window... -->
         <tr><td>
         <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
         height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
         <param name='src' value="http://prgentertainments.co.uk/prgmedia/bb12_archive/Episode1.mp4">
         <param name='autoplay' value="false">
         <param name='controller' value="true">
         <param name='loop' value="false">
         <EMBED src="http://prgentertainments.co.uk/prgmedia/bb12_archive/Episode1.mp4" width="320" height="255" autoplay="false"  
         controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
         </EMBED>
         </OBJECT>
         </td></tr>
         <!-- ...end embedded QuickTime file -->
         </table>

Need More In Depth Help About a topic post it here: Click Here
CodeResolution
Posts: 1570
Reputation: 58

Message # 4 | 6:55 PM
Topic Locked. PM me if you would like me to re-open the thread.
Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
  • Page 1 of 1
  • 1
Search: