Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding .mpg movie to website

Status
Not open for further replies.

Efa

Programmer
Jul 9, 2001
18
0
0
AU
Hi
I'm having a problem with adding my .mpg movie to my website. All very new to this. Found these 2 sample codes and seems to work the first or second time I view it. However if I try to view it again I find the movie won't open and just get a quicktime icon and then a broken movie reel icon. :-(

-----------------------------------------------
Sample1
<html>
<body>

<br><br>
<a href="Movie.MPG"> Play the Movie</a>
<br><br>

</body>
</html>
-----------------------------------------------
Sample2

<object width="240" height="196"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase=" <param name="src" value="Seals.MPG">
<param name="controller" value="true">
<param name="autoplay" value="false">
<embed src="Seals.MPG" width="240" height="196"
autoplay="false" controller="true"
pluginspage=" </embed>
</object>

-----------------------------------------------

I'm not sure if this is a problem with the code or my browser or what. Any help with the correct code or usage would be greatly appreciated.

Thanks
 
What is the URL of the page?
Do the obvious first...
Check that the name used for the src parameter is correct, including the case.

"I'm making time
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top