Uploading Quicktime Video

Hello all,
I have created a html page which contain quick time video. It run properly on local system. but when i upload it on server and run it then no video run only shows quick video symbol. Please suggest us how i upload quick time video.

Please tell step by step.

thanks
Salil
http://www.dgtech.co.in

Hello ..

Did you upload the video as well? Is the link in your HTML file pointing to the correct location of your video? Did you use a relative path?

Regards,
Mat

Hello ..

Did you upload the video as well? Is the link in your HTML file pointing to the correct location of your video? Did you use a relative path?

Regards,
Mat
as i told u video is working properly in local system and i apload it as it is in local system
same problem occurs while uploading video

You have to fix your HTML code.

You have to fix your HTML code.
i am using html code as

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="256" width="320">
<param name="src" value="Rustrucker.mp4">
<param name="autoplay" value="true">
<param name="controller" value="true">
<embed height="256" width="320" src="Rustrucker.mp4" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="true" autoplay="true">
</object>

but at server it not run

Hello ..

Is the file named Rustrucker.mp4 on the server? Maybe you have a upper/lower case problem. rustrucker.mp4 for example.

Regards,
Mat