Page 1 of 1

[solved] Youtube video in my website. Not working

Posted: Fri Aug 31, 2007 5:34 pm
by Cieska
I dont know what is wrong. All site works perfect but when i am trying to copy Embed link from youtube and paste it to my html code then i am getting not working screen. Its a link http://www.365.lt/lithuania/index.php?p ... -of-europe
Have any ideas what is wrong?

Re: Youtube video in my website. Not working

Posted: Fri Aug 31, 2007 8:13 pm
by alby
Cieska wrote: I dont know what is wrong. All site works perfect but when i am trying to copy Embed link from youtube and paste it to my html code then i am getting not working screen. Its a link http://www.365.lt/lithuania/index.php?p ... -of-europe
Have any ideas what is wrong?
Try in this mode (UNTESTED):

Code: Select all

<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/Fm5lG6DmNxo"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/Fm5lG6DmNxo" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>
</object>
Alby

Re: Youtube video in my website. Not working

Posted: Fri Aug 31, 2007 8:39 pm
by Cieska
Still not working...
But for me is very strange that from site video.google.com video is playing very well, but from youtube not :/ I can't see difference between that.

Re: Youtube video in my website. Not working

Posted: Sat Sep 01, 2007 12:06 am
by Dr.CSS
How did you embed it?...

This works, if you go to the embed tag help it gives info on how to make it work...

http://multiintech.com/index.php/Home/s ... r_vid.html

Re: Youtube video in my website. Not working

Posted: Sat Sep 01, 2007 5:42 am
by cyberman
Strange. The embedding link provided by youtube works for me. Please look here

http://test.cmsmadesimple.de/index.php?page=youtube-2

Re: Youtube video in my website. Not working

Posted: Sun Sep 09, 2007 12:43 pm
by Cieska
Yes, for you it works but for me not...
I took a link from youtube:

or video google:


Youtube video is not working in my website and video google working.
In my website i create a new page and switch to html mode. There i paste this embed information. Then save dovument and thats it.

Re: Youtube video in my website. Not working

Posted: Sun Sep 09, 2007 1:54 pm
by Dr.CSS
The top one is the way I did it maybe it will help you?... But yours does work on mine...
This is what I see in your source view...
(   )

http://multiintech.com/index.php/Home/s ... r_vid.html

 


Re: Youtube video in my website. Not working

Posted: Sun Sep 09, 2007 5:22 pm
by cyberman
Another thing - noscript tag is not allowed in head section.

Re: Youtube video in my website. Not working

Posted: Wed Sep 12, 2007 10:03 pm
by Cieska
Thank you Mark! It works!

Re: Youtube video in my website. Not working

Posted: Tue Sep 18, 2007 3:58 am
by Dr.CSS
[solved] ? hint hint  ;)

Re: [solved] Youtube video in my website. Not working

Posted: Tue Sep 18, 2007 4:04 am
by calguy1000
Marked as solved.  Posters should please try to do this when they're topic is fixed.