View Single Post
  #1 (permalink)  
Old 02-25-2007, 01:23 AM
stevekellogg stevekellogg is offline
Member
 
Join Date: Sep 2006
Posts: 38
Default Exchanging Data between FFishScript and FLEX..

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