PDA

View Full Version : Function calls into an external .swf?


thivnor
03-29-2005, 01:22 PM
I'm wondering if I can make function calls from my LZX code into a .swf which was authored in the normal Flash IDE. I would clearly need to load that .swf first.

I have considerable amount of functionality working in .fla / .swf, and would love to tap into it ...

hqm
03-29-2005, 06:56 PM
You can execute virtually any actionscript code you want, including calls to attached movieclips, but it is not supported by the Laszlo platform, i.e., you may get unexpected or undefined results.

jdmoreira
04-14-2005, 06:24 AM
Hi all.

Could you please some little sample code on how to calll actionscript methods from Laszlo?

We would like very much to have RegExp functions in our Laszlo code, but it is not supported as the docs say.

Thanks.

redcoat
04-23-2005, 09:59 AM
Hi,

did you ever get this working? We need RegExp support too.

Any help appreciated,

thanks,

David

jdmoreira
04-25-2005, 12:28 AM
Hello.

We have found a RegExp implementation article for ActionScript in this link

http://www.jurjans.lv/flash/RegExp.html

At this moment we are translating the code to create a RegExp class suitable for Laszlo. I have been told that few changes must be done in order to accomplish this.

Hope this helps.

redcoat
04-25-2005, 05:24 AM
Hi,

Cool!

Will you be willing to contribute the code after it's done?

cheers,

David

jdmoreira
04-25-2005, 06:30 AM
Of course, as soon as it is finished and tested we will post it to the forum.

redcoat
04-25-2005, 07:14 AM
Fantastic! Thanks. It will be a *great* addition to Laszlo.