Hello,
First I want to say that I am not a flash/action script expert and my question could be stupid, but I cannot launch my site without solve this problem.
I have a flash movie that loads external swf in the window component using the function:

var my_win:MovieClip = mx.managers.PopUpManager.createPopUp(_root, Window, false, {title:caption, contentPath:contentpath, closeButton:true});

All is working well, but now I have a problem - I need to pass variables to the external movie (contentPath is the path to the swf). I googled fot the answer and I found this:

example.swf?var=alabala&var2=sometext

but this works only when I use it in HTML page. I found the documentation for FlashVar, but it works only in HTML page.

Can anyone help me with some solution, code, docs ...

Best regards!