Just a hint, Maxim. There's a better syntax now for injecting the AS3
import statements into classes:

    <class name="googlemaps">

        <!-- AS3 import statements -->
        <passthrough when="$as3">
            import com.google.maps.Alpha;
            import com.google.maps.Color;
            import com.google.maps.LatLng;
            ....
        </passthrough>

I think that's supported starting with OpenLaszlo 4.9. And the
advantage is, that it works LZO library files as well, while <switch>
doesn't.

- Raju

Reply via email to