Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Youtube video in the news

Asked Modified Viewed 5,837 times
L
las7h0p3
L
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello all,

Can someone tell me how can I put a youtube video in the frontpage news of php-fusion 6 ?

here is the code for the video I want to put:

<object width="340" height="285"><param name="movie" value="http://www.youtube.com/v/r805hZcnjC0&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/r805hZcnjC0&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="340" height="285"></embed></object>
Edited by las7h0p3 on 13-06-2009 15:24,
0 replies

2 posts

A
afaaro
A
afaaro 10
  • Senior Member, joined since
  • Contributed 295 posts on the community forums.
  • Started 68 threads in the forums
answered
Senior Member

You should change " to '



<object width='340' height='285'><param name='movie' value='http://www.youtube.com/v/r805hZcnjC0&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/r805hZcnjC0&hl=en&fs=1&rel=0&color1=0x006699&color2=0x54abd6&border=1' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='340' height='285'></embed></object>

0 replies
D
Daywalker
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
answered
Member

The Search function is your ally, know how to use it and you can find almost anything. That being said the below link will take you to where you can find simple instructions on how to put a new html button for v6 sites to allow easy adding of videos to news posts.

http://www.php-fusion.co.uk/forum/vie...ost_134373
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet