View Full Version : Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest...
Pages :
1
[
2]
3
4
5
6
7
8
9
Digital Jedi
01-16-2009, 03:11 AM
Well, I try to avoid using this if I can, but this will match any character in the URL string. The RegEx will try to match any text that's too close to it. Not a problem as long your members know how to use spaces. (Which we know can be a problem with some folks on the internet, but I digress.)
http://www\.hulu\.com/watch/([\w]*)/.*
JAnders
01-16-2009, 03:57 AM
excellent mate this worked :)
Great pack! I'd love to learn how to make own definitions... (I need to know parameters to chage as I have looked at other codes for youtube and others and have some questions about it)...
For example, link to video is:
http://www.yapfiles.ru/show/6021/1c567e745af93d71ff7acdba373b7298.flv.html
embed code is for it:
<object width="500" height="375">
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="movie" value="http://www.yapfiles.ru/static/play.swf" />
<param name="FlashVars" value="st=vMDAwMDYwMjEt1c56" />
<embed src="http://www.yapfiles.ru/static/play.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="st=vMDAwMDYwMjEt1c56" width="500" height="375"></embed>
</object>
in BBCode it's more easier - I made BBcode like vMDAwMDYwMjEt1c56 and just took embed code replacement and chaged vMDAwMDYwMjEt1c56 -> {param} and it worked, but here is more params to be changed.... so I'm confused from what to start?
Digital Jedi
01-16-2009, 10:08 PM
Great pack! I'd love to learn how to make own definitions... (I need to know parameters to chage as I have looked at other codes for youtube and others and have some questions about it)...
For example, link to video is:
http://www.yapfiles.ru/show/6021/1c567e745af93d71ff7acdba373b7298.flv.html
embed code is for it:
<object width="500" height="375">
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent" />
<param name="movie" value="http://www.yapfiles.ru/static/play.swf" />
<param name="FlashVars" value="st=vMDAwMDYwMjEt1c56" />
<embed src="http://www.yapfiles.ru/static/play.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="st=vMDAwMDYwMjEt1c56" width="500" height="375"></embed>
</object>
in BBCode it's more easier - I made BBcode like vMDAwMDYwMjEt1c56 and just took embed code replacement and chaged vMDAwMDYwMjEt1c56 -> {param} and it worked, but here is more params to be changed.... so I'm confused from what to start?
To make a working definition you first need make a Regular Expression that will match your video URLs. There are some resources on how to do that in the third of fourth post of this thread.
ok! but it's quite hard... will try anyway :)
xixxon
01-19-2009, 12:45 AM
Hi DJ
I got stuck with the imeem music in my forum. It doesn't work, I already updated the 01-05-2009 version above and it still does not work. Any idea?
dartho
01-19-2009, 05:21 AM
I'm not having much joy with the **internal link definitions. They end up linking to the thread that the URL is being posted in... (AME 2.5RC1)
Nadeemjp
01-19-2009, 06:19 AM
hey DJ, any plans on upgrading this mod for 3.8.0?
i am using 3.8.0 and this is working ok with it. so why not to make a modification thread in 3.8? so that i dont have to come back here just for this mod:)
Digital Jedi
01-19-2009, 07:08 AM
Hi DJ
I got stuck with the imeem music in my forum. It doesn't work, I already updated the 01-05-2009 version above and it still does not work. Any idea?
Send me the actual URL your using.
I'm not having much joy with the **internal link definitions. They end up linking to the thread that the URL is being posted in... (AME 2.5RC1)
Are you using the most recent set?
hey DJ, any plans on upgrading this mod for 3.8.0?
i am using 3.8.0 and this is working ok with it. so why not to make a modification thread in 3.8? so that i dont have to come back here just for this mod:)
Only if The Geek decides he wants to update AME for 3.8. As it stands I'll keep this thread here until he does so.
dartho
01-19-2009, 09:24 AM
I believe so - the "DJ's Master XML (Delta).xml " attached to this thread. I also tried enetering in the data manually after viewing the XML. Funny thing is that the showpost internal link also just points to the current thread :S I'm probably doing something a bit dopey ....
xixxon
01-19-2009, 05:49 PM
<a href="http://www.imeem.com/xixxon/music/6kLW5JrL/ung_hoang_phuc_hat_ngay_xuan_long_phung_sum_vay_un g_hoan/" target="_blank">http://www.imeem.com/xixxon/music/6k..._vay_ung_hoan/</a> here it is
Digital Jedi
01-19-2009, 06:55 PM
I believe so - the "DJ's Master XML (Delta).xml " attached to this thread. I also tried enetering in the data manually after viewing the XML. Funny thing is that the showpost internal link also just points to the current thread :S I'm probably doing something a bit dopey ....
Reason I ask, is because this problem would occur if you had downloaded it from the other set. Mind if I see your Replacement HTML for internal linking?
Digital Jedi
01-19-2009, 07:05 PM
http://www.imeem.com/xixxon/music/6kLW5JrL/ung_hoang_phuc_hat_ngay_xuan_long_phung_sum_vay_un g_hoan/ here it is
This is working for me on both my live forum and demo forum: http://www.cogonline.net/forums/showthread.php?p=370644#post370644
Double check all your settings and make sure the product is enabled and extraction is on in both places it needs to be.
dartho
01-19-2009, 08:28 PM
I just tried importing from the individual Internal Linking (Threads).xml from the DJ's AMEs (Delta).zip archiove attached to this thread. Same. here's the Replacement HTML
<a href="$url" target="_self" title="$title"><img src="favicon.ico" border="0" alt="$title" height="16" width="16" /> $title</a>
Thanks
Digital Jedi
01-19-2009, 08:33 PM
I just tried importing from the individual Internal Linking (Threads).xml from the DJ's AMEs (Delta).zip archiove attached to this thread. Same. here's the Replacement HTML
<a href="$url" target="_self" title="$title"><img src="favicon.ico" border="0" alt="$title" height="16" width="16" /> $title</a>
Thanks
Well now, I was certain I had changed this for 2.5. Bear with my while I make a fix for this.
Nadeemjp
01-19-2009, 10:01 PM
ok DJ. as long as u people are updatng this thread, i have to come here:). please keep on doing so:) thanx
Are you planing to add LastFM definitions?
Well now, I was certain I had changed this for 2.5. Bear with my while I make a fix for this.
Excellent. I'm having the same problem with "**Internal Linking". Can't wait to fix it. That small problem and Live Topic not working at all are the last two bugs to work out from the last batch of updates.
Thanks for all the defs and support!
Digital Jedi
01-20-2009, 04:50 AM
Are you planing to add LastFM definitions?
Now that you've brought it to my attention, I'll add it to the list. ;)
MarkJW
01-20-2009, 04:18 PM
AME is gold for 3.8. :D
Keesa
01-20-2009, 07:24 PM
I get this error when importing a new definition?
Warning: ksort() expects parameter 1 to be array, null given in [path]/admincp/automediaembed_admin.php on line 2515
:confused:
I get this error when importing a new definition?
Warning: ksort() expects parameter 1 to be array, null given in [path]/admincp/automediaembed_admin.php on line 2515
:confused:
x2.....
jkcerda
01-20-2009, 10:00 PM
umm, need research
Keesa
01-21-2009, 12:22 AM
It works if you just bypass that error and go ahead and import xml for the service you want, i.e., imeem or whatever, so... but still a weird error.
How did I live without using this?
HOW?
:D
Digital Jedi
01-21-2009, 04:10 AM
I get this error when importing a new definition?
Warning: ksort() expects parameter 1 to be array, null given in [path]/admincp/automediaembed_admin.php on line 2515
:confused:
x2.....
Is this with 2.5 Gold that The Geek just released? If so you should let him know in that thread as well.
umm, need research
Um, okay.
Keesa
01-21-2009, 04:24 AM
Oh, thanks for that heads up, Digital Jedi. I will do that.
soulface
01-21-2009, 08:39 AM
When I try to import the XML file.. I get this msg
Warning: ksort() expects parameter 1 to be array, null given in [path]/admincp/automediaembed_admin.php on line 2515
wAnBoA
01-21-2009, 05:53 PM
Myspace video isn't working?
Is it my forum problem?
Digital Jedi
01-22-2009, 11:31 AM
When I try to import the XML file.. I get this msg
Warning: ksort() expects parameter 1 to be array, null given in [path]/admincp/automediaembed_admin.php on line 2515
Is this with 2.5 Gold or Beta. If it's Gold make sure you have the most updated version (updated just a little while ago) and make sure you have all your files uploaded.
Myspace video isn't working?
Is it my forum problem?
I'll need to see a link to the video on your site in order to troubleshoot.
Just saw this in the AME release thread:
Updated package to address:
Version number :)
$ameinfo[title] was showing wrong title (was showing definition title instead of page title)
The default amazon link was updated to use $ameinfo variables.
Fixes for additional character sets
Follow standard upgrade instructions found in first post.
nJoy
In reference to **Internal Linking: after applying this update, do we just need to replace all $title codes with $ameinfo[title] and $url codes with $ameinfo[url] and we'll be good to go or is it more involved than that? Meaning, is this something we can just do a couple edits to fix or would it be best to wait for a full update?
Thanks, again.
Digital Jedi
01-22-2009, 02:20 PM
No, nothing more complex. That's actually all it means. You can do the edits yourself or wait for an update. The next update will fix that Master-wide though. Meaning, I'll be redoing the whole set to account for the new variables.
pjcnlv
01-22-2009, 02:34 PM
Ebaum's World Def - no workee!
http://www.dirtmob.com/forums/showthread.php?p=413#post413
Otherwise awesome code so far.
Digital Jedi
01-22-2009, 02:44 PM
Ebaum's World Def - no workee!
http://www.dirtmob.com/forums/showthread.php?p=413#post413
Otherwise awesome code so far.
They are converting for me. Double check to make sure you have eBaum's World definitions. There's one for video and one for audio
pjcnlv
01-22-2009, 03:19 PM
They are converting for me. Double check to make sure you have eBaum's World definitions. There's one for video and one for audio
Yep, both have active, contain and extract boxes checked. I have your latest download of defs and I am running AME 2.5.2 (latest)
Do you see these working on my site?
eBaums World (Audio)Embed eBaumsWorld.com Audio! ebaumsworldaudio
eBaums World (Videos)Embed eBaumsWorld.com Videos! ebaumsworldvideos
Digital Jedi
01-22-2009, 03:26 PM
Did you mean to post a link? :)
pjcnlv
01-22-2009, 03:32 PM
Did you mean to post a link? :)
Originally I did post a link from the example where the Ebaum video is not working. In my reply to your reply, I simply pasted in the info from the AME manager to show that both def are enabled.
Also, is their a guide somewhere on URL formatting for the various defs? I have tried a bunch of variations from GameOpoly without luck.
Nadeemjp
01-22-2009, 03:40 PM
DJ, did u upgrade 3.8 as well?
pjcnlv
01-22-2009, 03:41 PM
Also it seems that media from Break.com is not parsed correctly.
http://www.dirtmob.com/forums/showpost.php?p=419&postcount=4
For video at http://www.break.com/index/lowrider-routine-goes-wrong.html
Digital Jedi
01-22-2009, 04:28 PM
Originally I did post a link from the example where the Ebaum video is not working. In my reply to your reply, I simply pasted in the info from the AME manager to show that both def are enabled.
Also, is their a guide somewhere on URL formatting for the various defs? I have tried a bunch of variations from GameOpoly without luck.
I'd forgotten you'd posted that. Yes, I checked it and it wasn't converting.
Just the URL, like any other site.
DJ, did u upgrade 3.8 as well?
My demo board is 3.8 which is where I have 2.5.2 installed.
Also it seems that media from Break.com is not parsed correctly.
http://www.dirtmob.com/forums/showpost.php?p=419&postcount=4
For video at http://www.break.com/index/lowrider-routine-goes-wrong.html
This link is converting on my site as well. At this point the only thing I can think to say is double check all your settings, make sure that global Extraction is turned on and then if this doesn't fix anything, re-install the mod in the same manner you would do an upgrade.
pjcnlv
01-22-2009, 04:30 PM
The Onion vids fail too.
http://www.theonion.com/content/video/9_11_conspiracy_theories
Digital Jedi
01-22-2009, 04:32 PM
The Onion vids fail too.
http://www.theonion.com/content/video/9_11_conspiracy_theories
Have you tried my suggestions yet? Clearly this something going on with your forum specifically.
Digital Jedi
01-22-2009, 04:35 PM
The Onion vids fail too.
http://www.theonion.com/content/video/9_11_conspiracy_theories
I'm noticing that definitions that requre extraction are the ones not converting, and none of your titles are converting either. Double check your global extraction settings and then resave your posts.
wAnBoA
01-22-2009, 05:01 PM
Is this with 2.5 Gold or Beta. If it's Gold make sure you have the most updated version (updated just a little while ago) and make sure you have all your files uploaded.
I'll need to see a link to the video on your site in order to troubleshoot.
Sorry for the trouble.
Here's the link.
http://www.aboxcafe.com/forums/showthread.php?p=49914#post49914
pjcnlv
01-22-2009, 05:02 PM
I have reloaded AME, removed and reloaded all your defs, sync'd cache checked settings.
Break.com still is broken.
I tried embeding
http://embed.break.com/NDYyNzg4
http://www.break.com/usercontent/2008/3/baja-1000-462788.html
No workee!!
pjcnlv
01-22-2009, 05:06 PM
In AME CP, I have set "Extract destination data" to yes.
I do not see a setting with the title "Global Extraction".
Digital Jedi
01-22-2009, 07:48 PM
Sorry for the trouble.
Here's the link.
http://www.aboxcafe.com/forums/showthread.php?p=49914#post49914
Check to make sure you still have the product enabled.
I have reloaded AME, removed and reloaded all your defs, sync'd cache checked settings.
Break.com still is broken.
I tried embeding
http://embed.break.com/NDYyNzg4
http://www.break.com/usercontent/2008/3/baja-1000-462788.html
No workee!!
It's not supposed to work with the embed code link, and the User Content links are new. I'd need to update the defs for that. What about the links you where trying before. Did you test them to see if they are converting now?
In AME CP, I have set "Extract destination data" to yes.
I do not see a setting with the title "Global Extraction".
I just call it global to distinguish it from the per-definition Extraction settings.
pjcnlv
01-22-2009, 08:07 PM
Check to make sure you still have the product enabled.
It's not supposed to work with the embed code link, and the User Content links are new. I'd need to update the defs for that. What about the links you where trying before. Did you test them to see if they are converting now?
I just call it global to distinguish it from the per-definition Extraction settings.
The product is enabled.
Thanks for all your help on this. I will work on the issue again on Monday as I am leaving town for the weekend.
wAnBoA
01-23-2009, 12:47 AM
Check to make sure you still have the product enabled.
It is. All the vids are working except for myspace.
Heres the screenprint of the Myspace setting.
http://img.photobucket.com/albums/v643/wanboa/misc/Screenshot_23012009_102031.jpg
http://img.photobucket.com/albums/v643/wanboa/misc/Screenshot_23012009_102038.jpg
Digital Jedi
01-23-2009, 07:26 AM
It is. All the vids are working except for myspace.
Heres the screenprint of the Myspace setting.
http://img.photobucket.com/albums/v643/wanboa/misc/Screenshot_23012009_102031.jpg
http://img.photobucket.com/albums/v643/wanboa/misc/Screenshot_23012009_102038.jpg
I don't see any reason why MySpace would be giving you problems, but not the other sites. Have you tried editing and saving any of these posts? Also, make sure Disable New Items is set to No. Bear in mind that if you do get any of these working, you've got a few videos here that have been deleted or are set to private.
Digital Jedi
01-23-2009, 02:04 PM
**UPDATES**
This update is for the release of AME 2.5 Gold. If you haven't yet upgraded, what the heck are you waiting for....oh, yeah. Me.
IMPORTANT
Four things you should know:
This is only an update to the Master XML (Delta) file. The individual defs will come later, just not today
The new import system does not allow duplicate imports, so you need to delete everything to import the Master XML. Otherwise you won't get my YouTube or Amazon updates.
My YouTube and YouTube (HQ/HD) definitions have been updated to include support for validation if the media is not allowed to be embedded, as well as the previous bells and whistles, such as Deep Linking for YouTube.
Import the definitions AFTER you upgrade to prevent some pesky duplication problems.
tei727
01-23-2009, 04:37 PM
I can't get sportsline videos to work.
**UPDATES**
This update is for the release of AME 2.5 Gold. If you haven't yet upgraded, what the heck are you waiting for....oh, yeah. Me.
IMPORTANT
Four things you should know:
This is only an update to the Master XML (Delta) file. The individual defs will come later, just not today
The new import system does not allow duplicate imports, so you need to delete everything to import the Master XML. Otherwise you won't get my YouTube or Amazon updates.
My YouTube and YouTube (HQ/HD) definitions have been updated to include support for validation if the media is not allowed to be embedded, as well as the previous bells and whistles, such as Deep Linking for YouTube.
Import the definitions AFTER you upgrade to prevent some pesky duplication problems.
Awesome. Thanks for the update. Working great!
Big-K
01-24-2009, 07:42 AM
Hi,
Can you help create an XML for http://www.viewnaija.com/
Thanks
xixxon
01-24-2009, 07:56 AM
This is working for me on both my live forum and demo forum: http://www.cogonline.net/forums/showthread.php?p=370644#post370644
Double check all your settings and make sure the product is enabled and extraction is on in both places it needs to be.
Thanks, I got it working but I didn't know how i did it, just edit like crazy ^^
Digital Jedi
01-24-2009, 03:04 PM
I can't get sportsline videos to work.
Looks like they've changed their URL structure. They will need to be updated.
Hi,
Can you help create an XML for http://www.viewnaija.com/
Thanks
I can look into them and let you know.
paintballer.ie
01-24-2009, 09:51 PM
When I select files I want to import, I get a 403 error.
Is there some specific server settings or permissions I need to set?
Digital Jedi
01-24-2009, 10:35 PM
When I select files I want to import, I get a 403 error.
Is there some specific server settings or permissions I need to set?
That would be up to your host or your configuration to see if there are limitations on your server or scripts that can run from that directory.
Nadeemjp
01-24-2009, 11:53 PM
**UPDATES**
This update is for the release of AME 2.5 Gold. If you haven't yet upgraded, what the heck are you waiting for....oh, yeah. Me.
IMPORTANT
Four things you should know:
This is only an update to the Master XML (Delta) file. The individual defs will come later, just not today
The new import system does not allow duplicate imports, so you need to delete everything to import the Master XML. Otherwise you won't get my YouTube or Amazon updates.
My YouTube and YouTube (HQ/HD) definitions have been updated to include support for validation if the media is not allowed to be embedded, as well as the previous bells and whistles, such as Deep Linking for YouTube.
Import the definitions AFTER you upgrade to prevent some pesky duplication problems.
hi DJ
remember last time when i compllained that there are so many duplicate sites? you said i dont have to delete the duplicates everytime.
please instruct how should i upgrade.
thanx:)
looped
01-25-2009, 01:33 AM
I see you have brightcove.tv in the defs, but any chance to get brightcove.com?
Thanks!!
Like this link from which is from http://www.gunsandammomag.com/cs/Satellite/IMO_GA/Page/GA_Videos
http://link.brightcove.com/services/link/bcpid1541138791/bclid1254069906/bctid7217997001
a 2nd link
http://link.brightcove.com/services/link/bcpid1541138791/bclid1254069906/bctid1343631845
a 3rd link
http://link.brightcove.com/services/link/bcpid1541138791/bclid1544607054/bctid1344511007
so it appears that the first 'numbers' bcpid1541138791 must be a 'customer number' the middle, not sure if it's a section number and the final the actual clip or not?
This is from another site http://www.downrange.tv/player.htm
http://link.brightcove.com/services/link/bcpid452320104/bclid459256134/bctid1785291990
a 2nd link from this site
http://link.brightcove.com/services/link/bcpid452320104/bclid459256134/bctid1784553806
Digital Jedi
01-25-2009, 03:19 AM
hi DJ
remember last time when i compllained that there are so many duplicate sites? you said i dont have to delete the duplicates everytime.
please instruct how should i upgrade.
thanx:)
Well, If I'd updated any individual sites, I'd have some individual updates. This, however, is an update to match the updates to AME 2.5 GOLD. So, it's the entire set that was updated. :)
I see you have brightcove.tv in the defs, but any chance to get brightcove.com?
Thanks!!
Like this link from which is from http://www.gunsandammomag.com/cs/Satellite/IMO_GA/Page/GA_Videos
http://link.brightcove.com/services/link/bcpid1541138791/bclid1254069906/bctid7217997001
a 2nd link
http://link.brightcove.com/services/link/bcpid1541138791/bclid1254069906/bctid1343631845
a 3rd link
http://link.brightcove.com/services/link/bcpid1541138791/bclid1544607054/bctid1344511007
so it appears that the first 'numbers' bcpid1541138791 must be a 'customer number' the middle, not sure if it's a section number and the final the actual clip or not?
This is from another site http://www.downrange.tv/player.htm
http://link.brightcove.com/services/link/bcpid452320104/bclid459256134/bctid1785291990
a 2nd link from this site
http://link.brightcove.com/services/link/bcpid452320104/bclid459256134/bctid1784553806
Shouldn't be a problem. I'll let you know.
looped
01-25-2009, 12:25 PM
Great,
Thanks much!
redlabour
01-25-2009, 05:27 PM
Can you please send Update-Mails on Updates and stop confusing with this 3 Types of Files to download?
Can you please compare them in one Single File?
MonkYZ
01-25-2009, 09:59 PM
Hi again Digital Jedi ! Can you please let us know how to change the code for YouTube (standard version, not HD or HQ) so that full screen option should work ? For example, in here you can see the full screen button is not available: http://www.consolegames.ro/forum/f69-funny/439-funny-movies/index7.html#post52722 . Thank you in advance !
Nadeemjp
01-25-2009, 10:58 PM
Well, If I'd updated any individual sites, I'd have some individual updates. This, however, is an update to match the updates to AME 2.5 GOLD. So, it's the entire set that was updated. :)
i am so sorry to be a pain DJ, but i am not clear how should i do the update. should I simply import the Master XML file?
feel embarassed to ask like this though.
Digital Jedi
01-25-2009, 11:09 PM
Can you please send Update-Mails on Updates and stop confusing with this 3 Types of Files to download?
Can you please compare them in one Single File?
I always send email updates. Always have. I haven't sent one this time because I got busy this weekend and figured I'd wait until I completed the update to the individual defs. What are you confused about that I haven't explained in explicit detail in the first post of this thread and in the FAQ?
Hi again Digital Jedi ! Can you please let us know how to change the code for YouTube (standard version, not HD or HQ) so that full screen option should work ? For example, in here you can see the full screen button is not available: http://www.consolegames.ro/forum/f69-funny/439-funny-movies/index7.html#post52722 . Thank you in advance !
My definition already does include the full screen button. In this new version of AME, if you imported the Master XML, and didn't delete the stock YouTube def first, my version won't import.
i am so sorry to be a pain DJ, but i am not clear how should i do the update. should I simply import the Master XML file?
feel embarassed to ask like this though.
Yes, I updated the whole Master XML this time for 2.5 Gold. No new sites were added. I updated the code because AME 2.5 Gold uses new variables.
Nadeemjp
01-25-2009, 11:15 PM
ok thanx. i shall import the master xml.
Nadeemjp
01-25-2009, 11:16 PM
when i imported, there are errors:
in few definitions, it says:
Duplicate key.This key would clash with an existing item
what should I do in all such definitions?
Digital Jedi
01-25-2009, 11:19 PM
when i imported, there are errors:
in few definitions, it says:
Duplicate key.This key would clash with an existing item
what should I do in all such definitions?
You have to delete your old set before you import the new one.
Nadeemjp
01-25-2009, 11:46 PM
ok, thanx, imported.
RrCoX22
01-26-2009, 06:37 AM
i imported and uploaded The Geek's AME - The Automatic Media Embedding System and after it wouldn't even allow me to post, quote, edit as it kept giving me an error on the forums :(
MonkYZ
01-26-2009, 12:37 PM
My definition already does include the full screen button. In this new version of AME, if you imported the Master XML, and didn't delete the stock YouTube def first, my version won't import.
Well, i've updated to 2.5.3 and then deleted all defintions and imported the last DJ's Master XML (Delta).xml for 2.5. And still don't have full screen button for youtube videos. I already deleted Youtube definitions for a few times and imported them again, with no luck. Is there anything else i should try ?
Digital Jedi
01-26-2009, 12:52 PM
i imported and uploaded The Geek's AME - The Automatic Media Embedding System and after it wouldn't even allow me to post, quote, edit as it kept giving me an error on the forums :(
You should post this problem in the AME modification thread to see if The Geek can help you out.
Well, i've updated to 2.5.3 and then deleted all defintions and imported the last DJ's Master XML (Delta).xml for 2.5. And still don't have full screen button for youtube videos. I already deleted Youtube definitions for a few times and imported them again, with no luck. Is there anything else i should try ?
You would have to edit your existing posts to get the embed codes to update.
Taragon
01-26-2009, 04:21 PM
I've just tried to import my first definition (Game Trailers.xml) using 2.5.3, but somehow I get only the link, not the vid.
Does someone know perhaps what I might be overlooking?
Digital Jedi
01-26-2009, 04:32 PM
I've just tried to import my first definition (Game Trailers.xml) using 2.5.3, but somehow I get only the link, not the vid.
Does someone know perhaps what I might be overlooking?
Please post a link to where your having the trouble.
Taragon
01-26-2009, 04:41 PM
Please post a link to where your having the trouble.
Thank you
http://die16-clan.com/forum/die16-backstage/4877-test-ame.html#post85260
Digital Jedi
01-26-2009, 05:22 PM
Thank you
http://die16-clan.com/forum/die16-backstage/4877-test-ame.html#post85260
It's embedding for me. Have you tried resaving the post at all? Every so often there's a hiccup when starting a new thread with GameTrailers links.
Taragon
01-26-2009, 06:02 PM
Yes, I've tried about every possible combination of vbseo on/of, wysiwyg on/of, 1st post, 2nd post, 3rd post, rebuild forum cache, resync file cache, etc. without any luck that is.
Emb one of the vids from cog in my post.
The only thing I'm sure of is, youtube currently works.
Andyrew
01-26-2009, 06:45 PM
I'm not having any luck with google results, ive uploaded the images and tried both google xml's at different times and nothing happens to the posted url. :confused:
Digital Jedi
01-26-2009, 06:56 PM
Yes, I've tried about every possible combination of vbseo on/of, wysiwyg on/of, 1st post, 2nd post, 3rd post, rebuild forum cache, resync file cache, etc. without any luck that is.
Emb one of the vids from cog in my post.
The only thing I'm sure of is, youtube currently works.
Have you tried double checking your most obvious, but often overlooked settings, such as your Usergroup Permissions, Extract destination data and Disable New Posts?
I'm not having any luck with google results, ive uploaded the images and tried both google xml's at different times and nothing happens to the posted url. :confused:
Show me the URL your using.
Digital Jedi
01-26-2009, 07:01 PM
Just a minor announcement here to anyone who may be reading this. I've had a number of requests for Screencast in the past. There is a possibility I can develop a set of Screencast defs for those of you who upload videos in the same file format consistently. What I need is your Screencast videos. Send me your Screencast URLs so I have more to work with then handful of featured videos they have on their main page.
Andyrew
01-26-2009, 07:23 PM
Show me the URL your using.
http://www.google.co.uk/search?hl=en&q=hamster&btnG=Google+Search&meta=
http://www.google.com/search?hl=en&q=hamster&btnG=Google+Search&aq=f&oq=
Any url from my address bar after typing something in at google.co.uk does not do anything but if i use google.com then it converts the url, but when i click on the converted url it just opens a new window and displays my own forum and thread that i was already in. :erm:
Wiki seems to be working fine. :up:
Digital Jedi
01-26-2009, 08:09 PM
Sounds like you haven't udpated to the latest version of AME 2.5, as the link problem was part of RC1. The conversion problem is you need to change your RegEx, since I forgot about .co.uk sites. Update AME and I'll correct the definition for my next update.
Andyrew
01-26-2009, 08:40 PM
Sounds like you haven't udpated to the latest version of AME 2.5, as the link problem was part of RC1. The conversion problem is you need to change your RegEx, since I forgot about .co.uk sites. Update AME and I'll correct the definition for my next update.
Using AME 2.5.3, how do i change my RegEx. :confused:
Taragon
01-27-2009, 05:50 PM
Have you tried double checking your most obvious, but often overlooked settings, such as your Usergroup Permissions, Extract destination data and Disable New Posts?
Thanks! It all seemed to be caused by the file caching system. Some possibility to enable/disable by definition would be great I think.
However, installed! And thanks again for your time.
Stryker412
01-27-2009, 05:53 PM
DJ, I just upgraded to 2.5 and installing your new definitions. I deleted ALL the old ones, and I want to set up Amazon Astore and Amazon thumbnails.
I forget where does our astore ID go in the expression?
burntire
01-27-2009, 08:43 PM
Photo bucket videos are displaying strange?
http://www.highperformancestangs.com/forums/showpost.php?p=55383&postcount=6
Digital Jedi
01-27-2009, 10:14 PM
DJ, I just upgraded to 2.5 and installing your new definitions. I deleted ALL the old ones, and I want to set up Amazon Astore and Amazon thumbnails.
I forget where does our astore ID go in the expression?
Not in the RegEx, but in the Replacement HTML. Change each instance of: ?tag=citofgamonlco-20 to whatever your ID is. If you need a reference again, remember that I have an explanation in my Definitions FAQ in the third post of this thread. The aStore def you don't need to add your tag in, since it's already included in your aStore links and will convert accodingly.
Photo bucket videos are displaying strange?
http://www.highperformancestangs.com/forums/showpost.php?p=55383&postcount=6
Can you show me the post the way it looks in the standard editor?
burntire
01-27-2009, 10:56 PM
Can you show me the post the way it looks in the standard editor?
Can you explain that a little more as I don't understand what you are asking.
Here is a screen shot in the editor. Everything looks fine until it is posted
Digital Jedi
01-27-2009, 11:20 PM
Can you explain that a little more as I don't understand what you are asking.
Here is a screen shot in the editor. Everything looks fine until it is posted
Are they/you posting the thumbnail BBCode supplied by Photobucket? If so, you can't do that. If you want the thumbnail image, turn video parsing off for that post. If you want the video embedded, just post the link to the page. You cant have both at the same time.
burntire
01-28-2009, 12:07 AM
Thanks I got it figured out.
Stryker412
01-28-2009, 05:47 PM
Not in the RegEx, but in the Replacement HTML. Change each instance of: ?tag=citofgamonlco-20 to whatever your ID is. If you need a reference again, remember that I have an explanation in my Definitions FAQ in the third post of this thread. The aStore def you don't need to add your tag in, since it's already included in your aStore links and will convert accodingly.
Can you show me the post the way it looks in the standard editor?
The replacement code looks like this:
<a href="$url" target="_self"><img src="http://images.amazon.com/images/P/$p1.01.MZZZZZZZ.jpg" alt="$title" border="0" /></a><br />
<a href="$url" target="_self">$title</a>
Your astore ID is not there.
paintballer.ie
01-28-2009, 10:30 PM
That would be up to your host or your configuration to see if there are limitations on your server or scripts that can run from that directory.
Can you advise me on what I should be asking my hosting company, Thanks.
Digital Jedi
01-29-2009, 01:38 AM
The replacement code looks like this:
<a href="$url" target="_self"><img src="http://images.amazon.com/images/P/$p1.01.MZZZZZZZ.jpg" alt="$title" border="0" /></a><br />
<a href="$url" target="_self">$title</a>
Your astore ID is not there.
That is not one of my Amazon definitions. That def won't even convert properly now that those variables have been changed.
Can you advise me on what I should be asking my hosting company, Thanks.
You would tell them exactly what you were doing with you received the error and you would also show them the error.
MonkYZ
01-29-2009, 04:34 PM
You would have to edit your existing posts to get the embed codes to update.
I tried, but didn't changed anything. The full screen button doesn't appear for youtube no matter what.
Anyway, in the meantime i've noticed that "The Escapist" (EscapistMagazine.com Videos) don't embedd anymore. Actually, the player appears, but there is no video, button, anything...
aspen1018
01-29-2009, 07:07 PM
Can we get an xml for wmv that isn't for your local site
the old ame 2.0 had that and it worked great
Stryker412
01-30-2009, 02:28 AM
That is not one of my Amazon definitions. That def won't even convert properly now that those variables have been changed.
You would tell them exactly what you were doing with you received the error and you would also show them the error.
I've only installed definitions from this thread.
Tried to import he master XML and got this error.
Can not save Import because of the following error(s):
* Some keys are empty
* Some keys contain invalid characters and must be validated prior to import.
satlazone
01-30-2009, 08:15 AM
what about this one www.flix.co.il
Digital Jedi
01-30-2009, 12:15 PM
I tried, but didn't changed anything. The full screen button doesn't appear for youtube no matter what.
Anyway, in the meantime i've noticed that "The Escapist" (EscapistMagazine.com Videos) don't embedd anymore. Actually, the player appears, but there is no video, button, anything...
What does the Replacement HTML in your YouTube definitions looks like? I'll have to look at The Escapist later.
Can we get an xml for wmv that isn't for your local site
the old ame 2.0 had that and it worked great
Neither I nor The Geek ever had a definition for external WMV files. A RegEx for any site would be fraught with problems.
I've only installed definitions from this thread.
Tried to import he master XML and got this error.
Can not save Import because of the following error(s):
* Some keys are empty
* Some keys contain invalid characters and must be validated prior to import.
Are you sure you tried the XML from this thread and not my other thread?
what about this one www.flix.co.il (http://www.flix.co.il)
I'll add it to the list of sites to look at. (Okay, someone tell me how are they using the same music and premise of Two Hot Girls in the Shower with no actual shower?)
aspen1018
01-30-2009, 07:38 PM
sorry it was AME 1.2
and these were the files:
http://psvanbeek.com/files/WindowsMediaPlayerFiles.xml
http://psvanbeek.com/files/WMVfiles.xml
Super Jinni
01-31-2009, 07:00 AM
I just noticed that not all the videos form metacafe get embedded
any idea why?
thanks
Jon Tolzien
02-01-2009, 02:35 AM
I am so embarrassed to ask this question. I want to do local hosting. I installed all of the files. Should i see a special icon to do that. Or do i need to ftp on to my server. Or do just use the URL to my server files. Like i said i have looked and looked for the answer. Maybe it was right under my nose. :)
Digital Jedi
02-01-2009, 03:25 AM
I am so embarrassed to ask this question. I want to do local hosting. I installed all of the files. Should i see a special icon to do that. Or do i need to ftp on to my server. Or do just use the URL to my server files. Like i said i have looked and looked for the answer. Maybe it was right under my nose. :)
Once you configure the definitions to use your site name, then all you have to do is post the URL of the videos, provided that is the domain they are located on.
Jon Tolzien
02-01-2009, 03:33 AM
Wow it was that obvious, thanks for your patience, defiantly cool.
Lautaro
02-01-2009, 09:13 AM
Hello, I can't make the ProjectPlaylist to work.
i tried to use it posting a simple link to one of my playlist in a post like this:
http://www.playlist.com/playlist/14906673675
but the playlist doesnt appear.. how can i fix this?
Annapurna
02-01-2009, 01:13 PM
Hi,
Any plans about a definition for Wikimapia and Picasa Slideshows?
A.
punchbowl
02-01-2009, 05:14 PM
http://uk.youtube.com/watch?v=dqrLThsYlBY
http://www.youtube.com/watch?v=dqrLThsYlBY
The first doesn't get parsed at all . They are the same vid.
Sorry I'm sure this has been raised but "uk" is too short to search for. (Great track btw)
tia
Super Jinni
02-01-2009, 05:59 PM
I just noticed that not all the videos form metacafe get embedded
any idea why?
thanks
didn't answer my question!!!
aspen1018
02-02-2009, 05:53 PM
viddler.com doesn't embed just shows link when people post
i tried deleting the viddler definition and re importing and same result
calord
02-02-2009, 10:30 PM
Great mod, would love to get this working. Some are not.
http://www.choiceguild.org/forums/showthread.php?t=162
Note the google search result only links back to my own forum. When I edit the post it shows the actual google URL for the search, but this isnt working once the the post is made. It just links back to itself.
Same thing with internal links. Any help appreciated.
EDIT: I uninstalled the xmls for Google and internal links since they werent linking to anything. But still would like to know how to solve that issue.
dodgechargerfan
02-03-2009, 11:49 PM
http://www.google.co.uk/search?hl=en&q=hamster&btnG=Google+Search&meta=
http://www.google.com/search?hl=en&q=hamster&btnG=Google+Search&aq=f&oq=
Any url from my address bar after typing something in at google.co.uk does not do anything but if i use google.com then it converts the url, but when i click on the converted url it just opens a new window and displays my own forum and thread that i was already in. :erm:
I'm seeing exactly the same issue.
I thought at first it was because I had a google.ca url (and that may still be another issue), but even a google.com url does the same thing - creates a link back to the thread in which it is posted..
It's a bit baffling, because if I go in and edit the post, and show the tags, I see this:
1963 Chrysler 300 - Google Search (http://www.google.com/search?source=ig&hl=en&rlz=&=&q=1963+Chrysler+300&btnG=Google+Search&meta=lr%3D)
But the resulting link is back to the thread. See attached image.
I hovered over the link and you can see that the URL is not google but my site.
Let me know what I can do to help figure this out. I'm intrigued now.
anthroforum
02-04-2009, 07:23 AM
I don't think MTV is working.
punchbowl
02-04-2009, 09:49 AM
http://uk.youtube.com/watch?v=dqrLThsYlBY
http://www.youtube.com/watch?v=dqrLThsYlBY
The first doesn't get parsed at all . They are the same vid.
Sorry I'm sure this has been raised but "uk" is too short to search for. (Great track btw)
tia
And another that doesn't embed
http://www.youtube.com/watch?gl=GB&hl=en-GB&v=EF_zUS_HZJs
Haven't seen that format before! Think it's a user from china/hong kong using the gb (great britain) version of the .com
Only posted for reference. Odd they way youtube refers to the uk and gb in that url:erm:
Cheers
Dream
02-04-2009, 09:58 PM
do I need to change container width settings for YouTube HD to work?
Hippie459MN
02-05-2009, 05:26 AM
12 How do I align the videos to the left or right, instead of having it aligned centered in posts?
Answer: To align the video to the left or right instead of having it centered, change your Container HTML: Admin CP >>> AMECP >>> Settings >>> Container HTML >>> Open. Look for this line of code and change "center" to "left" or "right".
<div align="center">
I dont know if something has changed but I dont see that option in the AME CP under Setting for Container HTML. I do see "The name of the default ame template to wrap embed code in. The default value is container. Read more about this setting by clicking the help icon to the right.
If you don't want to wrap in a container, leave this value blank"
How would I go about changing the position another way?
If I missed something I am sorry.
Works great by the way. Now to just get things aligned to the left.
RaceJunkie
02-05-2009, 04:58 PM
Would like to know if this (http://www.viddyou.com/index.php?fp)site could be added?
Thanks
Skavenger
02-06-2009, 01:53 PM
Hi, I have a problem with this link
http://www.youtube.com/watch?v=zFj_i6HtebM&eurl=http://blog.wired.com/geekdad/2009/02/boiling-water-.html&feature=player_embedded
AME doesn't embed this type of link. Any idea?
Thanks.
RaceJunkie
02-06-2009, 03:02 PM
Hi, I have a problem with this link
http://www.youtube.com/watch?v=zFj_i6HtebM&eurl=http://blog.wired.com/geekdad/2009/02/boiling-water-.html&feature=player_embedded
AME doesn't embed this type of link. Any idea?
Thanks.
Why not just copy the link from the url box?
http://www.youtube.com/watch?v=zFj_i6HtebM
Keesa
02-07-2009, 12:59 AM
Hi, I have a problem with this link
http://www.youtube.com/watch?v=zFj_i6HtebM&eurl=http://blog.wired.com/geekdad/2009/02/boiling-water-.html&feature=player_embedded
AME doesn't embed this type of link. Any idea?
Thanks.
Remove all the junk from the & and onward.
bluecolored
02-07-2009, 12:10 PM
Can anyone help please to create a Definition for http://www.gloria.tv/ ? :(
bluecolored
02-08-2009, 08:51 PM
Hmmm...maybe someone can get me a Hint to get one for gloria.tv? Sorry, but i don?t understand the Hints in the first Postings. :(
Stryker412
02-09-2009, 11:55 AM
DJ, how do I get my Youtube HD/HQ videos to show up like this:
http://www.totalgamingnetwork.com/main/showthread.php?t=185810
If I post a HQ/HD video it shows in the correct resolution but still in the old Youtube SD sized frame.
http://www.shatteredplanet.org/forum/showthread.php?p=14329#post14329
bluecolored
02-09-2009, 03:39 PM
DJ, how do I get my Youtube HD/HQ videos to show up like this:
http://www.totalgamingnetwork.com/main/showthread.php?t=185810
If I post a HQ/HD video it shows in the correct resolution but still in the old Youtube SD sized frame.
http://www.shatteredplanet.org/forum/showthread.php?p=14329#post14329
Just read the first Post:
YouTube.com (HQ/HD): By now you should all know what this is as often as it's been requested. This will embed High Def and High Quality YouTube videos based on the URL. Most of you already know to add the special string of characters to the end of the URL when you want to link to it. However, for these to convert, you'll need to add the string after the watch?, before the v=, like so:
http://www.youtube.com/watch?fmt=18&v=FuQRmtBq-ls
This is the concession I had to make just to get HD and HQ videos to work with AME. Remember that this will only work if a corresponding HQ/HD video for a given URL exists. Here's the code you need for each type of video:
High Def: fmt=22&
High Quality: fmt=18&
Stryker412
02-09-2009, 04:32 PM
So my URL should be:
http://www.youtube.com/watch?fmt=22&v=HSR9IiS_Ck4
?
bluecolored
02-10-2009, 04:10 AM
Can anyone help please to create a Definition for http://www.gloria.tv/ ? :(
Anyone? :(
Doctor Death
02-10-2009, 09:20 AM
After installing update and rebuilding posts (posts only) I got this....
post 14314:
post 14313:
post 14312:
post 14310:
post 14309:
post 14307:
post 14304: not changed
post 14299: not changed
post 14294: not changed
post 14273:
post 14267: not changed
post 14221:
post 14213:
post 14205:
post 14204:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/vaaaaabh/public_html/forums/includes/ame_bbcode.php(323) : regexp code on line 1
Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: ame_match("GoU$T3 (http://www.ddsog.com/forums/member.php?u=60)", "GoU$T3", 1, "~View\sProfile\:\s(.+)</title>~sim", "", $ameinfo) in /home/vaaaaaah/public_html/forums/includes/ame_bbcode.php on line 323
I have a user name GoU$T3 if that helps.
Vitaly
02-10-2009, 11:17 PM
Started to investigate, how to embed picasa images. Need advices:
1. Since i'm not picasa user myself, can you give me example urls, that should be converted? I mean, typicaly used cases. Direct link to image can be thumbnailed with no problems, but do someone needs convertion from picasaweb URLs (that a bit tricky business :) )?
2. I don't understand, why for some phtohosts only slideshow are embedded, but not single photos?
Did some preliminary definitions for local russian services:
http://forum.rcdesign.ru/f9/thread129785.html#post1138939
http://forum.rcdesign.ru/f9/thread129785.html#post1139446
(sorry for russian, there is example link and result after conversion).
Thanks for help.
Stryker412
02-11-2009, 12:33 PM
So my URL should be:
http://www.youtube.com/watch?fmt=22&v=HSR9IiS_Ck4
?
bump still trying to get HD/HQ videos to embed correctly.
Let me clarify, I can get the video to show and the HQ button shows up. However, I want it the HD/HQ videos to be in larger (widescreen) frames and to play in HQ/HD by default without clicking the button.
MonkYZ
02-11-2009, 02:48 PM
What does the Replacement HTML in your YouTube definitions looks like? I'll have to look at The Escapist later.
Sorry for my late answer... but i had some medical problems. Here is what's inside my Replacement HTML:
<object width="$ameinfo[width]" height="$ameinfo[height]">
<param name="movie" value="http://www.youtube.com/v/$p1&start=$p2"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/$p1&start=$p2" type="application/x-shockwave-flash" allowfullscreen="true" width="$ameinfo[width]" height="$ameinfo[height]" wmode="transparent"></embed></object>
ayoko555
02-14-2009, 04:44 AM
I would like to request the following definitions please:
viikii.net
overstream.com
Thanks!
PixelFx
02-14-2009, 06:37 AM
wow this is massive lol, good job!
EagleNick
02-14-2009, 12:40 PM
I downloaded the DJ's AMEs (Delta).zip file so I could only install the ones I want. What I did was weed out the ones I don't want, and that left me with 55 definitions files. Is there a way to import them all at once or do I really have to import them one-by-one?
Thanks!
Regards,
Nick
DobieGillis?
02-14-2009, 06:12 PM
just installed and Youtube looks terrible. Getting a double box of the same video
DobieGillis?
02-14-2009, 09:20 PM
Now I can't view tubes with IE7, only Firefox, lol!
SkyCatcher
02-14-2009, 10:57 PM
I read through the thread and made sure my html rep defs were the same. I deleted the couple definitions already there when installing the original mod. Then I imported the new definitions that I wanted but the youtube full screen button still does not show up :(
No idea how to remedy this, any help would be appreciated.
EagleNick
02-15-2009, 01:46 AM
Photobucket videos are appearing twice, with this bit of code between the two: "title="Photobucket Video" target="_blank">Photobucket Video
Check it out here:
http://lineolatedparakeet.net/forums/showthread.php?t=2880
This is the only thing (other than the message text) that is included in the post: http://s452.photobucket.com/albums/qq245/Gail_Johnston/?action=view¤t=MVI_8916.flv
john_robot
02-16-2009, 07:38 PM
Hi, I have Guitar-Tube player and Clip share script on my site
the video URL is like this
http://www.mywebsite.com/video/864/Victory-cricket-based-sports-film
Embed URL is
<embed src="http://www.mywebsite.com/nvplayer.swf?config=http://www.mywebsite.com/nuevo/econfig.php?key=481e4c8073e85323bfd4" width="470" height="380" wmode="transparent" allowscriptaccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" /></embed>
can you pls help me to get this work with this MOD.
Thank you.
DobieGillis?
02-16-2009, 08:16 PM
I read through the thread and made sure my html rep defs were the same. I deleted the couple definitions already there when installing the original mod. Then I imported the new definitions that I wanted but the youtube full screen button still does not show up :(
No idea how to remedy this, any help would be appreciated.
one tough Mod to get working. Luckily my friend worked on it and we "think"we have it set right. Geez!
Doctor Death
02-16-2009, 08:33 PM
After installing update and rebuilding posts (posts only) I got this....
post 14314:
post 14313:
post 14312:
post 14310:
post 14309:
post 14307:
post 14304: not changed
post 14299: not changed
post 14294: not changed
post 14273:
post 14267: not changed
post 14221:
post 14213:
post 14205:
post 14204:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/vaaaaabh/public_html/forums/includes/ame_bbcode.php(323) : regexp code on line 1
Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: ame_match("GoU$T3", "GoU$T3", 1, "~View\sProfile\:\s(.+)</title>~sim", "", $ameinfo) in /home/vaaaaaah/public_html/forums/includes/ame_bbcode.php on line 323
I have a user name GoU$T3 if that helps.
dblaze
02-17-2009, 11:46 AM
So far, they're not coooperating for me. It's too bad, too, because my site used them frequently. But I'll keep double checking.
Could I see an example of one that isn't working? Maybe I can troubleshoot it by looking at the source code.
You were talking about IGN here.
IGN still displaying the wrong video... any update available on this?
EagleNick
02-17-2009, 08:17 PM
Photobucket videos are appearing twice, with this bit of code between the two: "title="Photobucket Video" target="_blank">Photobucket Video
Check it out here:
http://lineolatedparakeet.net/forums/showthread.php?t=2880
This is the only thing (other than the message text) that is included in the post: http://s452.photobucket.com/albums/qq245/Gail_Johnston/?action=view¤t=MVI_8916.flv
Anybody?
Hippie459MN
02-17-2009, 10:07 PM
Can anyone help me with this?? Where is the mod author at?
12 How do I align the videos to the left or right, instead of having it aligned centered in posts?
Answer: To align the video to the left or right instead of having it centered, change your Container HTML: Admin CP >>> AMECP >>> Settings >>> Container HTML >>> Open. Look for this line of code and change "center" to "left" or "right".
<div align="center">
I dont know if something has changed but I dont see that option in the AME CP under Setting for Container HTML. I do see "The name of the default ame template to wrap embed code in. The default value is container. Read more about this setting by clicking the help icon to the right.
If you don't want to wrap in a container, leave this value blank"
How would I go about changing the position another way?
If I missed something I am sorry.
Works great by the way. Now to just get things aligned to the left.
redlabour
02-18-2009, 07:07 AM
Can anyone help with making a XML for gloria.tv?
And what about Jing Pro?
Capper5016
02-18-2009, 09:46 PM
I also cannot get videos to play in Internet Explorer.
Phrost
02-18-2009, 09:57 PM
I installed this and it somehow killed new posts. Any ideas? It's currently disabled now.
When it's enabled and you go to make a new post, you get a blank, white page.
redlabour
02-20-2009, 05:21 AM
What about LOCAL HOSTED *.MP4 ?
nightbloom
02-24-2009, 04:20 PM
Im having trouble with http://www.filefront.com
It makes the download look like a video. >< Its not a video. Gamers use filefront because they allow really large files, like game clients. Im going to turn that one off for now but would there be a way to fix it?
ForYou
02-25-2009, 05:42 PM
Regarding the Local Hosted Is there a possibility to put a link from another site and not from my site ,
example : if there is media from 6rab.com and my site is dardasha.ps and the media hosting on 6rab.com , how can i use the link from another site ,
ForYou
02-25-2009, 05:56 PM
I need to know if i can use media link from another site ,
wAnBoA
02-25-2009, 06:12 PM
Some of the sites are not working for me. etc Myspace , imeem vid
Am i the only one? Can someone please help.
I have updated AME 2.5.4 and imported DJ's Master XML (Delta).xml
These are the vids that are not working
http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=50357612 - MYSPACE
http://video.aol.com/category/scienc...hnology/101768 - AOL
http://www.jamendo.com/en/?m=player&url=album%2F24869 - JAMENDO
http://video.yahoo.com/network/100000052?v=3749575 - YAHOO VIDEOS
http://www.hulu.com/watch/51774/movi...ers-the-unborn - HULU
http://www.imeem.com/gimme5/video/lvtDy7_W/imeem_gimme5_episode_2_music_video/ - IMEEM
http://vodpod.com/watch/496332-bleach-156 - VODPOD
andrewtr89
02-25-2009, 07:51 PM
How do I work IGN?
Vinyljunky
02-26-2009, 08:10 AM
Dailymotion videos doesn't work sir :(
Dont work for me either :(
stratfan87
02-26-2009, 03:05 PM
Ok, I know that this is a total newbie question, but I have searched and I can't find the answer.
I cannot find the "definitions list" in the AME CP, and I can't find where to import definitions either.
I'll explain what I'm doing in detail, and hopefully someone can point out my mistake.
Step 1: http://www.socommobwars.com/pics/Picture4.png
Step 2: http://www.socommobwars.com/pics/Picture5.png
Step 3: http://www.socommobwars.com/pics/Picture6.png
Step 4: http://www.socommobwars.com/pics/Picture7.png
Step 5: http://www.socommobwars.com/pics/Picture8.png
Step 6: http://www.socommobwars.com/pics/Picture9.png
Step 7: http://www.socommobwars.com/pics/Picture10.png
Step 8: I'm assuming this is where I'd click the "definitions list" button? or whatever it is? The problem is there is no such option.
What am I doing wrong?
Howell
02-26-2009, 04:01 PM
Ok, I know that this is a total newbie question, but I have searched and I can't find the answer.
I cannot find the "definitions list" in the AME CP, and I can't find where to import definitions either.
I'll explain what I'm doing in detail, and hopefully someone can point out my mistake.
*images removed*
What am I doing wrong?
Your going to the wrong area completely
AME has it's own admin area under the title AME CP
https://vborg.vbsupport.ru/attachment.php?attachmentid=95533&stc=1&d=1235671275
:)
stratfan87
02-26-2009, 04:23 PM
Ahhhh, thank you..
lol
Now I have another problem.
http://www.socommobwars.com/pics/Picture11.png
I don't have the AME CP!
(I'm sure I uploaded something wrong, I just got vB a few days ago and really don't know what I'm doing)
denadai2
02-26-2009, 09:29 PM
Dailymotion videos doesn't work sir :(
does not work for me either
Hippie459MN
02-27-2009, 01:02 AM
Anyone... :(
https://vborg.vbsupport.ru/showpost.php?p=1747324&postcount=391 :confused:
Sonkurt
02-27-2009, 09:40 AM
thanks...
hoangzu
03-01-2009, 02:16 AM
Hello DJ,
I has been instaled AME 4 months ago. It worked NO COMPLAINT. They worked like charm But since I update VB 3.8.1 now Imeem (Music) when I embed it doesn't work any more .
Please give me advise
PS: All link member embed link from Imeem (Music) before they still working really good.
Thank's DJ
hoangzu
03-01-2009, 03:58 AM
Hello DJ
Here this link for example below:
http://www.imeem.com/tranlink/music/6Af8yvBD/huong-xa-xu/
Thank's
emailapphost
03-01-2009, 10:08 AM
I am using the built in vBulletin feature to import RSS feeds and automatically create posts.
I am importing an RSS feed from YouTube.
But AME will NOT automatically embed these RSS YouTube links in posts to active media.
Why is this?
How can I fix this?
Thanks.
FFTFTCEd
03-05-2009, 09:05 PM
Was there a definition change for WeGames, cuz mine are not working any more, the viewer comes up, the when you click play, it just sits there....???
mizamlar
03-06-2009, 06:58 AM
no video
Daily Motion
Daily Motion (Playlists)
mizamlar
03-06-2009, 07:09 AM
Edit Daily Motion
Replacement Code
<object width="$ameinfo[width]" height="$ameinfo[height]"><param name="movie" value="http://www.dailymotion.com/swf/$p1" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://www.dailymotion.com/swf/$p1" type="application/x-shockwave-flash" width="$ameinfo[width]" height="$ameinfo[height]" allowFullScreen="true" allowScriptAccess="always"></embed></object>
kylek
03-09-2009, 08:30 PM
Any chance that Xtranormal can be done? Its a site where you can create your own movies, they have a player that can be embedded.
Link to one movie - http://www.xtranormal.com/watch?e=20090309003450386
<embed src = "http://www.xtranormal.com/players/jwplayer.swf" width = "500" height = "350" allowscriptaccess = "always" allowfullscreen = "true" flashvars = "height=350&width=500&file=http://video.xtranormal.com/highres/20090309/ea265ebc-0c5b-11de-a091-001b210ae39a_3.flv&image=http://video.xtranormal.com/highres/20090309/ea265ebc-0c5b-11de-a091-001b210ae39a_3_0.jpg&searchbar=false&autostart=false"></embed>
Bram H
03-10-2009, 01:26 AM
First of all kudos for this great mod. I have installed all the definitions but some dont seem to work. I primarily installed it to embed blip.TV definitions. But that one don't seem to work.
Is this a problem on my end or are more people experiencing it?
Digital Jedi
03-10-2009, 09:58 AM
Hello everyone. I had a number of things come up in my personal life, things not necessary to bore you with here, that kept me from this for a little while. I should have an update for you here in a few, and hopefully that will address any problems you encountered with the last AME update.
Digital Jedi
03-10-2009, 10:05 AM
<font size="3">**UPDATES**</font>
I'll be honest with you, I need to do a little catching up. The updates I just added where made prior to my absence, just after The Geek's update. I will elaborate on the changes to that list once I consult my notes and remind myself what it is I did with that set and post a list of changes a little later. With that said, unless my memory is foggy, the updated and new definitions should be in both the Master XML and the ZIP file.
madtommy
03-10-2009, 12:04 PM
First of all kudos for this great mod. I have installed all the definitions but some dont seem to work. I primarily installed it to embed blip.TV definitions. But that one don't seem to work.
Is this a problem on my end or are more people experiencing it?
ditto.
Is there anything different i need to do to get blip.tv (permalink) working. (all other formats installed seem to be working ok)
Thanks for any help.
Rickeo
03-11-2009, 12:26 AM
Hi.
Godtube.com has now changed to Tangle.com can you update that or tell me how to fix it so it works again please.
Thanks
Rick
smnet
03-11-2009, 10:56 AM
Is there any way possible that support for BBC iPlayer could be added?
Here's an example link:-
http://www.bbc.co.uk/iplayer/episode/b00fzv60/b00fzv42/The_Peoples_Hospital_Maternity/
FFTFTCEd
03-11-2009, 02:32 PM
I updated with the latest release but WeGame is still not working, the player comes up & you can click the play button, but nothing happens, perhaps I don't have something configured right.
bugzy
03-11-2009, 06:43 PM
is there one for External linking?
Doctor Death
03-11-2009, 08:38 PM
When rebuilding posts, I get this error message:
Note the user name for that post was "GoU$T3":
I am not sure how to go directly to that post (#14204) to delete it if there is something unusual.
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/vxxxxxabh/public_html/forums/includes/ame_bbcode.php(323) : regexp code on line 1
Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: ame_match("GoU$T3 (http://www.ddsog.com/forums/member.php?u=60)", "GoU$T3", 1, "~View\sProfile\:\s(.+)</title>~sim", "", $ameinfo) in /home/vxxxxxh/public_html/forums/includes/ame_bbcode.php on line 323
Super Jinni
03-12-2009, 08:17 AM
Thanks and welcome back, hope everything is OK with you.
and hope you won't forget to add expertvillage fo the definition list.
good luck
flipstyle
03-12-2009, 09:08 PM
Hey DJ I tried searching here for Imeem related problems. I couldnt find any info mabye you can help me out.
When I try to post Imeem music or playlists it doesnt work heres a link that I use http://www.imeem.com/thedream/music/CL0adaMp/the-dream-rockin-that-thang/
If you want to see what I see its located at http://mynge.com/movies-forum/now-playing/watchmen/603.html#post1687
K4GAP
03-13-2009, 05:32 AM
Having trouble with embedding a pdf file.
I'm getting an error message saying "invalid PDF URL!".
The url is quite simple... http://www.publicwarriors.com/files/cw800.pdf
And yes I replaced "YOURSITENAME" with "publicwarriors".
Any ideas?
My bad! Fix was in an earlier post.
GoTTi
03-13-2009, 05:53 AM
what was updated??? i see there is a update for this but the version is still 2.5
Doctor Death
03-13-2009, 10:12 PM
These are the definitions for AME not the plugin itself. The plugin is still version 2.5.
What has changed are the definitions that operate on the plugin.
ArnyVee
03-14-2009, 02:20 PM
I still need help if anyone knows how to fix the issues that I'm having.
I posted this link on one of my posts... http://en.wikipedia.org/wiki/Oswald_Rabbit
Well, instead of converting it normally I get this....
http://www.waltdisneyboards.com/redirect-to/?redirect=http%3A%2F%2F%3Cdiv+style%3D%22display%3 A+none%3B%22+id%3D%22ame_noshow_post_1237043704_3% 22%3E%3Cbr+%2F%3E%3Ca%20href=%22%22%20title=%22Wik ipedia%20(Links)%22%20target=%22_blank%22%3EWikipe dia%20(Links)%3C/a%3E%3Cbr%20/%3E%3C/div%3E%3Cbr%20/%3E%3Cdiv%20style=%22display:%20inline;%22%20id=%2 2ame_doshow_post_1237043704_3%22%3E%3Cbr%20/%3E%3Ca%20href=%22http://en.wikipedia.org/wiki/Oswald_Rabbit%22%20target=%22_blank%22%20title=%22 Oswald_Rabbit%22%3E%3Cimg%20src=%22http://www.waltdisneyboards.com/images/misc/wikipedia_icon.gif%22%20border=%220%22%20alt=%22Os wald_Rabbit%22%20/%3E%20Oswald_Rabbit%3C/a%3E%3Cbr%20/%3E%3C/div%3E
.....so, I went in and edited it back to the url above again and then get this in my post....
http://<div style="display: none;" i...<br /> </div>
....then, I click edit and I get this full code....
<div style="display: none;" id="ame_noshow_post_1237043874_3">
<a href="" title="Wikipedia (Links)" target="_blank">Wikipedia (Links)</a>
</div>
<div style="display: inline;" id="ame_doshow_post_1237043874_3">
<a href="http://en.wikipedia.org/wiki/Oswald_Rabbit" target="_blank" title="Oswald_Rabbit"><img src="http://www.waltdisneyboards.com/images/misc/wikipedia_icon.gif" border="0" alt="Oswald_Rabbit" /> Oswald_Rabbit</a>
</div>
Can anyone lend me a hand to see what I'm doing wrong? None of my definitions are posting correctly and my folks are having a tough time with AME and the definitions not working. :(
smnet
03-16-2009, 11:29 AM
Hey DJ.... any chance of BBC iPlayer support?
Does anyone know how to support this?
forte
03-18-2009, 03:41 AM
Just a request:
http://www.screwattack.com/
Although they use some other video host though.
Digital Jedi
03-18-2009, 08:47 PM
ditto.
Is there anything different i need to do to get blip.tv (permalink) working. (all other formats installed seem to be working ok)
Thanks for any help.
The permalinks I've tried are working for me. Please post a couple of examples not working.
Hi.
Godtube.com has now changed to Tangle.com can you update that or tell me how to fix it so it works again please.
Thanks
Rick
Okay, thanks. I'll make a note to update it.
Is there any way possible that support for BBC iPlayer could be added?
Here's an example link:-
http://www.bbc.co.uk/iplayer/episode/b00fzv60/b00fzv42/The_Peoples_Hospital_Maternity/
I will look into it. The last time I tried to work with BBC, I wasn't able to view videos from my location.
I updated with the latest release but WeGame is still not working, the player comes up & you can click the play button, but nothing happens, perhaps I don't have something configured right.
WeGame needs to be updated.
is there one for External linking?
Well, every site on the list would be an external link. What are you trying to do, exactly?
Digital Jedi
03-18-2009, 09:05 PM
When rebuilding posts, I get this error message:
Note the user name for that post was "GoU$T3":
I am not sure how to go directly to that post (#14204) to delete it if there is something unusual.
To get to that post, deactivate the definition in that thread or deactivate AME. Then you should be able to delete the post.
Thanks and welcome back, hope everything is OK with you.
and hope you won't forget to add expertvillage fo the definition list.
good luck
Yes, I will add it to the list of requests.
Hey DJ I tried searching here for Imeem related problems. I couldnt find any info mabye you can help me out.
When I try to post Imeem music or playlists it doesnt work heres a link that I use http://www.imeem.com/thedream/music/CL0adaMp/the-dream-rockin-that-thang/
If you want to see what I see its located at http://mynge.com/movies-forum/now-playing/watchmen/603.html#post1687
That's because once again, Imeem decided to add another URL structure to their pantheon of mindless sub directories. It will need an update.
Having trouble with embedding a pdf file.
I'm getting an error message saying "invalid PDF URL!".
The url is quite simple... http://www.publicwarriors.com/files/cw800.pdf
And yes I replaced "YOURSITENAME" with "publicwarriors".
Any ideas?
My bad! Fix was in an earlier post.
No problem. I forget what it was anyway. :erm:
what was updated??? i see there is a update for this but the version is still 2.5
As was mentioned, the definitions were updated. But they're still for AME 2.5.
Digital Jedi
03-18-2009, 09:08 PM
I still need help if anyone knows how to fix the issues that I'm having.
I posted this link on one of my posts... http://en.wikipedia.org/wiki/Oswald_Rabbit
Well, instead of converting it normally I get this....
http://www.waltdisneyboards.com/redirect-to/?redirect=http%3A%2F%2F%3Cdiv+style%3D%22display%3 A+none%3B%22+id%3D%22ame_noshow_post_1237043704_3% 22%3E%3Cbr+%2F%3E%3Ca%20href=%22%22%20title=%22Wik ipedia%20(Links)%22%20target=%22_blank%22%3EWikipe dia%20(Links)%3C/a%3E%3Cbr%20/%3E%3C/div%3E%3Cbr%20/%3E%3Cdiv%20style=%22display:%20inline;%22%20id=%2 2ame_doshow_post_1237043704_3%22%3E%3Cbr%20/%3E%3Ca%20href=%22http://en.wikipedia.org/wiki/Oswald_Rabbit%22%20target=%22_blank%22%20title=%22 Oswald_Rabbit%22%3E%3Cimg%20src=%22http://www.waltdisneyboards.com/images/misc/wikipedia_icon.gif%22%20border=%220%22%20alt=%22Os wald_Rabbit%22%20/%3E%20Oswald_Rabbit%3C/a%3E%3Cbr%20/%3E%3C/div%3E.....so, I went in and edited it back to the url above again and then get this in my post....
http://<div style="display: none;" i...<br /> </div>....then, I click edit and I get this full code....
<div style="display: none;" id="ame_noshow_post_1237043874_3">
<a href="" title="Wikipedia (Links)" target="_blank">Wikipedia (Links)</a>
</div>
<div style="display: inline;" id="ame_doshow_post_1237043874_3">
<a href="http://en.wikipedia.org/wiki/Oswald_Rabbit" target="_blank" title="Oswald_Rabbit"><img src="http://www.waltdisneyboards.com/images/misc/wikipedia_icon.gif" border="0" alt="Oswald_Rabbit" /> Oswald_Rabbit</a>
</div> (http://%3Cdiv%20style=%22display:%20none;%22%20id=%22ame_ noshow_post_1237043874_3%22%3E%3Cbr%20/%3E%0A%3Ca%20href=%22%22%20title=%22Wikipedia%20%2 8Links%29%22%20target=%22_blank%22%3EWikipedia%20% 28Links%29%3C/a%3E%3Cbr%20/%3E%0A%3C/div%3E%3Cbr%20/%3E%0A%3Cdiv%20style=%22display:%20inline;%22%20id =%22ame_doshow_post_1237043874_3%22%3E%3Cbr%20/%3E%0A%3Ca%20href=%22http://en.wikipedia.org/wiki/Oswald_Rabbit%22%20target=%22_blank%22%20title=%22 Oswald_Rabbit%22%3E%3Cimg%20src=%22http://www.waltdisneyboards.com/images/misc/wikipedia_icon.gif%22%20border=%220%22%20alt=%22Os wald_Rabbit%22%20/%3E%20Oswald_Rabbit%3C/a%3E%3Cbr%20/%3E%0A%3C/div%3E)Can anyone lend me a hand to see what I'm doing wrong? None of my definitions are posting correctly and my folks are having a tough time with AME and the definitions not working. :(
Arny, looks to me your problem is something to do with the installation. I've not done the most recent update, but I think you may need to reinstall the modification. Don't uninstall just yet, just try doing an overwrite.
Hey DJ.... any chance of BBC iPlayer support?
Does anyone know how to support this?
I'd have to test it and see. BBC videos were blocked from my location at one point.
Just a request:
http://www.screwattack.com/
Although they use some other video host though.
Likely I would only be able to do the one video type, but I'll give them a look.
ArnyVee
03-18-2009, 11:05 PM
Arny, looks to me your problem is something to do with the installation. I've not done the most recent update, but I think you may need to reinstall the modification. Don't uninstall just yet, just try doing an overwrite.
Of the AME 2.5 again DJ? I did it once, but I'll do it again just in case.
Hippie459MN
03-18-2009, 11:32 PM
12 How do I align the videos to the left or right, instead of having it aligned centered in posts?
Answer: To align the video to the left or right instead of having it centered, change your Container HTML: Admin CP >>> AMECP >>> Settings >>> Container HTML >>> Open. Look for this line of code and change "center" to "left" or "right".
<div align="center">
I dont know if something has changed but I dont see that option in the AME CP under Setting for Container HTML. I do see "The name of the default ame template to wrap embed code in. The default value is container. Read more about this setting by clicking the help icon to the right.
If you don't want to wrap in a container, leave this value blank"
How would I go about changing the position another way?
If I missed something I am sorry.
Works great by the way. Now to just get things aligned to the left.
hoopsta
03-18-2009, 11:33 PM
works great!
ArnyVee
03-19-2009, 12:15 AM
DJ, I reinstalled the AME 2.5.4 file....but, no dice :(
Any other suggestions?
GoTTi
03-19-2009, 01:35 AM
what was updated??? i see there is a update for this but the version is still 2.5
oo what am i suppose to do? i tried to do a import and it said i couldnt.
singabaloo
03-19-2009, 11:12 AM
Apologies if it's been asked already, but the search here doesn't seem to like 3 letter words.
I can'y seem to get MSN Video working. Here's an example URL:
http://video.msn.com/video.aspx?mkt=en-AU&brand=ninemsn&vid=e4051321-cc14-4332-8701-2e847c244913
Digital Jedi
03-19-2009, 01:24 PM
I dont know if something has changed but I dont see that option in the AME CP under Setting for Container HTML. I do see "The name of the default ame template to wrap embed code in. The default value is container. Read more about this setting by clicking the help icon to the right.
If you don't want to wrap in a container, leave this value blank"
How would I go about changing the position another way?
If I missed something I am sorry.
Works great by the way. Now to just get things aligned to the left.
I was sure I had changed that for this thread. That should be directing you to your ame_container template, where you make the same edits.
DJ, I reinstalled the AME 2.5.4 file....but, no dice :(
Any other suggestions?
Let me upgrade to 2.5.4 and see if I run into the same problem. For some reason it's literally converting your links into raw HTML code.
oo what am i suppose to do? i tried to do a import and it said i couldnt.
What did you try to do exactly?
Apologies if it's been asked already, but the search here doesn't seem to like 3 letter words.
I can'y seem to get MSN Video working. Here's an example URL:
http://video.msn.com/video.aspx?mkt=en-AU&brand=ninemsn&vid=e4051321-cc14-4332-8701-2e847c244913
I have not yet made a definition for MSN video. But I do have a definition for MSNBC.
music legend
03-19-2009, 02:14 PM
can you add http://fliiby.com
singabaloo
03-20-2009, 03:27 AM
I have not yet made a definition for MSN video. But I do have a definition for MSNBC.
Thanks for the info
flipstyle
03-21-2009, 04:01 AM
Oh I see thanks for the information DJ I appreciate it.
WildFire.ca
03-21-2009, 10:29 PM
Is scribd working for every one else? I just get this weird table that looks like its trying to load the doc but doesn't
Wicked mod by the way?
96825
pete_brady
03-21-2009, 11:10 PM
Is scribd working for every one else? I just get this weird table that looks like its trying to load the doc but doesn't
Wicked mod by the way?
96825
same problem here
Digital Jedi
03-22-2009, 07:55 AM
I look at Scribd a little later to see what the problem is.
xmobile
03-22-2009, 08:04 AM
Can you add www.clip.vn to your support site list?
Digital Jedi
03-22-2009, 08:17 AM
***UPDATES ADDENDUM***
Alright, here's the official list of updates as I have listed in my notes. It actually had been so long since I'd done this, that I'd forgotten what I'd updated. (Glad I keep notes now)
The following definitions where redone or extended in the last update:
Break
Beak (User Content)
ESPN
220
Sporstline
The following definitions are new:
CBS News
Clip-Bucket
ESPN (Articles Pages)
The following videos where not updated or not added for the specified reason:
Rejected
www.streetfire.net (http://www.streetfire.net/) (No need to update)
www.dailymotion.com (http://www.dailymotion.com/) (No need to update)
www.projectplaylist.com (http://www.projectplaylist.com/) (Can no longer reference video ID)
www.myvideo.de (http://www.myvideo.de/) (No need to update)
www.last.fm (http://www.last.fm/) (No longer supports embedding)
www.socialmedia.com (http://www.socialmedia.com/) (Nothing to embed)
Unfortunatly, I will be dropping support for Project Playlist. They no longer have a workable structure for their definitions.
redlabour
03-22-2009, 08:47 AM
Can you please add Gloria.tv?
Digital Jedi
03-22-2009, 09:00 AM
I can sure try. I'll add it to the list.
Super Jinni
03-22-2009, 09:05 AM
Thanks and welcome back, hope everything is OK with you.
and hope you won't forget to add expertvillage to the definition list.
good luck
Yes, I will add it to the list of requests.
You are the man
thanks :)
testbot
03-22-2009, 11:17 AM
just wanted to say thanks for your work here.
WildFire.ca
03-22-2009, 01:13 PM
Thx Digial Jedi, You rock man
anjaan7979
03-22-2009, 01:49 PM
Could you please add zshare (embeding)? Thanks!!!! :)
hoangzu
03-22-2009, 02:40 PM
Hello DJ,
Can you please double check about Imeem (Music), I think they has been change a code, because now it not working any more .
Thank you DJ
MonkYZ
03-23-2009, 02:15 AM
The following definitions where redone or extended in the last update:
[B]Break
Beak (User Content)
ESPN
220
Sporstline
Just tested 220 after update, and it's not working. It's only showing a link. Sorry.
Digital Jedi
03-23-2009, 08:54 AM
Could you please add zshare (embeding)? Thanks!!!! :)
I won't be able to do embedding with zSHARE, simply because they have too many file formats. AME can't distinguish between different formats for a single site, if there's nothing in the URL to, say, mark a WMV file as being different from a PDF file.
Hello DJ,
Can you please double check about Imeem (Music), I think they has been change a code, because now it not working any more .
Thank you DJ
Just tested 220 after update, and it's not working. It's only showing a link. Sorry.
Probably changed again during the interim. I'll double check them both.
I've removed (checked the box and pressed save) every pre-defined definition and after this I've installed your extension but now not only youtube links are double, everything.
Do you need a screenshot or codes here to solve this problem?
Thanks from now. :)
Digital Jedi
03-23-2009, 12:32 PM
I've removed (checked the box and pressed save) every pre-defined definition and after this I've installed your extension but now not only youtube links are double, everything.
Do you need a screenshot or codes here to solve this problem?
Thanks from now. :)
A link to the pages your having trouble with would be better.
unicorn2433
03-24-2009, 04:11 PM
Please forgive me if this is already ansered. Where do I go to do this? lol Step by step...lol
Thank so Much
Remember that definitions do not overwrite, so you would need to delete your default definitions before importing this file.
Digital Jedi
03-24-2009, 04:54 PM
Please forgive me if this is already ansered. Where do I go to do this? lol Step by step...lol
Thank so Much
Check the delete box beside each definition and click save.
unicorn2433
03-24-2009, 04:59 PM
Thank you so much:)
nymyth
03-25-2009, 01:21 PM
I cannot get Veoh to work at all...it just posts the link...any one else having this issue?
I'm seeing problems with blip.tv links, when I try to submit a post I'm just getting a blank page.
Edit: Nevermind I turned off the definitions for blip.tv url's and I'm still getting a blank page so it's obviously a problem elsewhere.
Stryker412
03-27-2009, 06:35 PM
DJ is there anyway to embed HD links from Gametrailers?
gmerin
03-29-2009, 03:57 PM
anyone have code to embed games from www.pictogame.com?
MonkYZ
03-30-2009, 09:34 AM
IGN still not working. I mean, they show the player, but when hitting the play button, there will be a wrong movie playing... no matter what link it is. Is IGN still supported ?
MotMann
03-30-2009, 02:49 PM
If i import the DJ's Master XML (Delta).xml, then comes:
"XML-Fehler: Empty document in row 0"
What shell i do?
can someone help me to add http://www.shackvideo.com/
Digital Jedi
04-01-2009, 12:57 AM
anyone have code to embed games from www.pictogame.com?
can someone help me to add http://www.shackvideo.com/
I can look into them and see what I can do.
IGN still not working. I mean, they show the player, but when hitting the play button, there will be a wrong movie playing... no matter what link it is. Is IGN still supported ?
Still supported. You mind posting the links not working?
I cannot get Veoh to work at all...it just posts the link...any one else having this issue?
Can I see the links you're using?
If i import the DJ's Master XML (Delta).xml, then comes:
"XML-Fehler: Empty document in row 0"
What shell i do?
Through the AME CP?
autje
04-01-2009, 12:19 PM
First of all: great work!
Second: I'm getting a parse error when trying to embed GamesOPoly:
Parse error: syntax error, unexpected T_STRING in /home/awardsd/public_html/forums/includes/ame_bbcode.php(323) : regexp code on line 1
Fatal error: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Failed evaluating code: ame_match("http://www.gamesopoly.com/game/1568/Prince-of-Persia.html", "", 1, "~value="http://www\.([\w]+\.[\w]+/[\w-=%/]+)\.swf~sim", "",$ameinfo) in /home/awardsd/public_html/forums/includes/ame_bbcode.php on line 323
I looked at the embed code on the GamesOPoly page, and I can see their URL structure has changed from what the imported definition has in the Replacement field and the Embedding Regexp field, but I can't seem to get them right :(
Instead of http://www.$p1.swf it now has http://www.gamesopoly.com/swf/1673.swf. Interesting (and probably annoying) enough is that that number (1673) doesn't match the number in the URL being parsed (1568). Any help?
Digital Jedi
04-02-2009, 11:10 AM
Guys, I'll be out of touch for a few days. My Grandmother died and I'll be off to Florida to attend to her services. I expect to be gone for more then a week. Since this is somewhat sudden, all my work will be on hold until I'm back. Sorry for the delay.
MonkYZ
04-02-2009, 04:32 PM
Is there a way to insert this code for all definitions at once so that the lightbox picture viewer bug to be solved ? With this codes, the pictures will no longer be loaded behind the player but over it. I've tested it with a few websites and it works, but it's really crazy to edit ALL the definitions manually:
<param name="wmode" value="transparent" />
and with the embed src add this
wmode="transparent"
Thank you !
What about LOCAL HOSTED *.MP4 ?
Yes, that would be nice!:up:
I can look into them and see what I can do.
Still supported. You mind posting the links not working?
Can I see the links you're using?
Through the AME CP?
thanks, appreciate it
http://video.mmosite.com/ addition would also be great!
KevinL
04-03-2009, 07:31 PM
Originally Posted by Digital Jedi View Post
The following definitions where redone or extended in the last update:
Break
Just tested 220 after update, and it's not working. It's only showing a link. Sorry.
Probably changed again during the interim. I'll double check them both.
Yeah it's not working. I just ran into one.
newsoftw
04-05-2009, 05:09 PM
i post the youtube video and also in installion every thing is done but not working and only show the video links and also not any options is available in forum.........
plz check the link
http://www.newsoftworld.com/forums/pushto-songs/2768-rasha-sang-pa-sang-fay-khan.html#post8954
plz help
MonkYZ
04-05-2009, 07:28 PM
newsoftw: please let Digital Jedi have it's time. Life is usually harder than coding. You can see here why he needs a little fime off: https://vborg.vbsupport.ru/showpost.php?p=1782306&postcount=793
Thank you for understanding ! Again, please accept my condoleances !
newsoftw
04-06-2009, 09:19 AM
newsoftw: please let Digital Jedi have it's time. Life is usually harder than coding. You can see here why he needs a little fime off: https://vborg.vbsupport.ru/showpost.php?p=1782306&postcount=793
Thank you for understanding ! Again, please accept my condoleances !
thanks 4 informing and also i listen that i am so bad but i pray 4 Digital Jedi and her Grand Mother.
uprentiss
04-06-2009, 08:28 PM
are you planning on adding a soundclick definition?
doraj
04-06-2009, 10:29 PM
Hello guys,
I have any problems with Veoh's video, they are not embedded automatically on my forum, someone has this issue please?
Thanks
tcahuzak
04-08-2009, 02:42 AM
will this work for the .swf and .flv formats ?
It's possible but you need to upload flvPlayer.swf to your server!
* See attachment
In your Controlpanel go to your AME CP section then click: Add New Definition.
Then just fill out the form
New Media Definition
Title: <b><i>Flash Files at YOURSITENAME</i></b>
Description: Embed Locally Hosted <b>.flv</b> Files!
Display Order: 0
Active: Yes
Contain: Yes
Regular expression: ([http://]*[\w]*[\.]*YOURSITENAME\.[\w/&;%-\.]+\.flv)
Replacement:
<object width="580" height="480" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
<param name="flashvars" value="file=$p1&fullscreen=true" />
<param name="allowfullscreen" value="true">
<param name="movie" value="http://www.YOURSITENAME.com/flvplayer.swf" />
<embed src="http://www.YOURSITENAME.com/flvplayer.swf" width="580" height="480" bgcolor="#FFFFFF" allowfullscreen:"true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowfullscreen="true" flashvars="file=$p1&fullscreen=true" />
</object>
Extract destination data: Yes
Then click: Save
Click here (http://www.deep-focus.eu/forum/showthread.php?t=133) for live demo!!!
Keep in mind: This article is written to support .flv
autje
04-08-2009, 04:17 PM
No luck with The Onion. It looks as if it embeds alright, I get an embedded window and all, but when I try to click the play button, nothing happens.
http://www.theonion.com/content/video/sony_releases_new_stupid_piece_of
Nook_Neformat
04-14-2009, 11:13 AM
myspace doesn't work for me and i really need it(
Nook_Neformat
04-14-2009, 11:52 AM
yahoo doesnt work either. maybe they need update?
Ranger375
04-14-2009, 01:15 PM
shadowspear videos isn't working either (www.shadowspear.com/videos)
DanneG
04-15-2009, 05:18 AM
Motionbox doesnt work any more
e.g http://www.rcflyg.se/forum/showpost.php?p=187390&postcount=20
ncangler
04-16-2009, 07:03 PM
Thank you very much for the work on this add on. I am starting a new fishing video upload site and I want to create an AME definition that will allow for embedding movies from that new domain on my other fishing website domains. How would I go about doing that? If the
1) fishing video site domain is myfishingvideo.tv
2) fishing website to link from is myfishingvideosite.com
The site I'm building uses Clip-Share and plays flash files. Thanks for any input on how I can get this working! :)
forumsonsuz
04-18-2009, 10:11 AM
arkadaşlar video linklerini direktmi kopyalayacağız
amjadz4
04-18-2009, 04:37 PM
Hi,
what about facebook videos?
I try import DJ's Master XML (Delta).xml, but have error
"Invalid File Specified"
YouTube HD videos are malformated.. here's how the link looks when we post a HD video (for example: http://www.youtube.com/watch?v=hkIohIiUa7I&fmt=22)
http://www.youtube.com/watch?v=hkIohIiUa7I&fmt=22&%5DYouTube%20-%20+++++%202%20-%20%5BREAL%5D%20Gameplay%20Trailer%20-%20HD%20%5B720p"]http://www.youtube.com/watch?v=hkIohIiUa7I&fmt=22&]YouTube - +++++ 2 - [REAL] Gameplay Trailer - HD [720p
Cyborgmatt
04-20-2009, 12:00 PM
Yeah, I think YouTube changed some of their HD embedding code, anyone gotten it working again yet?
kairev
04-20-2009, 01:50 PM
On 3.8.2 if this mod is installed, Visitor Messages give you a database error any time you try to post one.
Database error in vBulletin 3.8.2:
Invalid SQL:
INSERT INTO visitormessage
(userid, postusername, postuserid, pagetext, allowsmilie, state, dateline, ipaddress, ame_flag)
VALUES
(438, '-X-', 1, 'testing 123', 1, 'visible', 1240237681, '1676276322', 2);
MySQL Error : Unknown column 'ame_flag' in 'field list'
Error Number : 1054
Request Date : Monday, April 20th 2009 @ 09:28:01 AM
Error Date : Monday, April 20th 2009 @ 09:28:02 AM
Script : http://www.mywrestlingforum.com/visitormessage.php?do=message
Referrer : http://www.mywrestlingforum.com/members/motion.html
IP Address : *************
Username : -X-
Classname : vB_Database
MySQL Version : 5.0.67-community-log
As soon as this mod is disabled they start working again. Is there a fix for this?
Elenna
04-20-2009, 04:36 PM
I try import DJ's Master XML (Delta).xml, but have error
"Invalid File Specified"
Make sure you are importing them through AME's definition manager, and not the Add Product page.
DOWLOAD AND INSTALLATION
Definitions are installed by importing them through your AME CP in your Admin CP. YOU DO NOT IMPORT THEM THROUGH YOUR PRODUCT MANAGER.
Nadeemjp
04-21-2009, 02:46 PM
cant download the master.xml. what is wrong?
ncangler
04-22-2009, 06:05 AM
Is there a Social Media (Mediascripts.com) AME definition yet? I am building a Social Media based site and would love for this to work.
MrBig
04-28-2009, 04:43 AM
how exactly do i import this? can i get a screen cap of it , i tried to look for it in the AME CP.
.. but i cant see a option for it. :(
John1uk
04-29-2009, 01:46 PM
Slight problem with games from nonoba.
Is there a way i can shrink the game size down. As it has nocked the forum thread out of size in IE
Please go here (http://www.essex-poker.co.uk/showthread.php?t=458&page=3) to see.
regards John
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.