vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - DJ's AME (Auto Media Embedding) XML Media Definitions (Third Time's the Charm) (https://vborg.vbsupport.ru/showthread.php?t=175378)

marialaura94 11-20-2008 09:56 AM

Hello, I'like AME very much.
Do you cant help me? I need up videos of this site www.tn.com.ar
Pardon for my English...........

tspaetten 11-20-2008 06:47 PM

Hi there, first off thanx for a great mod.

I have installed it, but need to get pictures and videos from these two sites www.bold.dk & www.onside.dk

Can u please help me??

Raptor 11-21-2008 02:01 AM

The ame hack and the xml addons have to be one of the most useful hacks ever released for vb. My members love it - especially watching live sport from justin.tv feeds without leaving the forum :)

Can i request a site that is missing but is a very popular video such much like collegehumour and ebaums

www.liquidgeneration.com

Many thanks in advance

Digital Jedi 11-21-2008 04:07 AM

Quote:

Originally Posted by Dr.H (Post 1669169)
To get a locally hosted .flv file to embed with the flash definition do I have to convert it to .swf first? I put my site name in both places in the definition but when I post the all that happens is the link to the file shows.

Yes, the Flash (.SWF) definition is for files ending in .swf only. But I'll look into making one for .flv. It just hadn't occurred to me before. Note that I can't guarantee it will work, or how fast that will be. So you may want to go ahead with that conversion process if you can. However, I will look into when I get to my list again and in the order it was recieived.


Quote:

Originally Posted by marialaura94 (Post 1669246)
Hello, I'like AME very much.
Do you cant help me? I need up videos of this site www.tn.com.ar
Pardon for my English...........

Quote:

Originally Posted by tspaetten (Post 1669536)
Hi there, first off thanx for a great mod.

I have installed it, but need to get pictures and videos from these two sites www.bold.dk & www.onside.dk

Can u please help me??

Quote:

Originally Posted by Raptor (Post 1669759)
The ame hack and the xml addons have to be one of the most useful hacks ever released for vb. My members love it - especially watching live sport from justin.tv feeds without leaving the forum :)

Can i request a site that is missing but is a very popular video such much like collegehumour and ebaums

www.liquidgeneration.com

Many thanks in advance

I will look at all four of these sites and let you know. Bear in mind, since the list of definitions has gotten quite large, and that I go through requests in order most of the time, it may be some time before I get to them. But with that said, I do get to them, eventually.

Dr.H 11-22-2008 03:28 AM

I decided to run it as a locally hosted Quick time .mov instead which works fine but I can't get the video to show at full 1280x720 size. I did try changing the Quick Time definition replacement to that size but it still stayed at the smaller square size.. Any Idea how to make it show videos in full size?

Jaxel 11-22-2008 07:59 AM

I'm having a little trouble creating a definition for youtube HIGH DEFINITION (fmt=22, not fmt=18)

HD: http://www.youtube.com/watch?fmt=22&v=LQwC0t3rFAQ
SD: http://www.youtube.com/watch?v=LQwC0t3rFAQ

By adding fmt=22& to the URL, you can view 1280x720 versions of the videos in flash. I want to be able to let users add this code to their URL, and have the system read it no problem...

This is what I have tried:

HTML Code:

[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?fmt=22\&v=([A-Z0-9._%-]*)[&\w;=\+_\-]*
HTML Code:

<object width="670" height="400">
<param name="movie" value="http://www.youtube.com/v/$p1&hl=en&fs=1&rel=0&ap=%2526fmt%3D22"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&hl=en&fs=1&rel=0&ap=%2526fmt%3D22" type="application/x-shockwave-flash" allowfullscreen="true" width="670" height="400" wmode="transparent"></embed></object>

It APPEARS to work, using RegexBuddy... AME seems to read in and extract the destination data as well (it adds the title to the video) as in:

HTML Code:

[url="http://www.youtube.com/watch?fmt=22&v=LQwC0t3rFAQ"]YouTube - SoulcaliburIV: 2008-SEP-06 W1 SEB VS Jaxel[/url]
However, it does not print out the Replacement text. It prints out the URL to the video (not in a link, just plain text)... but nothing else. Why is the replacement not working?

Digital Jedi 11-22-2008 11:08 AM

Quote:

Originally Posted by Dr.H (Post 1670427)
I decided to run it as a locally hosted Quick time .mov instead which works fine but I can't get the video to show at full 1280x720 size. I did try changing the Quick Time definition replacement to that size but it still stayed at the smaller square size.. Any Idea how to make it show videos in full size?

So far, QuickTime videos are not resizable. And, to be truthful, I haven't been able to figure out why. This is the most recent information I've found on the subject, but I have not gotten a chance to test it out: http://lists.apple.com/archives/Quic.../msg00024.html


Quote:

Originally Posted by Jaxel (Post 1670512)
I'm having a little trouble creating a definition for youtube HIGH DEFINITION (fmt=22, not fmt=18)

HD: http://www.youtube.com/watch?fmt=22&v=LQwC0t3rFAQ
SD: http://www.youtube.com/watch?v=LQwC0t3rFAQ

By adding fmt=22& to the URL, you can view 1280x720 versions of the videos in flash. I want to be able to let users add this code to their URL, and have the system read it no problem...

This is what I have tried:

HTML Code:

[http://]*[a-z]*?[\.]?youtube\.[a-z]*?/watch\?fmt=22\&v=([A-Z0-9._%-]*)[&\w;=\+_\-]*
HTML Code:

<object width="670" height="400">
<param name="movie" value="http://www.youtube.com/v/$p1&hl=en&fs=1&rel=0&ap=%2526fmt%3D22"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&hl=en&fs=1&rel=0&ap=%2526fmt%3D22" type="application/x-shockwave-flash" allowfullscreen="true" width="670" height="400" wmode="transparent"></embed></object>



It APPEARS to work, using RegexBuddy... AME seems to read in and extract the destination data as well (it adds the title to the video) as in:

HTML Code:

[url="http://www.youtube.com/watch?fmt=22&v=LQwC0t3rFAQ"]YouTube - SoulcaliburIV: 2008-SEP-06 W1 SEB VS Jaxel[/url]
However, it does not print out the Replacement text. It prints out the URL to the video (not in a link, just plain text)... but nothing else. Why is the replacement not working?

So that's how their handling HD now. That's good to know. That may change the way I handle the next update.

As to your question, this happens often. And most of the time it's because of the addition of the ampersand (&) in the RegEx. Have it match the HTML ampersand command instead, but make the command itself optional: &[amp;]* That should fix any parsing issues.

Jaxel 11-22-2008 12:42 PM

Yeah... the new HD stuff is great... check it!

http://www.8wayrun.com/video.php?do=...ls&videoid=109

limmengwei 11-22-2008 10:22 PM

Hi,
Thanks for the mod.
May I know is there a way for me to directly to embed Microsoft Powerpoint Presentations? or Apple Keynote Presentations?
Thanks for any advice.

zaimbat 11-24-2008 11:38 PM

I have a problem with the myspacetv parser: as I paste this link "http://vids.myspace.com/index.cfm?fuseaction=vids.individual&VideoID=77010 71" (this is just an example), on my board I get this:

Code:

<div style="display: none;" id="ame_noshow_post_1227576967_1">
        <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&amp;VideoID=7701071" title="MySpaceTV Videos:  WWE  The Undertaker's Entrance Video by Wolfokatar<br />
" target="_blank">MySpaceTV Videos:  WWE  The Undertaker's Entrance Video by Wolfokatar<br />
</a>
</div>
<div style="display: inline;" id="ame_doshow_post_1227576967_1">
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="1" 640 style="margin:10px 0">
<thead>
        <tr>
                <td class="tcat" colspan="2" style="text-align:center">

                        <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&amp;VideoID=7701071" title="MySpaceTV Videos:  WWE  The Undertaker's Entrance Video by Wolfokatar<br />
" target="_blank">MySpaceTV Videos:  WWE  The Undertaker's Entrance Video by Wolfokatar<br />
</a>
                </td>
        </tr>
</thead>
<tbody>
        <tr>
                <td class="panelsurround" align="center">
<embed src="http://lads.myspace.com/videos/myspacetv_vplayer0005.swf" flashvars="m=7701071&amp;type=video" type="application/x-shockwave-flash" width="640" height="480" wmode="transparent"></embed>
</td>
        </tr>

</tbody>
</table></div>
</div>

But I see the the myspace logo rotating forever.. (the same logo you get if you browse this link: http://lads.myspace.com/videos/myspa...player0005.swf ).
I already tried removing old myspace wrapper and reinstalling the dj's ame's one..

Help?


All times are GMT. The time now is 03:17 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.02224 seconds
  • Memory Usage 1,768KB
  • 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
  • (1)bbcode_code_printable
  • (6)bbcode_html_printable
  • (6)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