View Single Post
  #5 (permalink)  
Old 05-25-2007, 02:37 AM
chalres sampel chalres sampel is offline
Junior Member
 
Join Date: May 2007
Posts: 1
Default Re:Exchanging Data between FFishScript and FLEX..

Quote:
Originally Posted by stevekellogg
Hello,

I've read over all of the manual, but I need help with something.

I'm working in Flex 2.01. I'm trying to get access to variables defined in Flex using the "FlashPlayer.getVariable" and "FlashPlayer.setVariable" methods.

The PROBLEM is that I don't know how to correctly format the NAME of the variable that I want to get.

I've tried everything obvious I can think of :

FlashPlayer.getVariable("root.myVariableName");
FlashPlayer.getVariable("_root.myVariableName");
FlashPlayer.getVariable("myApplicationName.myVaria bleName");
FlashPlayer.getVariable("_myApplicationName.myVari ableName");

etc...

Can anyone here help me out?

Thanks in Advance.
Reply With Quote