Click here to Skip to main content
15,887,430 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a site that goes from ASP.NET to FLASH and BACK.
I use response.redirect to get from ASP.NET to FLASH.
AND I use getURL+vars to get back to ASP.NET page.
When I try and go back to ASP.NET page using chrome you can see a percentage counting up to 100% in the bottom left hand corner of browser. My question is, why does it do this and what causes it to be fast or slow? And are there ways to make it go faster?
Posted
Updated 10-Feb-13 15:40pm
v2
Comments
Andreas Gieriet 10-Feb-13 21:43pm    
I did remove the shouting title.
On topic: did you try to monitor the traffic, e.g. with a packet sniffer?
Cheers
Andi
GreenKhan 10-Feb-13 21:53pm    
On the flash end? I monitor things using LOCAL HOST, but when doing it online, Im not sure what causes the speed to slow when coming back from FLASH to ASP.NET. Never heard of a pack sniffer? Whats the best way to go about doing that?
Andreas Gieriet 10-Feb-13 22:59pm    
Go and get http://www.wireshark.org/.
It's a packet sniffer that shows that data pssed by what time.
So, you should get an idea on server side when and what goes in/out of the socket in question.
Neets some initial learnig on how to filter and read the data. Debugging network issues is never for free... ;-)
Cheers
Andi
GreenKhan 10-Feb-13 21:57pm    
Is that percentage for loading time to do with the FLASH file sending something OR the ASP.NET page loading? Cause when I send to a simple ASP.NET page it loads faster.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900