Actionscript Photo gallery
I've just uploaded a all actionscript gallery. The original code is not mine but I ported it from an example at Kirupa.com
http://bretlanius.com/flash/asgallery/gallery.html
Added another KM/AIR example
Just submitted another AIR/Koolmoves combo.
App Name: FLV-Dropper
This movie shows how to use a Koolmoves media player as a draggable desktop application. This example shows off Adobe AIR's ability to run transparent windows with no system chrome so whatever shaped media player you use is the shape of the application itself. This particular example uses the SmallTV media layer and the application itself can be dragged around the desktop and FLV files can be dropped right onto the app to be loaded into the player automatically. It only accepts FLV drops and ignores other file types dropped.
One finished example and all source included.
P.S. A lot of these I could do as SWF Studio source code but I'm trying to focus on a desktop wrapper users may have easier access to and with AIR being free it wins that contest hands down :)
@Wilbert:
That other one (the 3.4 mg one) was a Google iCal stripper that would grab your online .ics file....tear it to shreds and rebuild it as CSV (for other uses) and as XML suitable for one of your Calendar components. I was playing with Google calendars and wanted to emulate what I did for another guy with a Flex DateChooser as best I could with your f8 calendar. After all was said and done it pretty much displayed your Google calendar in one running calendar of yours and was built with SWF Studio and NOT AIR. Since SWf Studio packs it's own FP9...file sizes are larger but require nothing of the end user (like a runtime). I have a lot of SWF Studio stuff coming because I want the Exchange to encompass every aspect of possible Koolmoves uses and SWf Studio has always supported our platform (we are even in their new 3.5 manual!) and I feel we should return the favor with some source in our exchange for their wrapper and plan on putting code where my mouth is. For now...I will do some AIR while I get the hang of the new 3.5 SWFS :)
Request for additional Exchange category
Wondering if we could submit requests for new categories (or vote,etc) for the Exchange?
Currently we have AS3 classes (for example)
Can we add another?
Proposed:
AS3 Classes - Original Works
AS3 Classes - Mashups
Reason:
There will be cases where we create our own classes from scratch...package all files and submit (original).
There will also be cases where there is original code combined with existing 3rd party classes or snippets (mashups) which may require the end user to have the needed external classes installed (but they may feel uncomfortable distributing other authors publicly available classes or packages).
Selfish Reason:
I have a few items I plan to submit that use TweenMax and other packages like publicly available reflection classes and want to cover this before I do.