Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-01-2007, 05:00 AM
Senior Member
 
Join Date: Nov 2007
Posts: 128
Default How to use ffish script in Flash CS3?

How can I do this? Here are my document attributes:
Flash Player: 8,
Document type: Flash CS3 Document,
ActionScript: 2,

And here is the script is used to test ffish script:

In flash......

fscommand("ffish_run","mainscript");

In swfkit 2.2 for "mainscript"......

FlashPlayer._root.notes_txt = "hi"; //text box

But it won't work. What's wrong?



Thank you.
Reply With Quote
  #2 (permalink)  
Old 11-01-2007, 07:49 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: How to use ffish script in Flash CS3?

You can use either
Code:
FlashPlayer.setVariable("_root.notes_txt", "hi");
or

Code:
FlashPlayer.bindData("_root.notes_txt");
FlashPlayer._root.notes_txt = "hi";
FlashPlayer.updateData(false);
Reply With Quote
  #3 (permalink)  
Old 11-01-2007, 02:34 PM
Senior Member
 
Join Date: Nov 2007
Posts: 128
Default Re: How to use ffish script in Flash CS3?

It still won't work. Does this method work for text boxes?
Reply With Quote
  #4 (permalink)  
Old 11-01-2007, 02:52 PM
Senior Member
 
Join Date: Nov 2007
Posts: 128
Default Re: How to use ffish script in Flash CS3?

fixed it! swfkit rocks!
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 04:37 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.