vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   BB Code Enhancements - AME3 - Auto Media Embeding and Video Extender (https://vborg.vbsupport.ru/showthread.php?t=230707)

BSViper 03-07-2010 10:15 PM

Spend two days - no success...

Fresh forum - AME work perfect.. After restore post table - same bug..
Youtube links stop working... Always displayed as text, even in [video] tags...

Finded in post table AME TAG.. Uninstall AME, delete, install AME - dos't matter. Not working.. :(

OK. AME3 don't work.. But why don't work standard vbulletin links?

Any ideas?

stickskills 03-08-2010 05:10 AM

Can this mod allow certain usergroups to NOT do video embedding while others CAN?

BSViper 03-09-2010 08:25 AM

At last i foundout what my problem is...
It's not AME - it's forum...

I start new thread about this problem here:
https://vborg.vbsupport.ru/showthread.php?t=237873

Sow, as soon as i fixed this bug, i install AME3 again - it's very useful mod...

sticky 03-11-2010 04:00 AM

Can it do embed images automatically as well? So I don't need [ IMG ] each time?

testbot 03-11-2010 04:27 AM

Quote:

Originally Posted by sticky (Post 2001332)
Can it do embed images automatically as well? So I don't need [ IMG ] each time?


hmm... i haven't tried it but logically the following would work:

Regex URL:
Code:

http:\/\/([a-zA=Z0-9-_./]+)\.jpg
Embed:
Code:

<img src="http://{vb:raw code}.jpg">
you would have to make one for each extension.

i would advise against that though because whenever you post a url like that outside of the img bbc codes it would use the video codes. meaning it would post the bbc code like
video=wmv;example.com/image.jpg /video instead of img /img

then if you removed ame or vbulletin changes the way videos are handled in a future release you would have to do some serious work to get your img bbc code converted back.


all of the above is just my opinion. there might be a better way to do it or it might not work at all cuz i haven't tested it. it's just theory and opinion :D

YankForum 03-11-2010 07:56 AM

i don't know y i installed with no problem
tnx

milaszewski 03-12-2010 02:13 AM

is there any way of programming this mod to automatically embed mp3 attachments in a small flash mp3 player?

testbot 03-12-2010 02:44 AM

give the following a try. it should work. it uses google's flash player. i haven't tested it but it should work fine.

Provider:
MP3

Tagoption:
mp3

URL:
http://www.example.com/mysong.mp3

Regex URL:
Code:

http:\/\/([a-zA=Z0-9-_./]+)\.mp3
Embed:
Code:

<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://{vb:raw code}.mp3" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />

way2xtreme 03-12-2010 02:59 AM

Hi everyone,

Just check if hulu is working with AME? It seems hulu has changed their codes.

If anyone have it working, could you share the display code?

Thanks
WC

milaszewski 03-12-2010 03:07 AM

Quote:

Originally Posted by testbot (Post 2001915)
give the following a try. it should work. it uses google's flash player. i haven't tested it but it should work fine.

Provider:
MP3

Tagoption:
mp3

URL:
http://www.example.com/mysong.mp3

Regex URL:
Code:

http:\/\/([a-zA=Z0-9-_./]+)\.mp3
Embed:
Code:

<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://{vb:raw code}.mp3" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />

I am looking for something like this:
http://www.youtube.com/watch?v=LPCVrPDN_sE
automatic playback of mp3 files attached to vbulletin posts, not for links to mp3 files


All times are GMT. The time now is 10:03 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.02109 seconds
  • Memory Usage 1,745KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete