[solved] Youtube video in my website. Not working

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Cieska

[solved] Youtube video in my website. Not working

Post 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?
Last edited by calguy1000 on Tue Sep 18, 2007 4:03 am, edited 1 time in total.
alby

Re: Youtube video in my website. Not working

Post 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
Cieska

Re: Youtube video in my website. Not working

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Youtube video in my website. Not working

Post 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
cyberman

Re: Youtube video in my website. Not working

Post by cyberman »

Strange. The embedding link provided by youtube works for me. Please look here

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

Re: Youtube video in my website. Not working

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Youtube video in my website. Not working

Post 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

 

cyberman

Re: Youtube video in my website. Not working

Post by cyberman »

Another thing - noscript tag is not allowed in head section.
Cieska

Re: Youtube video in my website. Not working

Post by Cieska »

Thank you Mark! It works!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Youtube video in my website. Not working

Post by Dr.CSS »

[solved] ? hint hint  ;)
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

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

Post by calguy1000 »

Marked as solved.  Posters should please try to do this when they're topic is fixed.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “CMSMS Core”