PDA

View Full Version : Flex Send data to module



DHDesign
January 27th, 2009, 11:58 AM
im calling a module in my flex app, but i need to send it a variable and have no idea how this is done (both sending the variable and then the module retrieving it)...basically, the module generates a tree which gathers data from a PHP-generated XML...so I need the data that is sent to the module to be sent to the PHP file to show the details depending on which page the user is on.



<mx:ModuleLoader url="lists.swf" width="30%" height="100%" />


just a thought, if I were to add "?id=3" to the SWF, would that work and how would I retrieve that value in the module to use?

DHDesign
January 27th, 2009, 03:45 PM
Well, i just killed quite a few hours but did manage to figure it out....so please disregard the post.
If anyone encounters the same issue let me know and ill send u my solution.

cheers.