Recent content by Jak o the Shadows

  1. J

    Embed a .wmv on a webpage?

    You forgot to properly close your param tags. Just add a / before your closing tag. Like so: <object data="yourMovie.wmv" height="286" width="320"> <param name="autostart" value="false" /> <param name="showcontrols" value="true" /> <param name="fullcontrol" value="true"...