Ryan M | 1 Jul 2010 20:35
Favicon

SWF Resources Not Stopping In Flash 9 and 10

Is anyone else having issues stopping swf resources from playing when 
compiling to Flash 9/10? I'm able to stop them fine in Flash 8. Appears 
to be an issue in 4.7, 4.8 and 5.0.

Ryan Maslar

Max Carlson | 1 Jul 2010 20:41
Favicon

Re: SWF Resources Not Stopping In Flash 9 and 10

This is usually due to permissions limitations in Flash 10. 
Essentially, any movie created for Flash 8 and earlier doesn't support 
playback control in Flash 9 and later.  One solution is recompiling your 
swf resources for a later version.

More details can be found at 
http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf

> (Cross- scripting is not possible between AVM1 SWF files, which use ActionScript 1.0 or 2.0, and AVM2 SWF
files, which use ActionScript 3.0.)

Regards,
Max Carlson
OpenLaszlo.org

On 7/1/10 11:35 AM, Ryan M wrote:
> Is anyone else having issues stopping swf resources from playing when
> compiling to Flash 9/10? I'm able to stop them fine in Flash 8. Appears
> to be an issue in 4.7, 4.8 and 5.0.
>
> Ryan Maslar

Max Carlson | 1 Jul 2010 20:44
Favicon

Re: 4.7.2 Compile Times Vs. 4.0.16

We're happy to help you track down datapath issues - just send us a 
testcase!

Regards,
Max Carlson
OpenLaszlo.org

On 6/25/10 8:47 AM, Ryan M wrote:
> Well, have about 73 compiled in resources but they aren't large images.
> It may be a moot point as I'm seeing some compilation stability issues
> with 4.8 and datapaths. Could be back to 4.0.16 for us.
>
> On 6/25/2010 9:52 AM, Raju Bitter wrote:
>> Ryan, do you compile a lot of resources into the SWF file? I've been
>> working on Flex projects where we had a lot of resources compiled into
>> the app, and the compilation could take up to 3-4 minutes. Generally
>> the Flex compiler is much slower than the OpenLaszlo compiler for the
>> SWF8 runtime. I've heard of Flex projects with compile times going to
>> up 8 minutes.
>>
>> - Raju
>>
>> On Thu, Jun 24, 2010 at 5:52 PM, Henry
>> Minsky<hminsky@...> wrote:
>>> It's definitely going to be slower to compile swf10, because we're doing
>>> some preprocessing and then invoking the flex compiler. I'd like to
>>> figure
>>> out where the time is going, at the least how much is being spent in the
>>> flex compiler vs the LZX phase.
>>>
(Continue reading)

Ryan M | 1 Jul 2010 21:22
Favicon

Re: 4.7.2 Compile Times Vs. 4.0.16

Sorry about the failure to reply on that Max. I actually was able to 
apply a couple fixes but they are not ideal.

What I previously had done was use dynamic datapaths. For example:

<attribute name="tkey" value="MA" type="string" />
<view datapath="${'xmldata:/states/'+parent.tkey+'/contacts/'}">
</view>

In our application the data would refresh itself automatically on timer 
and we didn't want to see it flicker every time it refreshed. So, to 
pool the data I did this:

<attribute name="tkey" value="MA" type="string" />
<view datapath="${'xmldata:/states/'+parent.tkey+'/contacts/'}">
<datapath pooling="true" />
</view>

It worked in v4.0.16. Doing this also ensured that the constraint for 
datapath always pointed to the right parent view. If for example I did this:

<attribute name="tkey" value="MA" type="string" />
<view >
<datapath xpath="${'xmldata:/states/'+parent.parent.tkey+'/contacts/'}" 
pooling="true" />
</view>

The xpath constraint would be pointing to the wrong parent view in 
certain instances.
To get around this, I added a duplicate attribute 1 level above it and 
(Continue reading)

Ryan M | 1 Jul 2010 21:24
Favicon

Re: SWF Resources Not Stopping In Flash 9 and 10

I thought that may be the cause. Unfortunately I do not have Adobe's 
flash application. Do you know if it's possible to build a loading arrow 
for inclusion as a resource using laszlo?

Thanks.

Ryan Maslar

On 7/1/2010 2:41 PM, Max Carlson wrote:
> This is usually due to permissions limitations in Flash 10. 
> Essentially, any movie created for Flash 8 and earlier doesn't support 
> playback control in Flash 9 and later.  One solution is recompiling 
> your swf resources for a later version.
>
> More details can be found at 
> http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf 
>
>
>> (Cross- scripting is not possible between AVM1 SWF files, which use 
>> ActionScript 1.0 or 2.0, and AVM2 SWF files, which use ActionScript 
>> 3.0.)
>
>
>
> Regards,
> Max Carlson
> OpenLaszlo.org
>
> On 7/1/10 11:35 AM, Ryan M wrote:
>> Is anyone else having issues stopping swf resources from playing when
(Continue reading)

Amy Muntz | 1 Jul 2010 21:57

OpenLaszlo 4.8 is Available

We are pleased to announce that OpenLaszlo 4.8.0 is available for download at http://www.openlaszlo.org/download.

OpenLaszlo 4.8.0 is an incremental release of OpenLaszlo 4, and contains 152 bug fixes (see the JIRA report 4.8 Release Notes (or http://download.openlaszlo.org/4.8.0/release-notes.html) for details). There are a wide range of bug fixes, including CSS stylable canvas, more dynamic CSS support, the promotion of tooltip to an official component, improved drawview support, simpler association of CSS properties with attributes and an ability to provide a fallback value for CSS-styled attributes.

OpenLaszlo continues to be grateful for the significant contributions by André Bargull, whose numerous bug fixes and exacting techical reviews make OpenLaszlo more robust. We also want to thank Alexander Pakhunov, Chen Ding, Clint Dickson, Gioacchino Mazzurco, John Olmstead, Justin Hunt, Pasqualino 'Titto' Assini, Raju Bitter, and Rami Ojares, who took the time to isolate and report important bugs for us to address in this release. Thank you!  We would also like to thank the entire OpenLaszlo community for your support in so many ways, like submitting bug fixes, helping users on the OpenLaszlo forums, and participating in discussions to help make OpenLaszlo a better platform.

Ryan M | 2 Jul 2010 16:28
Favicon

Trunk Build 16860

Hey guys,

Is the 16860 Trunk Build available online yet. I noticed it includes the 
import element fixes. Thank you for addressing that by the way.

Ryan Maslar

P T Withington | 2 Jul 2010 17:38
Picon
Favicon
Gravatar

Re: Trunk Build 16860

Our build machine crashed, waiting for some help from IT, then I will restart.  If you are _really_
interested, you can subscribe to

  http://www.openlaszlo.org/mailman/listinfo/laszlo-builds

and see all the build messages.  Or just check

  http://download.openlaszlo.org/nightly/trunk

in a few hours.

On 2010-07-02, at 10:28, Ryan M wrote:

> Hey guys,
> 
> Is the 16860 Trunk Build available online yet. I noticed it includes the import element fixes. Thank you
for addressing that by the way.
> 
> Ryan Maslar

Raju Bitter | 2 Jul 2010 00:34

Re: THIS MAILING LIST/GOOGLE GROUP WILL BE CLOSED SOON!

The Mobile OpenLaszlo group will not be visible in the Google Group
directory starting now. You cannot post any messages here, if you want
to join the discussions around mobile OpenLaszlo development, please
join  the new mailing list at http://www.openlaszlo.org/mailman/listinfo/mobile!

On Jul 2, 12:20 am, Raju Bitter <r.bitter.mailingli...@...>
wrote:
> Starting now, this mailing list/Google group will be closed. The wiki
> pages I created are available at http://wiki.github.com/raju-bitter/mobile-openlaszlo/
> 
> The mobile OpenLaszlo discussion has been moved to a new mailing list
> at openlaszlo.org.http://www.openlaszlo.org/mailman/listinfo/mobile
> 
> The reason for moving the mailing list was that community members from
> China reported that Google Groups cannot be reached out of China. As
> we want to be open to anyone with this mailing list, we had to move it
> to a domain which can be reached out of China or Iran.
> 
> If you are interested in participating, please subscribe:
> http://www.openlaszlo.org/mailman/listinfo
> 
> Thanks to Tucker for establishing the new mailing list.
> 
> Best regards,
> Raju

cem sonmez | 3 Jul 2010 18:07
Picon

2010 Readers' Choice Awards Survey - Linux Journal

Please check out
http://www.linuxjournal.com/content/2010-readers-choice-awards-survey
and vote for Openlaszlo as the "Best Platform for Developing Rich
Internet Apps" ;)

Regards
--

-- 
Cem SONMEZ


Gmane