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.




_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to