Embed Movie Not Displaying
-
I’ve only been using WordPress for a short time but have found it to be an amazing piece of software.
I’m having a problem with embeding a Windows Media Video (.wmv) file. I can get the window to show up, but it never loads the video. For some reason, when I put the code in there, it’s chaging one of the lines from “src” to “xsrc” and I think that’s why I’m not getting any video. Below is the code that I’m putting and then what I see when I go to “view source” while looking at the post.
Any help with this would be GREATLY appreciated! Thanks in advance!!
CODE ENTERED:
<div>
<embed type="application/x-mplayer2" pluginspage="https://microsoft.com/windows/mediaplayer/en/download/" id="mediaPlayer" name="mediaPlayer" displaysize="4" autosize="-1" bgcolor="darkblue" showcontrols="true" showtracker="-1" showdisplay="0" showstatusbar="-1" videoborder3d="-1" width="320" height="285" src="https://www.exhibit18.com/lights.wmv" autostart="true" designtimesp='5311' loop="true"></embed>
</div>
WHAT IS DISPLAYED IN ‘VIEW SOURCE’:
<div>
<embed type='application/x-mplayer2' pluginspage='https://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='darkblue' showcontrols="true" showtracker='-1' showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285" xsrc="https://www.exhibit18.com/lights.wmv" autostart="true" designtimesp='5311' loop="true"></embed>
</div>
- The topic ‘Embed Movie Not Displaying’ is closed to new replies.