ok - i’m completely bamfoozled here - in the past, we’ve loaded our dynamic text into our sites through a text file stored in the same local folder - but now we’re getting set up to load everything from a database… and i know it’s obviously possible - but we’re getting some strange results…
so, we’ve got “getPage.cgi” located on our server, in an aliased cgi-bin folder (for security reasons) - and in flash, i’m calling to it like this:
LoadText = new LoadVars();
LoadText.load(“http://IPaddress/cgi-bin/getPage.cgi?domain=guillaumegarrigue.com?Ran=”+random(999))
now - if i run the file locally (open the html file on my machine), it works fine, and all the text values are populated correctly…
but as soon as we put the flash file on the internet (www.guillaumegarrigue.com/test.html), it doesn’t work - no text…
AND, even stranger - when we look at the logs on the server, we can see the call to the cgi when it’s run locally, but when we look at the site online, the call is never made…
any help or advice would be greatly appreciated…