QuicktimeEmbedTest: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 54: Line 54:


=== another try [http://www.alistapart.com/articles/byebyeembed/ idea from here] ===
=== another try [http://www.alistapart.com/articles/byebyeembed/ idea from here] ===
 
<html>
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  
   codebase="http://www.apple.com/qtactivex/qtplugin.cab"  
   codebase="http://www.apple.com/qtactivex/qtplugin.cab"  
   width="320" height="260">
   width="640" height="375">
   <param name="src"  
   <param name="src"  
     value="http://www.wurst-wasser.net//wiki/images/8/88/HMGDoom.mov" />
     value="http://www.wurst-wasser.net//wiki/images/8/88/HMGDoom.mov" />
   <param name="controller" value="true" />
   <param name="controller" value="true" />
   <param name="autoplay" value="false" />
   <param name="autoplay" value="true" />
   <!--[if !IE]>-->
   <!--[if !IE]>-->
   <object type="video/quicktime"  
   <object type="video/quicktime"  
     data="http://www.wurst-wasser.net//wiki/images/8/88/HMGDoom.mov"  
     data="http://www.wurst-wasser.net//wiki/images/8/88/HMGDoom.mov"  
     width="320" height="260">
     width="640" height="375">
     <param name="autoplay" value="false" />
     <param name="autoplay" value="true" />
     <param name="controller" value="true" />
     <param name="controller" value="true" />
   </object>
   </object>
   <!--<![endif]-->
   <!--<![endif]-->
</object>
</object>
 
</html>
----
----
[[Category:Wiki]]
[[Category:Wiki]]

Latest revision as of 15:45, 11 March 2011

Not good (made with iPhoto 09 exports)

better? (made with qtobject_simple)

QTObject embed by Geoff Stearns

The Quicktime movie below was embedded using the QTObject embed method by Geoff Stearns.

This is an example of a simple QuickTime movie embed.


another try idea from here