actionscript 3 - Pass parameters to Iframe flex -


i new flex. have used iframe embed html page flex application. here following code embed html file :

<mx:application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:flexiframe="http://code.google.com/p/flexiframe/"> <flexiframe:iframe id="googleiframe" label="google" source="http://heatmap.html" width="80%" height="80%"/><mx:application> 

the challenge i'm facing want pass parameter html page (heatmap.html) when loaded iframe.

how pass parameters? need write separate function?

you can write function on html page , call function in html page using ifarameid.calliframefunction("func_name",parameters...)


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -