PDA

View Full Version : Embedding YouTube Videos


Elton
01-31-2007, 02:07 PM
I'm on Vivvo 3.25 (I think).

I can embed Google videos into documents okay, but am struggling with YouTube.

For example, I go to view source and paste the following in:

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

However, it doesn't work and when you re-open the source, it has been shortened to:

<object height="350" width="425"><param value="http://www.youtube.com/v/p_R1aBoRAAY" name="movie" /><param value="transparent" name="wmode" /></object>

How can I sort this, please?

Micha
01-31-2007, 04:57 PM
This is very strange, I tested this in V 3.4 and it works fine.
Could you please open a support ticket and send your ftp and administration access so we can see the files and try to fix this.

Elton
01-31-2007, 05:13 PM
Will do. I've just upgraded to 3.4 and still can;t get it to work LOL

I have other issues, unrelated, that I've been holding back, so expect more than one ticket :D

Elton
01-31-2007, 05:23 PM
I've submitted a ticket, with a link to this thread.

Can you also note the errors at the top of the page when I go to Edit Templates.

This has happened to the other upgraded site, so it would be handy if you could tell me the fix, rather than just fix it :)

Elton
02-03-2007, 10:39 AM
Cheers for sorting this.

In case anyone else has problems, it was Internet Explorer that was causing it. A quick change to Firefox sorted it :)

Sizlerden
11-14-2007, 01:39 AM
Hello, Merhaba

Problem Solution

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


But you will take with start <embed src="http://www.youtube.com/v/p_R1aBoRAAY" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>



1- Click to Add new article
2- Add new anything title in article detail. example (aaa) and click to enter for html code.
3- Click to View Source ( in view source view html. html code in example (aaa) view <p>aaa</p>

- add code <embed src="http://www.youtube.com/v/p_R1aBoRAAY" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>

- and when adding code youtube video now.
- after you add this code, again click view source.
- and after you click view source and again click view source

But Vivvo Convert Code

<embed src="http://www.youtube.com/v/p_R1aBoRAAY"
width="425" height="355" type="null" wmode="null" /></embed />

Now

will you change this code ( delete type="null" wmode="null" )
------------------------------------------

<embed src="http://www.youtube.com/v/p_R1aBoRAAY"
width="425" height="355" /></embed />

------------------------------------------------------

and click to submit.

Look at in web site article. Worked you tube video. if dont work video return admin panel and in article.

open article and again click view source buton for html code.

in code

<embed src="http://www.youtube.com/v/p_R1aBoRAAY"
width="425" height="355" type="null" /></embed />

change

<embed src="http://www.youtube.com/v/p_R1aBoRAAY"
width="425" height="355" /></embed />

and return site and open article. video work :)