On Wed, Feb 14, 2007 at 06:49:56PM -0500, Henry Minsky wrote:
> Try this link
> 
> http://download.openlaszlo.org/nightly/legals/

Ok, got 4.0.x revision 3813.
Turned content of lps-4.0.x/Server/lps-4.0.x/lps/includes in all empty SWFs.
Compiled this script:

        <canvas> <script when="immediate"><![CDATA[
        trace('hello world');
        ]]> </script> </canvas>

But still find non-action tags in the resulting SWF:

Offset: 26 (0x001a) Block type: 32 (SWF_DEFINESHAPE3)
Offset: 58 (0x003a) Block type: 34 (SWF_DEFINEBUTTON2)
Offset: 155 (0x009b) Block type: 26 (SWF_PLACEOBJECT2) [ __offscreenkeyclip ]
...

--strk;




> 
> It was linked from the page
> http://www.openlaszlo.org/download#legals
> 
> I'll try and get that patch in tomorrow for the PLACEOBJECT2 bug.
> 
> 
> On 2/14/07, strk <[EMAIL PROTECTED]> wrote:
> >
> >On Wed, Feb 14, 2007 at 04:08:06PM -0500, Henry Minsky wrote:
> >> Basically all the tags in an lzx file compile down to function calls to
> >> LzInstantiateView which is defined in the LFC.
> >>
> >> You can get an app which contains code which doesn't depend on the LFC
> >by
> >> making an app which looks like
> >>
> >> <canvas>
> >> <script when="immediate">
> >> <![CDATA[
> >> some javascript here
> >> ]]>
> >> </script>
> >> </canvas>
> >>
> >> Note that we only added the when="immediate" feature a couple weeks ago,
> >so
> >> you need a new build to do this.
> >
> >Are nightly builds available ? (build instruction are wrong, refer to a
> >directory
> >not available in SVN: jakarta-ant-1.5.1)
> >
> >--strk;
> >
> 
> 
> 
> -- 
> Henry Minsky
> Software Architect
> [EMAIL PROTECTED]

> _______________________________________________
> Gnash-dev mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/gnash-dev


-- 

 ()   ASCII Ribbon Campaign
 /\   Keep it simple! 



_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to