vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... (https://vborg.vbsupport.ru/showthread.php?t=195884)

Digital Jedi 08-06-2010 08:09 PM

Quote:

Originally Posted by TheKdd (Post 2074378)
Quick question maybe someone knows... I am installing this today, and would like to know on the locally hosted videos edit, do I just put my site name in, or because my forum is located at forum.mysitename do I edit it with that instead?

Thank you for all your hard work DJ. I wish you and your family well.

ETA: I also don't know whether I should post this to you or to the AME 2.5 thread... so I think I will do both. I have tried looking through the threads but can't seem to find the issue.

I have had the AME 2.5 installed for a long time now (on VB 3.8.5) and in order for just the regular YouTube to convert, I must have "extract destination data" turned off. Turned on, YouTube won't convert at all. Now I have installed all the definitions in here, and none of them will convert, with the Extract Destination Data turned on or off. I have tried at several different sites to be sure (ESPN.com, CBSNews.com, Hulu, Gamesopoly) nothing will convert, just the URL gets posted.

I assume it's me... I'm not the most proficient at all this. I did re-install AME 2.5, and did an overwrite of all files and xml, still to no avail. Any other info you need to help me, I would be glad to provide! Thanks.

Actually, I don't see why it would be doing this. If you can give me temp Admin CP access, and can bear with my wonky schedule, I'll take a look at it.


Quote:

Originally Posted by eigraphics (Post 2076526)
I can't figure out what I'm doing wrong. I've been trying to embed a slide show
for 2 hours now.
http://www.slide.com/r/cPcUXvG-wD-be...t_embedded_url

Embeds fine for me. http://www.cogonline.net/forums/show...65&postcount=7 Can I see a post where it's not converting?


Quote:

Originally Posted by dieselpowered (Post 2079424)
Justin.tv does not seem to work, all it does is parse it as a link. Trying to embed the live footage and all I get is a link?

Is there a specific URL that I am supposed to use? I imaging I do not put in the embed code, however, there are no other links for the live...unless I am missing it.

This is what I am trying to embed, that live video:

http://www.justin.tv/superlitelive

Thanks for your time!

Justin.TV tweaked their URLs slightly. It just needs to be updated.

eigraphics 08-06-2010 08:54 PM

Thanks for responding I do appreciate it. I gave up. :)
I'm not permitted to open the site in public it has some confidential pricing information in it.

dieselpowered 08-07-2010 03:29 PM

Quote:

Originally Posted by Digital Jedi (Post 2080235)
Justin.TV tweaked their URLs slightly. It just needs to be updated.

LOL so does that mean you are going to update it?

Thanks for the reply!

BirdOPrey5 08-08-2010 03:13 AM

Quote:

Originally Posted by viper357 (Post 2066264)
Hi there

I am having problems with photobucket video's suddenly not working, I see on your demo page it is also not working, the last one, post #10 here - http://www.cogonline.net/forums/showthread.php?t=52177

Any idea how to fix this? Thanks. :)

I too can't get Photobucket videos to work... the video box is just blank, the title loads.

Yeah I just checked against the code- photobucket really changed up it's syntax, plus it's using mp4 files not flv's anymore... a new URL is like:
http://smg.photobucket.com/albums/v167/johnbesch/Truck/?action=view&current=1stDownhill.mp4
and the embed code is:
HTML Code:

<embed width="600" height="361" type="application/x-shockwave-flash" allowFullscreen="true" allowNetworking="all" wmode="transparent" src="http://static.photobucket.com/player.swf" flashvars="file=http%3A%2F%2Fvidmg.photobucket.com%2Falbums%2Fv167%2Fjohnbesch%2FTruck%2F1stDownhill.mp4">
I tried editing the existing code but it didn't work... I don't have any idea how it really works, I just made it look more like the 'right' url but it still didn't load.

vithorius 08-12-2010 10:37 AM

What happened? When I put a Youtube URL, I will get 2 (two) 'tables' with the same video...

If I don't write the "http://" (and just the www.youtube.com/...) it works just fine...


What is going on?

appsfinder 08-18-2010 09:47 AM

need help rapidshare links not working? please can you help

intelgio2 08-24-2010 12:15 PM

Quote:

Originally Posted by DieselMinded (Post 1910172)
possible?

Quote:

Originally Posted by DieselMinded (Post 1887819)
need www.issuu.com support

I could really use this too!

BirdOPrey5 08-24-2010 01:18 PM

Vimeo.com also changed their player, please put it on the list to update.

Info: https://vborg.vbsupport.ru/showthread.php?t=248882

phreebsd 08-25-2010 03:23 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2080716)
I too can't get Photobucket videos to work... the video box is just blank, the title loads.

Yeah I just checked against the code- photobucket really changed up it's syntax, plus it's using mp4 files not flv's anymore... a new URL is like:
http://smg.photobucket.com/albums/v167/johnbesch/Truck/?action=view&current=1stDownhill.mp4
and the embed code is:
HTML Code:

<embed width="600" height="361" type="application/x-shockwave-flash" allowFullscreen="true" allowNetworking="all" wmode="transparent" src="http://static.photobucket.com/player.swf" flashvars="file=http%3A%2F%2Fvidmg.photobucket.com%2Falbums%2Fv167%2Fjohnbesch%2FTruck%2F1stDownhill.mp4">
I tried editing the existing code but it didn't work... I don't have any idea how it really works, I just made it look more like the 'right' url but it still didn't load.

here folks. I have updated the photobucket definition and replacement code for photobucket videos.


Regular Expression
Code:

(http://[\w\d]+\.photobucket\.[\w\.\/%-_?]+)/([\?action\=view]*)([&amp;]*)([current]+)\=([\w\d-.]+\.mp4)
replacement code
Code:

<embed width="600" height="361" type="application/x-shockwave-flash" wmode="transparent" src="http://static.photobucket.com/player.swf" flashvars="file=$p1/$p5">

BirdOPrey5 08-25-2010 07:12 PM

Awesome- thanks for the Photobucket update- working great for me. :)


All times are GMT. The time now is 04:55 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.02221 seconds
  • Memory Usage 1,757KB
  • 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
  • (2)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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