Guest Posted June 22, 2008 Share Posted June 22, 2008 I am making a proxy using regex to do all the dirty work. Although I cannot get any flash to work the swf goes through fine and it can be embeded although the javascript AC_RunActiveContent.js isnt working I cannot figure out why can someone point me in the right direction ??? Here is lexus.com showing me an error http://www.usualbeings.com/proxy/www.lexus.com Here is youtube but it doesnt give me an error is downgradable but still here it is http://www.usualbeings.com/proxy/youtube.com I just cant seem to find why its not working everything looks right to me. Please help :-\ Link to comment https://forums.phpfreaks.com/topic/111315-active-content-proxy/ Share on other sites More sharing options...
Bendude14 Posted June 22, 2008 Share Posted June 22, 2008 AC_FL_RunContent is set to 0 at the top of the page and then you have this code lower down if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } Where abouts is AC_FL_RunContent meant to be set to a different value? Link to comment https://forums.phpfreaks.com/topic/111315-active-content-proxy/#findComment-571489 Share on other sites More sharing options...
Guest Posted June 22, 2008 Share Posted June 22, 2008 I dont understand why it would be like that since its taking it straight from the site and it works fine from lexus.com. straight from lexus.com AC_FL_RunContent = 0; I think it initializes somewhere inside this file http://www.usualbeings.com/proxy/lexus.com/lexus-share/js/lexus_3_5.js but I cannot figure out what its doing. Link to comment https://forums.phpfreaks.com/topic/111315-active-content-proxy/#findComment-571613 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.