[Flashcoders] Sound-loop timing

2007-09-20 Thread Oliver Müller
Hi, based on this article: http://www.actionscript.org/resources/articles/159/1/Advanced-Flash-MX-Sound-Timing/Page1.html I built a small application that plays 5 sound-loops synchronous. I have one drum-loop, one piano-loop and so on. This works great, but as soon as I put some animation stuff

[Flashcoders] Screen grabbing from AIR application

2007-09-20 Thread sean
Simple question : Is it possible? I want to be able to grab an image of the section of screen my application occupies. Not the application itself you understand, but the desktop that it covers. I'm sure I've heard something about it being possible but I can find no info anywhere now that I

[Flashcoders] Sorting Date Array...

2007-09-20 Thread Karim Beyrouti
Hi All, I am trying to sort a date array by hour:minute - and not the day/month. So far I have: function sortFnc(a, b):Number { if ( a.date.getHours() b.date.getHours() ) { return -1; } else {

[Flashcoders] NetStream.Play.Stop not being invoked

2007-09-20 Thread Claire Miller
Hi, I've been given a large number of video's which I'm doing a looped playback with, however one or two that I've been given aren't returning a NetStream.Play.Stop - just flushing the buffer instead. I've noticed the flv's in question don't have canSeekToEnd set to true in the metadata, is it

[Flashcoders] ExternalInterface - exceptions thrown by JavaScript

2007-09-20 Thread Pavel Simek
I have noticed an unpleasant behaviour of JS code invoked from Flash via ExternalInterface: If an exception in JS code occurs, it is suppressed. No error messages, thus the JS application is hard to debug. 1) Is there any official explanation of this behaviour available? 2) Is there the complete