Heya, I've discovered the problem.. it because my Flash calls are going to an absolute address, e.g.
http://dev/flashsite/getxml.cfm When that call happens it bypasses the slow proxy software.. I had a peek at Speed limiter, but it looks like its using the same method to simulate a slow connection. Can I make calls from flash relative to the current server? For example, some of my code looks like this: _root.xmlURL = "http://devserver/devsite/xmldata.cfm"; theData.load(_root.xmlURL + "?action=getOptions") My flash is sitting in the file: http://devserver/devsite/myflash.swf Do I *need* to specify an absolute path in this case? Or is there a way to make my call relative to the swf? thanks, bye! Friday, March 18, 2005, 9:43:32 AM, you wrote: LE> Ryan: LE> Are you sure that you're pointing whatever HTTP calls you're making at LE> the right address to run through the proxy? LE> I'm using Speed Limiter, from Delight Software LE> <http://www.delight.ch/index.php?goLang=german&goMenu=2&goSub=200> for LE> all my testing without any problems. LE> Mike Pearce wrote: >>Hey Ryan, >> >>Haven't played with Sloppy but if you can't get it working, I've been using >>Xat.com's webspeed simulator without any hassles. >> >>Mike >> >>Mike Pearce >>Nectarine +61 3 9687 7820 >>www.nectarine.com.au >> >> >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf Of Ryan Sabir >>Sent: Friday, 18 March 2005 9:29 AM >>To: Flash Developers List >>Subject: [fugli] Slow proxy >> >>hi all, >> >>Has anyone got Sloppy, the slow proxy, working with Flash? >> >>http://www.dallaway.com/sloppy/ >> >>I'm trying to do some testing on a Flash site, but my HTTP calls out >>of Flash don't seem to be working. >> >>thanks, bye! >> >>----------------------- >>Ryan Sabir >>Newgency Pty Ltd >>2a Broughton St >>Paddington 2021 >>Sydney, Australia >>Ph (02) 9331 2133 >>Fax (02) 9331 5199 >>Mobile: 0411 512 454 >>http://www.newgency.com/index.cfm?referer=rysig >> >> >>--- >>You are currently subscribed to fugli as: [EMAIL PROTECTED] >>To unsubscribe send a blank email to [EMAIL PROTECTED] >>Aussie Macromedia Developers: http://lists.daemon.com.au/ >> >> >>--- >>You are currently subscribed to fugli as: [EMAIL PROTECTED] >>To unsubscribe send a blank email to [EMAIL PROTECTED] >>Aussie Macromedia Developers: http://lists.daemon.com.au/ >> >> >> ----------------------- Ryan Sabir Newgency Pty Ltd 2a Broughton St Paddington 2021 Sydney, Australia Ph (02) 9331 2133 Fax (02) 9331 5199 Mobile: 0411 512 454 http://www.newgency.com/index.cfm?referer=rysig --- You are currently subscribed to fugli as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
