Quote:
Originally Posted by Null Parameter
First, I just want to say that this is a great mod. We use it on my board all of the time.
Second, there's an error in the IGN code. Here's the changes I made to fix it:
Regular Expression:
Code:
http://([\w]+)\.ign\.com/dor/([\w]+)/([\d]+)/([\w-]+)/videos/([\w-]+)\.html
Replacement:
Code:
<embed src='http://videomedia.ign.com/ev/ev.swf' flashvars='object_ID=$p3&downloadURL=http://$p1.ign.com/$p2/video/article/$p4/$p5.flv&allownetworking='all' type='application/x-shockwave-flash' width='433' height='360'></embed>
It was just missing the parentheses and had some of the $p variables mixed up.
Sorry, if this has been pointed out already, I couldn't search for "IGN" because it is only 3 characters.
|
Hey Null, thanks
You are probably best posting that in DJ's thread as the AME doesn't come with IGN (I am pretty sure its DJ's). He is currently reworking all his definitions for 2.5 RC1 and will want to know about any suggested changes there