PDA

View Full Version : Embed video


Lysdor
03-15-2003, 05:18 PM
Help!!

I've tryed to create a tiny videoclip using embeb technique (see code below) but once transfered on-line it says:
"The data that the plugin requested did not loaded successfully"
What am I doing wrong ?

<embed autostart="false" bgcolor="#99CCFF" border="10" controller="true" height="270" hidden="false" pluginspage="http://www.apple.com/quicktime/download/indext.html" src="P1010010.mov" width="330">


:confused:
Lysdor

Quiet Storm
03-15-2003, 11:21 PM
Seems to work for me...

Try using the entire URL in the src tag:

src="http://www.yourpage.com/P1010010.mov"

Lysdor
03-16-2003, 10:23 AM
Hi Quiet Storm,

Thanks a lot for yr quick answer!
I tried with the whole line but doesn't do any good either!
While still in my html-editor the movie works fine but on-line NIET!!
I even reloaded my quicktime but no success either. The system gives me that very same plugin message :( . Is it my computer or me very, very stupido, lol??

It can't be that difficult :D !!

Tiina

scroots
03-16-2003, 11:05 AM
does oyur webhost allow you to have .mov files in your webspace, if they do not when you upload it, it will be deleted from the server so the file becomes non existent, hence the page cannot access the required file.

scroots