vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Can I insert video? (https://vborg.vbsupport.ru/showthread.php?t=125899)

wedgey 09-05-2006 10:17 PM

Can I insert video?
 
Is there a way to allow Admins to post embedded video into a vBulletin post? I have HTML turned off for all user groups except for Admin. After giving the admin profile HTML permission, I still can't get an embedded video to play.

Is this possible with vBulletin?

Thanks!

Sample embed that I'd like to use:

Code:

<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=5752494390378871865&hl=en"> </embed>

The Finman 09-05-2006 10:38 PM

Quote:

Originally Posted by wedgey
Is there a way to allow Admins to post embedded video into a vBulletin post? I have HTML turned off for all user groups except for Admin. After giving the admin profile HTML permission, I still can't get an embedded video to play.

Is this possible with vBulletin?

Thanks!

Sample embed that I'd like to use:

Code:

<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=5752494390378871865&hl=en"> </embed>

If you have HTML enabled for admins only, try this barebone variation.

Code:

<embed src=http://www.myvideo.avi autostart=true hidden=false loop=false width=400 height=326></embed>
Code:

<embed src=http://www.myflashfile.swf width=400 height=326></embed>
I had the same problem, until I discovered that dropping the quotation marks "" and stripping the embed code down allowed it to work.

Let me know if that helps you. :)

wedgey 09-06-2006 12:19 AM

Thanks for the reply! Unfortunatley I can't seem to make it work.

I have HTML permission set to yes in the Admin user group only, is there another setting I need to make to enable this?

Brandon Sheley 09-06-2006 12:21 AM

there is a hack for playing google videos ;)

The Finman 09-06-2006 12:57 AM

Quote:

Originally Posted by wedgey
Thanks for the reply! Unfortunatley I can't seem to make it work.

I have HTML permission set to yes in the Admin user group only, is there another setting I need to make to enable this?

I also have Allow Usergroups to Post HTML modification installed for admins only. Even with that installed I was still having trouble with variables that had quotation marks "" on them. I removed the "" and the problem was solved, but like I also said not only did I have to remove the "" from variables, but I had to signicantly strip down the code to the bare essentials.

And like Loco.M said there are also hacks for specifically using flash videos and windows media player for MP3s. You might try the "Allow HTML" mod or the the other two and like I said drop the "" and keep only essential code (drop the flash player check and download for example). :)

wedgey 09-06-2006 03:09 AM

Many thanks! I'll try the hacks and report back :)

Would you agree that the basic install of vBulletin (3.6) makes it tough to play videos?


All times are GMT. The time now is 07:50 AM.

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.00976 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete