2/4/2010 1:05:45 AM
Title:
Bandwidth for Flash/Flex
Hello,
I am looking forward to build an component which may needed to be built in flash/flex. what is worrying me is that many users who are targeted audience for this component will be surfing on low bandwidths, so is there a way which i could possibly recommend my users about the possible speed required to run this application.
if i have any statics it would help as i can display them and also calculate the average time to load the component.
2/4/2010 2:53:08 AM
HI
If you want to develop thats low on bandwidth. Then flash will be the optimal solution. In case of flex you have an additional load of 350kb(Framework). So a simple file starts from around 300kb.
Inder
Points: 2480
Posts:0
2/4/2010 2:57:09 AM
You can simply display the file loading progress on the preloader of your application.
You know the size of your application say its 60kb. In flash it can be calculated how much is downloaded and how much is left . So if you got 20kb downloded in 1 sec then you can display the rest time to be approx 3 sec left .