|
And a quick follow-up: setVariable() will work with a Flex setter
function, so you can use it to trigger any action in flex. I use this callback setup for programmatic
security. I use getURL(“_javascript_:myWrapperFunc(mydata)”); From: Could you use a callback setup?
Fscommand or getURL out to the wrapper, then
FlashMovieObject.setVariable(myData) back to Flex? From: I just read about fscommand (): ...very wierd. Anyway, I was hoping to actually obtain information as a
return value from a JS function that gets called. I didn't see any way to
obtain data in return using the fscommand function. Does anyone have a
recommendation for obtaing information (with Flex) that exists in the parent
HTML document? Thanks! Joey Mink [Software Engineer @ Solers, Inc.] Voice: 703 480 2450 Fax: 703 263 2663
|
- RE: [flexcoders] Obtaining data from the outer HTML's DOM Tracy Spratt

