I'm no expert on these defs, but I think IGN has changed their link style. I'm pretty sure they were working before, but now the link gets embedded and the header is the correct link,but the video is either non-existent or points to the wrong place. I'll look at the def and see if I can come up with a workaround and post it for review....
EDIT:
Well upon further review, it looks like they've started mixing their embedding styles... Here is the link I'm working with:
http://xbox360.ign.com/dor/articles/...st_102908.html
By looking at the IGN def it looks like it is looking for an object_ID code in the source html file, which for this particular page, there isn't one... I've tried embedding other videos from this site and it works fine. In this particular page, they have this javascript code in the header
Code:
<script>
var vp_lowResFlash = 'xbox360movies.ign.com/xbox360/video/article/924/924651/xbox_exp_noisetest_102908_flvlowwide.flv';
var vp_lowResFlashWidth = 320;
var vp_hiResFlash = 'xbox360movies.ign.com/xbox360/video/article/924/924651/xbox_exp_noisetest_102908_flvhighwide.flv';
var vp_hiResFlashHeight = 360;
var mediaIdHash = new Object();
mediaIdHash["http://streamingmovies.ign.com/xbox360/article/924/924651/xbox_exp_noisetest_102908_wmvhd.wmv"] = 2626771;
mediaIdHash["http://streamingmovies.ign.com/xbox360/article/924/924651/xbox_exp_noisetest_102908_wmvhighwide.wmv"] = 2626773;
mediaIdHash["http://xbox360movies.ign.com/xbox360/video/article/924/924651/xbox_exp_noisetest_102908_flvhighwide.flv"] = 2626777;
mediaIdHash["http://xbox360movies.ign.com/xbox360/video/article/924/924651/xbox_exp_noisetest_102908_flvlowwide.flv"] = 2626778;
mediaIdHash["http://xbox360movies.ign.com/xbox360/video/article/924/924651/xbox_exp_noisetest_102908_qthighwide.mov"] = 2626787;
mediaIdHash["http://xbox360movies.ign.com/xbox360/video/article/924/924651/xbox_exp_noisetest_102908_qtlowwide.mov"] = 2626794;
</script>
Which is different than other pages on their site.... so I assume this means IGN is on it's way off the list????