Thread
:
Application freeze ?
View Single Post
#
2
(
permalink
)
02-16-2009, 07:44 PM
SWFKit
Senior Member
Join Date: Dec 2002
Posts: 2,015
Yes, because upload is running in block mode. You can try the following code
Code:
private function onupload(percent){ if (!Global.processMsg()) return; sortie.text +=percent; }
SWFKit
View Public Profile
Send a private message to SWFKit
Visit SWFKit's homepage!
Find all posts by SWFKit