[Flashcoders] more movieclip loader madness

2011-10-17 Thread [p e r c e p t i c o n]
Hi again! i'm using movieclip loader to download images. very simple stuff. i download an image and animate it across the screen. it has a listener and i use the delegate class to deal with the loadInit callback. the strangest thing is that loadClip continues to be called unless i delete the mov

[Flashcoders] using NetStream to stream mp3 audio

2011-10-17 Thread allandt bik-elliott
I've been googling around to find out how you might do this and as it was SUCH a pain i thought i'd share enjoy a MP3Streamer class package { import flash.display.*; import flash.events.*; import flash.external.*; import flash.media.*; import flash.net.*; /** * case study to create mp3 player

[Flashcoders] SQLite and AIR

2011-10-17 Thread John R. Sweeney Jr.
Howdy all, I have a client that wants their database driven app to work on PC, MAC, iPad2 and Android tablets. Has anyone used the built in SQLite in AIR on these platforms and if so, are there any caveats? I've been searching the web, but don't see a lot of AIR/SQLite specific info and right

[Flashcoders] does akamai multiplayer stream mp3s?

2011-10-17 Thread allandt bik-elliott
hey guys i'm trying to answer this question for myself but the answers don't seem to be forthcoming. can the AkamaiMultiPlayer class be used with mp3s? The documentation and a browse through the code seems to indicate that it does but does anyone here have any experience with doing that? thanks