Insertar .avi en un documento HTML con QuickTime


/ Published in: HTML
Save to your folder(s)

Se recomienda energicamente usar Flash porque el plugin de Flash esta mucho más distribuido


Copy this code and paste it in your HTML
  1. <!-- begin embedded QuickTime file... -->
  2. <table border='0' cellpadding='0' align="left">
  3. <!-- begin video window... -->
  4. <tr><td>
  5. <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
  6. height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
  7. <param name='src' value="http://www.midominio.com/ruta/archivo.avi">
  8. <param name='autoplay' value="true">
  9. <param name='controller' value="true">
  10. <param name='loop' value="true">
  11. <EMBED src="http://www.midominio.com/ruta/archivo.avi" width="320" height="255" autoplay="true"
  12. controller="true" loop="true" pluginspage='http://www.apple.com/quicktime/download/'>
  13. </EMBED>
  14. </td></tr>
  15. <!-- ...end embedded QuickTime file -->

URL: http://www.todoexpertos.com/categorias/tecnologia-e-internet/desarrollo-de-sitios-web/macromedia-dreamweaver/respuestas/653514/insertar-avi-o-mov-en-un-swf

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.