On 19 Mar 2008 at 18:30, sachin vijayvargia wrote: > > Hello, > > 1)I have all the action script files compiled in the SWF form, how do I load > it into LZX code and > be able to access the various functions and classes within the SWF file ? > 2) Also there is a level of hierarchy maintained in packaging the classes > (for example class Foo is > in abc.xyz package in the SWF kernel). How do I now instantiate an object of > class Foo from the > LZX code ? > > Appreciate if I can get answers to the above qtions as they are needed > urgently for me to take a > decision. > > Regds, > Sachin > >
This link might help http://forum.openlaszlo.org/showthread.php?t=7558 .... another example is loading deng.swf (a dated example!) http://forum.openlaszlo.org/showthread.php?t=8514&highlight=deng .... also you can inspect your movie properties like this .. <method event="oninit"> Debug.showInternalProperties="true" Debug.inspect(canvas) </method> d~l
