[Laszlo-dev] OpenLaszlo + Swfmill + MTASC (or The Return of The
Peeing Dog)
DL
dl.lists at ntlworld.com
Tue Jan 31 14:40:58 PST 2006
I am trying to use SWFmill + MTASC to inject Actionscript into OpenLaszlo 3.1.1
compiled SWF 8 ..
the idea is to use SWFmill + MTASC to inject Actionscript 2.0 into OpenLaszlo swf.
But the end result is a blank rendering of swf in Flash Player 8.
Why? How to apply example to OpenLaszlo swf?
....
Here is the test environment.
_____________________________________
Download SWFmill and place in c:\SWFmill\swfmill.exe
http://osflash.org/doku.php?id=swfmill
_____________________________________
Download MTASC and place in c:\mtasc
http://www.mtasc.org/
_____________________________________
Set paths to SWFmill.exe and MTASC.exe in System %PATH%
reboot ..
_____________________________________
Follow example here ..
Publishing to Flash 8 with Swfmill and MTASC (or The Return of The Peeing
Dog)
http://www.flashant.org/b2mobile.php?p=429&more=1
_____________________________________
Now .. in OpenLaszlo compile a very simple testlzx.swf .. e.g. a box view.
Place the swf in ..
PeeingDogFlash8\src\library\ .. same location as PeeingDog.swf
_____________________________________
in
PeeingDogFlash8\src\application.xml
change <library> content to this .. in lieu of PeeingDog.swf
<library>
<clip id="Application" class="Application" />
<clip id="PeeingDog" class="PeeingDog" import="src/library/testlzx.swf" />
</library>
_____________________________________
Run .. PeeingDogFlash8\build.bat
Now click on .. PeeingDogFlash8\build\application.swf
and it is a blank rendering of the OpenLaszlo swf.. but why?
Other flash movies (e.g. from Flash IDE) import o.k. ..
but not from OpenLaszlo compilation.
....
The OpenLaszlo compiled swf can be converted to xml using DOS command ..
swfmill swf2xml testlzx.swf testlzx.xml
_____________________________________
Other references ..
http://www.flashant.org/index.php?p=408&more=1&c=1
_____________________________________
DL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://openlaszlo.org/pipermail/laszlo-dev/attachments/20060131/0f636a9e/attachment.html
More information about the Laszlo-dev
mailing list