RE: Fw: [Flashcoders] Switching sound between boxes and headphones

2007-01-05 Thread Tor.Kristensen
Oh come now! We all know the interwebs are all online in the pipes of cyberspace that are full of trucks on the information superhighway. And besides, isn't it all just AOL? ;) t ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] [ JOB ] Copenhagen, Denmark : Flash + GIS : 30-40days

2006-11-27 Thread Tor.Kristensen
Hey list, this job is still open, and a great opportunity to get some hands on work experience with some powerful flash mapping systems... An experienced freelance Flash Developer is required immediately for a 30 day (extendable to 40 day), on-site contract with a major European

RE: [Flashcoders] Re: [Flickr] Your Photo Upload Failed

2006-11-27 Thread Tor.Kristensen
Got the same behavior here post to flash coders, get msg back from flickr.com Disturbing. Has this happened to anyone else? Is it list-wide or just a few people? t ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or

[Flashcoders] [ JOB ] Copenhagen, Denmark : Flash + GIS : 30-40days

2006-11-22 Thread Tor.Kristensen
An experienced freelance Flash Developer is required immediately for a 30 day (extendable to 40 day), on-site contract with a major European institution in the centre of Copenhagen, Denmark. You will be working on improvements to a Flash based GIS (Geospatial Information System) system with

[Flashcoders] simplest file/folder access ?

2006-10-16 Thread Tor.Kristensen
Hey all, I want to create a projector that can recurse down a folder tree and build a list of files. (for an image remixer project) All the commercial EXE packagers have a million bells-and-whistles on them, and I'm only looking for the file/folder functionality. Anyone know a

[Flashcoders] jsfl - set all bitmaps in library to photo compression

2006-08-25 Thread Tor.Kristensen
I had a project recently that was originally developed as a CDROM by a 3rd party, but then had to be migrated to the web. Many of the lib items (1000's of items) had been set with specific compression values or Lossless. This ended up with a 60MB swf file. Ick. So I brewed up this little JSFL

RE: [Flashcoders] dot matrix gameboy style

2006-06-19 Thread Tor.Kristensen
You need to essentially code your own BitmapDataSprite class, but it's not a very big deal. I have a fairly speedy library for BitmapData-only animations with multiple autonomous Sprites manipulating/existing-within a Bitmapdata Stage class. Writing your own event stack to create the various

RE: [Flashcoders] Calculate Color on a Gradient Given a Percentage

2006-06-16 Thread Tor.Kristensen
Hi Jeff, Here's a class that will generate an array for N elements that blends between two RGB values. Example: import org.bespoke.color.ColorBlend; var myBlender:ColorBlend=new ColorBlend(0xFF,0x00FF00); //to get the RGBN value at 46% between the two... var

RE: [Flashcoders] wmode=transparent, special fonts in input tex, any news?

2006-06-02 Thread Tor.Kristensen
Look at ExternalInterface for easy Browser-Flash communication ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

RE: [Flashcoders] HELP STILL NEEDED, PLEASE!

2006-05-24 Thread Tor.Kristensen
var isFinishedPlaying:Boolean = targetSlide.targetExternalSwf._currentframe== targetSlide.targetExternalSwf._totalframes; ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] adding tiny decimals to _x

2006-02-14 Thread Tor.Kristensen
Calculate the x as a function of the time elapsed Basically, just as a Tween would. t ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

RE: [Flashcoders] GIS data and Flash

2005-10-27 Thread Tor.Kristensen
Hi Weyert, You could take a look at the work Jan Bliki has done at www.bliki.com Several components/apps there for talking to GIS data from ESRI. Cheers, Tor Kristensen ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com