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)

The Geek 01-11-2010 12:18 PM

The missing phrase is a known issue and only cosmetic so I have't bothered to update the package as it doesn't affect anything.

As to the other ame2.5x settings, the options really wouldn't work with vB4.

@Chicken - if you want someone to write a custom definition for you, you are best posting the request with a few different URLs and their embed code as examples to work from.

Chicken Racer 01-11-2010 12:28 PM

The Geek
Sorry for my lack of knowledge but I have tried to understand the tutorial but my eyes are burning and clearly it went over my head.
I hope I have pasted the correct details required as examples?

http://www.realtytube.com.au/videos/...ate-kensington

http://www.realtytube.com.au/play.php?vid=16


Code:

<object type="application/x-shockwave-flash" data="http://www.realtytube.com.au/flvplayer.swf" quality="high" width="480" height="336"><param name="movie" value="http://www.realtytube.com.au/flvplayer.swf" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="file=1rPSvuussPDFbEKJ3Rfc.flv&streamer=http://www.realtytube.com.au/includes/xmoov.php&width=480&height=336&displaywidth=480&displayheight=336&stretching=exactfit&autostart=false&logo=http://www.realtytube.com.au/themes/promotion/images/logo-player.png&image=http://www.realtytube.com.au/uploads/player_thumbs/1rPSvuussPDFbEKJ3Rfc.jpg&backcolor=cccccc&frontcolor=213F20&lightcolor=2f772e&screencolor=666666&plugins=drelated-1&drelated.dxmlpath=http://www.realtytube.com.au/recommendations.php&drelated.dposition=bottom&drelated.dskin=http://www.realtytube.com.au/grayskin.swf&drelated.dtarget=_parent" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /></object>

Stryker412 01-11-2010 06:49 PM

Quote:

Originally Posted by The Geek (Post 1950653)
thanks for the heads up. Can you give me the link that was borking out for you?

http://www.hulu.com/watch/112304/fam...rkside-trailer

Digital Jedi 01-11-2010 07:00 PM

Quote:

Originally Posted by The Geek (Post 1952674)
What other features are you after? For the most part vB4 + AME3 gives you about the same feature set as AME2.5x. As far as definitions, I seldom do those and leave it to the community to do (though its generally DJ that ends up doing them all :D )

I don't know what your talking about.

>_>

<_<

>_>

Stop looking at me.

Hey, did you by chance see my last post? I think it got lost in all the concussion.

L-Mane 01-11-2010 07:17 PM

Are there going to be ones for WorldstarHipHop, MTV, OnSmash?

insidedesign 01-11-2010 10:38 PM

If I want to change the video embed display size of all new and existing video embeds, what would be the process of doing this?

I have already updated the display code. What do I do next to fix the videos already in place throughout the forum?

The Geek 01-12-2010 07:38 AM

Edit the definitions you want to change (the embed code). This will change all instances of that definition except for those posts that vB has in its cache (if you have it on). Turn it off and/or rebuild the last weeks worth of posts or what not.

Thanks

@et. all: Should get to any other outstanding issues today.

Chicken Racer 01-12-2010 10:39 AM

Quote:

Originally Posted by Chicken Racer (Post 1952691)
The Geek
Sorry for my lack of knowledge but I have tried to understand the tutorial but my eyes are burning and clearly it went over my head.
I hope I have pasted the correct details required as examples?

http://www.realtytube.com.au/videos/...ate-kensington

http://www.realtytube.com.au/play.php?vid=16


Code:

<object type="application/x-shockwave-flash" data="http://www.realtytube.com.au/flvplayer.swf" quality="high" width="480" height="336"><param name="movie" value="http://www.realtytube.com.au/flvplayer.swf" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="file=1rPSvuussPDFbEKJ3Rfc.flv&streamer=http://www.realtytube.com.au/includes/xmoov.php&width=480&height=336&displaywidth=480&displayheight=336&stretching=exactfit&autostart=false&logo=http://www.realtytube.com.au/themes/promotion/images/logo-player.png&image=http://www.realtytube.com.au/uploads/player_thumbs/1rPSvuussPDFbEKJ3Rfc.jpg&backcolor=cccccc&frontcolor=213F20&lightcolor=2f772e&screencolor=666666&plugins=drelated-1&drelated.dxmlpath=http://www.realtytube.com.au/recommendations.php&drelated.dposition=bottom&drelated.dskin=http://www.realtytube.com.au/grayskin.swf&drelated.dtarget=_parent" /><param name="wmode" value="transparent" /><param name="allowScriptAccess" value="always" /></object>

Any one? help please with my question?

I'm having trouble knowing what details to enter for , Regex URL, embed for this phpmotion site

KURTZ 01-12-2010 12:22 PM

Quote:

Originally Posted by The Geek (Post 1952685)
The missing phrase is a known issue and only cosmetic so I have't bothered to update the package as it doesn't affect anything.

As to the other ame2.5x settings, the options really wouldn't work with vB4.

@Chicken - if you want someone to write a custom definition for you, you are best posting the request with a few different URLs and their embed code as examples to work from.

so no content box and resize for the vB4? :(

The Geek 01-12-2010 02:52 PM

@Kurt: Nope. There isn't the ability to override vB4's way of displaying the output. You could technically add container code around the output of the bbcode_video template, but it will get overwritten when vB or AME rebuilds the template. Furthermore vB only puls 1 parameter from offsite so you wouldn't be able to pull the title in like AME2.x
Sizes are also limited as vB hard codes these into the embed code, but gets around some of these limitations via CSS. So technically you can override the size via teh CSS technique (this is how AME'fy does it).

@Chicken: This is why I avoid getting into custom definitions. It over takes your life and these aren't always quick and easy to do. Saying that I did one for you but noticed an AME bug in the process that I will need to fix before I release it.


All times are GMT. The time now is 02:30 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.01608 seconds
  • Memory Usage 1,752KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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