Placing Videos the Standards Compliant Way
You can skip to a specific format’s section by clicking a link from the following list:
rm Format
Placing these videos is easy… though as every proprietary format, they have their own proprietary parameters.
Russel Peters‘ performance at Comedy Now!. Some TV ad…
Here is the code:
<object id="rmPlayer" width="400" height="300" type="audio/x-pn-realaudio-plugin" data="http://www.archive.org/download/TV_Ad_1/OtherTVAd.rm">
<param name="src" value="http://www.archive.org/download/TV_Ad_1/OtherTVAd.rm" />
<param name="autostart" value="0" />
<param name="controls" value="ImageWindow,ControlPanel" />
<param name="console" value="video" />
<param name="maintainaspect" value="true" />
If you can't see this, visit this video's <a href="http://www.ourmedia.org/node/81090">page at Ourmedia</a>.
</object>
Miguel wrote:
Convertí tu chicklet en 80×15 espero que no te moleste
Posted on 14-Jul-06 at 8:13 pm | Permalink
rolandog wrote:
Gracias, Miguel… aunque ya tenia yo botones de 80×15 en la seccion de Plug… pero esta chido el boton animado. Gracias!
Posted on 15-Jul-06 at 12:50 am | Permalink
Stan Bogdanov wrote:
… autoplay does not, but have you tried “autostart”
Posted on 18-Aug-06 at 6:40 am | Permalink
Stan Bogdanov wrote:
….doesn’t work that way…
The DivX web player plugin has a bug when you place any params in the object tag.
This http://flt.nbu.bg/taxonomy/divx_no_embed.html validates but you don’t have the full controls in non-IE browsers as you can get them in IE6 and 7.
Posted on 18-Aug-06 at 6:53 am | Permalink