Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

eric e. dolecki www.ericd.net

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

3GP Quicktime Embed

   1  
   2  <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" 
   3  WIDTH="176"HEIGHT="170" 
   4  CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> 
   5  <PARAM name="SRC" VALUE="http://www.ericd.net/3gpp/1984_launch.3gp"> 
   6  <PARAM name="AUTOPLAY" VALUE="false"> 
   7  <param NAME="type" VALUE="video/quicktime">
   8  <PARAM name="CONTROLLER" VALUE="true"> 
   9  <EMBED SRC="http://www.ericd.net/3gpp/1984_launch.3gp" WIDTH="176" HEIGHT="170" 
  10  AUTOPLAY="false" CONTROLLER="true" type="video/quicktime"PLUGINSPAGE="http://www.apple.com/quicktime/download/"> 
  11  </EMBED> 
  12  </OBJECT>
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS