[Laszlo-dev] DENG and OpenLaszlo

Henry Minsky henry.minsky at gmail.com
Mon Mar 20 20:40:22 EST 2006


>
> I would love to play around with Flash Bitmaps (the noise() function would
> be perfect for generating TV static), but I can't figure out how to import
> the necessary ActionScript classes into OpenLaszlo's name space. Is that
> something I could work around with a tiny magic SWF file that did the
> dirty
> work?
>
>         -Don


I think you can just access those classes by their fully qualified names. We
do that in some Flash 8 file upload code, for example. It says

        this.fileref = new flash.net.FileReference();
        this.filereflist = new flash.net.FileReferenceList();
And that works fine, so those classes seem to be installed in the Flash 8
runtime already. I just assumed it's the same for the bitmap classes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20060320/4552c967/attachment.html


More information about the Laszlo-dev mailing list