Archive for the ‘Uncategorized’ Category

Looping Audio in Flash, part 2

this is a follow up post to this one. I’ve continued building on http://blog.andre-michelle.com/2010/playback-mp3-loop-gapless/ . And I’ve come up with some improvements: make the loop a separate class allow switching from one loop to another seamlessly. fix a bug that what harmless in a browser but that broke the app on an iphone. In certain [...]

Packaging AIR Native Extensions is Horrible, but this Might Help

I’ve just spent the day learning about AIR Native Extensions. The idea is to build an Iphone app with a Flash Builder interface but using native Iphone audio capabilities. It seems that globally things have been well thought out and executed, but there’s one thing that comes across as amazingly pre-alpha craptastic: packaging your native [...]

amfPHP 2.0.1 is out!

Phew, that was hard! The goods here: http://www.silexlabs.org/131386/the-blog/blog-amfphp/amfphp-version-2-0-1-reloaded-is-out/

Looping Audio in Flash

You’d think looping audio in Flash would be trivial, right? think again. There’s enough info on the net to tell you what you need, but it’s a bit dispersed, so here it is condensed. Note that this is about looping audio that is on a server, not embedded in your swf. In that case it [...]

amfPHP v2 Reloaded is out

the post: http://www.silexlabs.org/the-blog/amfphp-v2-reloaded-is-out/ the files: http://sourceforge.net/projects/amfphp/files/amfphp/amfphp-2.0.zip/download

Linked Resources in Flash Builder

When projects relate to each other in Flash Builder, things get messy with paths. Sooner or later you end up with an absolute path in your build configuration, and that means your colleague won’t be able to build on checking out. Relative build paths would be nice, but in the meantime I found a fix [...]

amfPHP v2 Reloaded Release Candidate 1 is out

news at Silex Labs : http://www.silexlabs.org/the-blog/fr/2011/06/amfphp-v2-reloaded-release-candidate-1-is-out/ download at sourceforge: http://sourceforge.net/projects/amfphp/files/amfphp/amfphp-2.0RC1.zip/download

State of amfPHP

http://www.silexlabs.org/the-blog/fr/2011/04/state-of-amfphp/

Error Routing for AS3, a kind of design pattern and some code

There’s this piece of code I keep on using, I thought I could share it here. The idea is to keep the displaying of error messages separate from their generation. The error router is a singleton that can be used to separate error generation from error display. Code generating an error can call ErrorRouter.getInstance().notifyError(errorData) A [...]

amfPHP at the “Tontons Flexeur”s Paris Flex User group

Yesterday I presented amfPHP to a crowd of Flex developers, and they liked it! My slides, and a post about the evening, both in French: http://www.silexlabs.org/the-blog/fr/2011/03/les-slides-de-la-presentation-amfphp/ http://www.silexlabs.org/the-blog/fr/2011/03/silex-labs-presente-amfphp-aux-tontons-flexeurs-review/