|
|||
|
I'm using the Inet.ftp object in SwfKit pro to download files. I see that you can use the "onDownload" event to track the percent downloaded, the problem is that I want to use a progress bar I created in the flash movie to show that percent, but it seems like the main movie is paused while the download is happening and so the progress bar jumps straight from 0 to 100% when the file finishes downloading.
Thanks in advance for any help. --carriker |
|
|||
|
You must call the "processMsg" method in the event handler so that the flash player can have chance to render the main movie. The attached sample shows how to handle the "onGetUrl" event. To handle the "onDownload" event, you can do in the same way as the sample.
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|