Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-01-2008, 08:14 PM
Junior Member
 
Join Date: Jul 2003
Posts: 29
Default processMsg() + Progressbar

Hi guys,

I'm trying to update a Progressbar's width and a Textfield using the ftp.onUpload event. The trace output works fine, but the flash is not updating. What am I doing wrong?

This is the ffish side:
Code:
ftp.onUpload = function (percent) {
  FlashPlayer.targetSetProperty("_root.ProgressBar", 8, percent);
  FlashPlayer.setVariable("_root.StatusBarText", percent + "%");
  trace(percent);
  if (!processMsg()) return false;
  return true;
}
Thanks in advance,

Ariel
Reply With Quote
  #2 (permalink)  
Old 05-01-2008, 08:59 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: processMsg() + Progressbar

The code seems to be very good. Are you sure that the names of the flash components are correct?
Reply With Quote
  #3 (permalink)  
Old 05-04-2008, 03:59 PM
Junior Member
 
Join Date: Jul 2003
Posts: 29
Default Re: processMsg() + Progressbar

Yes, because when I do something like drag a scrollbar or make any other message fire while it is uploading, the progress bar and the textual progress work. When I don't do any mouse actions, they don't work.

Reply With Quote
  #4 (permalink)  
Old 05-07-2008, 05:25 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: processMsg() + Progressbar

Please send us a sample. Without a sample, we are not sure what has happened. Thank you.
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:11 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.