Aflax.js is 19k, that's as small as I could get it right now. :-) -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geoff Stearns Sent: Friday, January 06, 2006 12:29 PM To: Open Source Flash Mailing List Subject: Re: [osflash] FlashObject + JS Integration kit
nah it's all pre-flash 8 unfortunately, so we are stuck with the integration kit. you can use FlashObject with ExternalInterface as well (example: http://blog.deconcept.com/code/externalinterface.html ) only without all the bells and whistles... but it's a nice alternative if you don't want the big file size of aflax. Paul Colton wrote: > If you are developing against Flash 8 or higher, you may want to consider > AFLAX, which includes detection and much faster integration through the use > of ExternalInterface. > > http://www.aflax.org > > Paul > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Geoff Stearns > Sent: Friday, January 06, 2006 11:30 AM > To: Open Source Flash Mailing List > Subject: [osflash] FlashObject + JS Integration kit > > We have a number of projects at work that are using the JS Integration > kit these days, and since we also use FlashObject to embed all our Flash > movies, I thought it would be a good thingT to integrate the two scripts. > > So I've modified the JS Integration kit to use FlashObject to embed the > Flash movies. This is good because it includes Flash detection now and > you don't have duplicate code anymore (JS Integration kit used a script > called 'FlashTag' that worked but didn't include any plugin detection). > > So if you are using the integration kit, you might consider checking > this out... > > the proof of concept is up here: > http://blog.deconcept.com/code/intkit/fo_integrationkit.html > > and i'll package up a zip file of the whole thing very soon (once i test > it a bit more to make sure everything works) > > if you don't know about FlashObject, you can read more here: > http://blog.deconcept.com/flashobject/ > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
