izrealight
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
Hi I uploaded a video that I made to the server which doesn't seem to be playing on my site. I used dreamweaver and everything works fine on my computer, and everything else on my site is great, but the video doesn't play online. here's the code:
<object width="320" height="290" id="mediaplayer1">
<param name="URL" value="roseave.avi">
<param name="AutoStart" value="true">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="false">
<param name="ShowDisplay" value="false">
<param name="AutoRewind" value="true">
<embed src="roseave.avi" width="320" height="290" autostart="false" showcontrols="true" showstatusbar="false" showdisplay="false" autorewind="true"></embed>
</object>
Any help with this would be awesome. thanks.
Edit:
here's the website URL too: www.roseavenuedigital.com/special.htm
<object width="320" height="290" id="mediaplayer1">
<param name="URL" value="roseave.avi">
<param name="AutoStart" value="true">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="false">
<param name="ShowDisplay" value="false">
<param name="AutoRewind" value="true">
<embed src="roseave.avi" width="320" height="290" autostart="false" showcontrols="true" showstatusbar="false" showdisplay="false" autorewind="true"></embed>
</object>
Any help with this would be awesome. thanks.
Edit:
here's the website URL too: www.roseavenuedigital.com/special.htm
Last edited: