views:

72

answers:

3

Hi everyone,

I've got a flash clip that is known to behave weird if user has slow internet. Now I want to troubleshoot that. Is there a way to slowdown the load speed? Preferably with local apache or may be even with firefox only.

+1  A: 

If the issue is about loading static files (not loading dynamically generated xml etc.) you might want to try the download simulation feature built in the Flash IDE. Start by testing movie (control+enter), then use View menu to enable and configure the simulation.

Skrim
Turned out that it's exactly what I need right now!
clorz
+1  A: 

You can use a Proxy on your PC to inspect packages and even slow down your connection. It's usefull for debugging. There are two simple solution:

In the stated question, there are some more hints and addons.
Good luck!

furtelwart
Thanks, plugin is great. Will definetly use it later =)
clorz
+1  A: 

As furtelwart stated, use a proxy, another alternative to Charles is Fidler it is free and available here: http://www.fiddler2.com/fiddler2/

Jakub