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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Video button

Status
Not open for further replies.

Reaper2

Technical User
Jan 31, 2006
15
US
What is the file extension for a windows video clip? I am trying to make a button to go to the video clip with <a href src="video. "> but I don't know what the end of the file name is.
 
could be a number of formats,

.mpg , .mpeg , avi , .mov , .rm , .asf , you should be able to see the file extension in properties.
 
Okay, I figured out that the extension is WMV, but when I try to click on the button it opens the screen, but then it says that it can't find the movie clip. I don't know what to do, I really want to put these movie clips in, but it won't work. I know the connection is right and everything is put down right, but it still won't work. There should be no problem but there is, someone please help!!!!!!
 
Can you shows the button code you are using so we know?
i.e. It could be a path problem?
<a href=....>




----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
I know for a fact it is not a path problem, but it is

<html>
<head></head>
<body>
<a href="opening.wmv">DDDDDDDDDD</a>
</body>
</html>

ignore the button name though, I was just experimenting with buttons. Like I said, the movie window opens, but it won't play a movie. It keeps telling me it can't find it, they are saved in the same place and everything so that isn't it.

You can put an end to any life, but you can never put an end to death.
 
Are you testing in on a web server ?, and if so, windows, linux or unix ?.
 
Just a normal PC with windows.

___________________________________________

You can put an end to any life, but you can never put an end to death.
 
Just in case it helps at all this is the message that comes up instead of the movie clip.




----Windows Media Player cannot find the specified file. Be sure the path is typed correctly. If it is, the file does not exist at the specified location, or the computer where the file is stored is offline.



___________________________________________

You can put an end to any life, but you can never put an end to death.
 
did you try putting the full path, just to test it, ie:

Code:
<a href="file:///c:/My%20Documents/video.wmv">test</a>
?
 
both files are located in the same place.

Are you sure the filename is opening.wmv and not [red]O[/red]pening.wmv, or opening.[red]WMV[/red] browsers tend to be case sensitive.

so opening.[red]WMV[/red] is different than opening.[red]wmv[/red].

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
No, that didn't change anything. The problem is still there.

___________________________________________

You can put an end to any life, but you can never put an end to death.
 
Is there anyone who can help me out on this, it won't work no matter what I do. It has nothing to do with the name or location or code. Someone please help me out!!!

___________________________________________

You can put an end to any life, but you can never put an end to death.
 
Have you tried with the full path like Fendal Suggested?

If you try to link anything else other than the movie file , say like a dummy text file does it work? What browser are you using to test this?

Are you sure whatver software you are using to create the webpage is not modifying the links to relative ones when you save the file?





----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
This doesn't seem to be a firewall issue, it isn't running on unix so it can't be a upper/lower case issue and if you are sure it isn't a path problem, I'd have thought it could only be your file extension, if you can play the clip/video by double clicking it and you know it works (Codecs, ect), I would suggest making sure it isn't " wm ", instead of " wmv ".

Other than that I don't thing I could help without actually seeing it, Sorry.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top