Hi guys,

I've got a problem with passing parameters t JSFL script function from AS.

Say, we have a JSFL script with a function inside. For example, it's
document.optimizeCurves. How to pass parameters to it with help of
MMExcute if I also need to excute lots of JSFL code before? I could do
smth like

MMExcute("document.optimizeCurves(" + foo + ", " + bar + ");");

but what if I need to do it in loop with calculations but some
parameters have to be passed from AS?

I think solution is somewhere at top but I can't find it by myself anyway.

Thanks in advance!
--
Michael Klishin,
[EMAIL PROTECTED]


Non progredi est regredi

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to