Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
  #1  
Old 08-06-2011, 07:04 PM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Embedding code

Hi guys,

I want to embed my friend Will onto my site into a thread. He featured on Channel 4... this is the code the video gives to allow embed however it doesnt seem to work..

<object id="flashObj" width="480" height="270" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"> <param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" /> <param name="bgcolor" value="#FFFFFF" /> <param name="flashVars" value="@videoPlayer=1084487218001 &playerID=595148355001&playerKey=AQ%2E%2E,AAAAR_p1 qQk%2E,EoFNCPGcoQoueqgnbIqjXVCIkwy_AJBF&domain=emb ed&dynamicStreaming=true" /> <param name="base" value="http://admin.brightcove.com" /> <param name="seamlesstabbing" value="false" /> <param name="allowFullScreen" value="true" /> <param name="swLiveConnect" value="true" /> <param name="allowScriptAccess" value="always" /> <embed src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="@videoPlayer=1084487218001 &playerID=595148355001&playerKey=AQ%2E%2E,AAAAR_p1 qQk%2E,EoFNCPGcoQoueqgnbIqjXVCIkwy_AJBF&domain=emb ed&dynamicStreaming=true" base="http://admin.brightcove.com" name="flashObj" width="480" height="270" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> </object>


Anyone know why this doesnt work? Heres channel 4 site where the code comes from http://paralympics.channel4.com/acce...036/embed.html

Regards

Dan
Reply With Quote
  #2  
Old 08-06-2011, 08:11 PM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes do it as a BB Code

admincp--->custom bb code--->add new BB Code

Title: Channel 4 Video
BBCode Tage Name: chan4
Replacement:
Code:
<object id="flashObj" width="480" height="270" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"> <param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" /> <param name="bgcolor" value="#FFFFFF" /> <param name="flashVars" value="@videoPlayer=1084487218001 &playerID=595148355001&playerKey=AQ%2E%2E,AAAAR_p1qQk%2E,EoFNCPGcoQoueqgnbIqjXVC Ikwy_AJBF&domain=embed&dynamicStreaming=true" /> <param name="base" value="http://admin.brightcove.com" /> <param name="seamlesstabbing" value="false" /> <param name="allowFullScreen" value="true" /> <param name="swLiveConnect" value="true" /> <param name="allowScriptAccess" value="always" /> <embed src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="@videoPlayer=1084487218001 &playerID=595148355001&playerKey=AQ%2E%2E,AAAAR_p1qQk%2E,EoFNCPGcoQoueqgnbIqjXVC Ikwy_AJBF&domain=embed&dynamicStreaming=true" base="http://admin.brightcove.com" name="flashObj" width="480" height="270" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> </object>
Example: [chan4]http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1[/chan4]
Use Option: No
Remove Tag if Empty: yes
Diasble BB Code within BB Code: no
Disable Smilies within this BB Code: yes
Disable Word Wrapping: no
Disable Automatic Link Parsing with this BB Code: no

Save it, now in your thread, paste [chan4]http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1[/chan4] into your post. Now scroll down and Uncheck "Auto Parse Links" Post your thread.
Reply With Quote
  #3  
Old 08-06-2011, 09:06 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Set this to Yes:

Disable Automatic Link Parsing with this BB Code

Also, the video cannot be viewed, anyway, as it has some sort of protection. I had already tested the bbcode idea for him and it only gave a message stating it cannot be viewed from my current country or location.
Reply With Quote
  #4  
Old 08-06-2011, 09:22 PM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
Set this to Yes:

Disable Automatic Link Parsing with this BB Code

Also, the video cannot be viewed, anyway, as it has some sort of protection. I had already tested the bbcode idea for him and it only gave a message stating it cannot be viewed from my current country or location.
Oops thought I had put yes, my mistake.
Reply With Quote
  #5  
Old 08-06-2011, 10:00 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I usually set all my bbcodes to the following:

Quote:
Use Option: No
Remove Tag if Empty: yes
Diasble BB Code within BB Code: yes
Disable Smilies within this BB Code: yes
Disable Word Wrapping: no
Disable Automatic Link Parsing with this BB Code: yes
Reply With Quote
  #6  
Old 08-06-2011, 10:48 PM
lild100 lild100 is offline
 
Join Date: Oct 2010
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for info guys..

I managed to find the video on youtube so i embeded it that way... tv channels are so annoying they have to much protection!

Have a nice evening

Dan
Reply With Quote
  #7  
Old 08-06-2011, 11:15 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, you got it.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03870 seconds
  • Memory Usage 2,215KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete