Hey,
I’m trying to embed .wmv files onto a wordpress page.
I create a new page and add this into the html post:
<object NAME=”Player” WIDTH=”320″ HEIGHT=”240″ align=”left” hspace=”10″ type=”application/x-oleobject” CLASSID=”CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6″>
<param NAME=”URL” VALUE=”yourfile.wmv><param>
<param NAME=”AUTOSTART” VALUE=”false”></param>
<param name=”showControls” value=”true”></param>
<embed WIDTH=”320″ HEIGHT=”240″ align=”left” hspace=”10″ SRC=”yourfile.wmv” TYPE=”application/x-oleobject” AUTOSTART=”false”>
</embed>
—-then when I go to the page the movie doesn’t play, I just get a windows media player embedded.
And Yes I changed “yourfile.wmv” to the file that i want played.
anyone know what to do here