RE: [Flashcoders] efficient htmltext.reduce() function? orsimilaridea?

2006-01-18 Thread Gunnar Reinseth
Well, it would reduce the amount of code used to search the string. But could you give an example string, and how it should look after being reduced two times ( i.e. htmltext.reduce(2) ) ? -- gunnar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jayson

RE: [Flashcoders] efficient htmltext.reduce() function? orsimilaridea?

2006-01-18 Thread Gunnar Reinseth
disregard this last post - the issue was well explained in later posts :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gunnar Reinseth Sent: 18. januar 2006 09:08 To: Flashcoders mailing list Subject: RE: [Flashcoders] efficient htmltext.reduce()

RE: [Flashcoders] How to Build a Flash Bandwidth Tester?

2006-01-18 Thread Martin Klasson
They could be using Flashcomm for measuring the upload-check I guess. There might be ways to test it without flashcomm. Perhaps you could send of a really big xml-string through the XML's sendAndLoad for flash 7... Or might use the Fileupload in flash8, but I haven't tested it, and it probably

[Flashcoders] Re: How to Build a Flash Bandwidth Tester?

2006-01-18 Thread Jiri Heitlager
He, I did the test and used the Firefox extension Live HTTP headers, to see what is going on. I suspect they determine the upload speed by using SendAndLoad(), because Flash calls a php file called upload.php wich generates a var called content and is a massive string of random letters it

RE: [Flashcoders] PrintJob Landscape printing with Portrait

2006-01-18 Thread Steven Sacks
Here is a refined version of my function: function printImage(mc) { var realW = mc._width; var realH = mc._height; pj = new PrintJob(); var pageCount = 0; if (pj.start()) { var cXscale, cYscale; if

RE: [Flashcoders] efficient htmltext.reduce() function? orsimilaridea?

2006-01-18 Thread Gunnar Reinseth
Here's a full example implemented in Java. Shouldn't be any problem to implement in AS. http://www.prepost.net/misc/Test.java -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jayson K Hanes Sent: 17. januar 2006 20:03 To: Flashcoders mailing list Subject:

[Flashcoders] MX 2004 and keyboard shortcuts

2006-01-18 Thread Roman Blöth
Hey there, has someone ever managed to change the keyboard shortcuts for Flash's AS-editor's copy paste from ctrl-c / ctrl-v to ctrl-ins / shift ins? The menu item Edit - Keyboard Shortcuts lets me change these settings explicitly, if I switch to my own settings (cannot change these for

RE: [Flashcoders] MX 2004 and keyboard shortcuts

2006-01-18 Thread Steven Sacks
Because they're system level not application level. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roman Blöth Sent: Wednesday, January 18, 2006 1:57 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] MX 2004 and keyboard

RE: [Flashcoders] Cross platform text woes

2006-01-18 Thread Karina Steffens
Hi Bill, Thanks for your reply. Do you mean to use style sheets even if I'm not changing the sizes of the fonts in html, but just using the one size set in the properties panel? PS - Forgot to mention, still using MX2004 to author. Karina -Original Message- From: Bill Numerick

Re: [Flashcoders] MX 2004 and keyboard shortcuts

2006-01-18 Thread Roman Blöth
Steven Sacks schrieb: Because they're system level not application level. Well, I always thought shift-/ctrl-ins IS system level under windows. At least it works in any of my programs except macromedia So it more seems like this not-functioning is due to the application, not the system?!

Re: [Flashcoders] Frame or duration limit on FLV

2006-01-18 Thread Jim Berkey
I've got a project with roughly 150 MPEG videos (anywhere from 3-20 minutes each) that I'm preparing to convert to FLV. I'm aware of this tech note regarding the 16,000 frame limit for .fla/.swf ( http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14437 ) but my client just

RE: [Flashcoders] Frame or duration limit on FLV

2006-01-18 Thread Kabir S Chandhoke
FLV has no frame or time limit. SWF has a maximum frame limit of 16,000. -kabir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Berkey Sent: Wednesday, January 18, 2006 6:29 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Frame or duration

Re: [Flashcoders] Frame or duration limit on FLV

2006-01-18 Thread Weyert de Boer
Kabir S Chandhoke wrote: FLV has no frame or time limit. SWF has a maximum frame limit of 16,000. Hmm, that's still around 10 hours ( 16.000 / 25 = n / 60 = ~10.66) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Documenting my code

2006-01-18 Thread Jobe Makar
Hi guys, I've recently purchased AS2Doc to generate documentation from my ElectroServer class file. The software works pretty well, but it appears the Mirell (company that owns it) is now a ghost town or something. There are no responses to my support requests at all. Emails to their busdev

[Flashcoders] my old problem... with big loads of swf's

2006-01-18 Thread julian atienza
At least somebody helps me... I posted my problem here several times, about swf's and big loads in projector but no solutions. Some helpful and patient words, but i was beleaving i was going crazy (everybody tolds me here that it wasn't a normal success) I posted my question in Creative Cow:

Re: [Flashcoders] Documenting my code

2006-01-18 Thread eric dolecki
BLDoc for PC VisDoc for OS X (rocks) On 1/18/06, Jobe Makar [EMAIL PROTECTED] wrote: Hi guys, I've recently purchased AS2Doc to generate documentation from my ElectroServer class file. The software works pretty well, but it appears the Mirell (company that owns it) is now a ghost town or

Re: [Flashcoders] Documenting my code

2006-01-18 Thread Jobe Makar
Thanks Eric. I saw BLDoc, but it says its in beta. Is it solid? Jobe Makar http://www.electrotank.com http://www.electro-server.com phone: 919-609-0408 mobile: 919-610-5754 fax: 919-341-8104 - Original Message - From: eric dolecki [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] Documenting my code

2006-01-18 Thread Ian Thomas
We've jsut started using AS2API - http://www.badgers-in-foil.co.uk/projects/as2api/ - which works fine for us on Windows (but had issues on Linux, sadly, although I think that's because our Linux box needs a good cleanup). Cheers, Ian On 1/18/06, eric dolecki [EMAIL PROTECTED] wrote: BLDoc

Re: [Flashcoders] my old problem... with big loads of swf's

2006-01-18 Thread Ramon Tayag
I don't believe there is any way to fix this - just like if you launch Photoshop while playing an animation, it's gonna stutter. I wanted to do something like this before. I had to search through a large XML, and I didn't want the computer to freeze while the search took place because the search

Re: [Flashcoders] Frame or duration limit on FLV

2006-01-18 Thread Burak KALAYCI
Hi, FLV format has timestamps in milliseconds in 24 bit unsigned integers. That should be a limit about 4.66 hours. Best regards, Burak www.asvguy.com Burak KALAYCI, Manitu Group http://www.buraks.com http://www.manitugroup.com - Original Message - From: Kabir S Chandhoke [EMAIL

Re: [Flashcoders] easy to implement a* flash classes?

2006-01-18 Thread grimmwerks
Thanks all -- Franto yours is the way I want to go - but how can I modify your code for a bigger map? Meaning I've got a HUGE bitmap that I want to create a matrix for -- and rather than the 8x8 tile I'm thinking something much larger, ie 50x50 blocks - so I modified the mc's to be 50x50 --

[Flashcoders] Flash Media Server

2006-01-18 Thread Martin Klasson
Hi Coders. I guess this is the wrong list to be talking about Flash Media Server. But I do have serious installation-problems which makes the FMS running and working, but the samples doesn't. rtmpt works when set in the source-file, but rtmp didn't, and now neither one works. Are there any

Re: [Flashcoders] Flash Media Server

2006-01-18 Thread Jim Armstrong
At 03:40 PM 1/18/2006 +0100, you wrote: Are there any great technical forums in which is for FMS questions? -I have tried the forum at flashcomguru.com, but that had low traffic and no help given from there. http://chattyfig.figleaf.com/mailman/listinfo/flashcomm hth! - jim 2112 FX

Re: [Flashcoders] Documenting my code

2006-01-18 Thread Weyert de Boer
Hi Jobe, You could consider using Doc-O-Matic it's really nice I use it for all my .NET, Delphi projects. It also has generic or javascript support... Yours, Weyert de Boer ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] voice recognition in flash

2006-01-18 Thread Eduardo Silva
Hi all, I looked in web this subject, but I did not have success, somebody knows if it is possible to make voice recognition in flash? sorry my bad english... tks, etruta ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Documenting my code

2006-01-18 Thread eric dolecki
Perhaps someone at Adobe will build a great Documenting application that ships with Flash 9 or something. Or perhaps Alessandro can build something that bolts onto SEPY? ;) -edolecki On 1/18/06, Weyert de Boer [EMAIL PROTECTED] wrote: Hi Jobe, You could consider using Doc-O-Matic it's

Re: [Flashcoders] voice recognition in flash

2006-01-18 Thread elibol
Most probably not on the web, Actionscript does not provide a way to watch sound frequencies. Mario Klingemann has written a visualization script that responds to sound frequencies using 3rd party software which plays mp3s and passes frequency values to a swf file. This is a desktop application

[Flashcoders] Application development in flash for MAC

2006-01-18 Thread rishi
Hi I want to develop an application in flash which needs to be deployesd at desktop on a mac operating system. I would like to know about all options available where I can use flash on the front end on mac and I can have access to make database operations and Files system moperations on my

Re: [Flashcoders] Application development in flash for MAC

2006-01-18 Thread Flapflap
rishi a écrit : Hi I want to develop an application in flash which needs to be deployesd at desktop on a mac operating system. I would like to know about all options available where I can use flash on the front end on mac and I can have access to make database operations and Files system

Re: [Flashcoders] MX 2004 and keyboard shortcuts

2006-01-18 Thread Jason Lutes
Well, I always thought shift-/ctrl-ins IS system level under windows. At least it works in any of my programs except macromedia So it more seems like this not-functioning is due to the application, not the system?! I've also run into a few issues with the custom keyboard shortcuts in

[Flashcoders] Flash mp3 player

2006-01-18 Thread mika
Hello I'm looking for a simple and efective mp3 player (flashplayer 7). it just need to load a playlist, play, pause, next, prev, choose a track and voila. Could you recommand one you used and worked well ? thx a lot mika ___ Flashcoders mailing list

Re: [Flashcoders] my old problem... with big loads of swf's

2006-01-18 Thread Nathan Derksen
Have you tried loading them into movie clips instead of levels? I generally try staying away from levels when at all possible. Also, you can use the movie clip loader class to make the movie clip loads sequential, loading the next movie after the previous movie generates an onLoadInit

Re: [Flashcoders] Documenting my code

2006-01-18 Thread Alan MacDougall
Ian Thomas wrote: We've jsut started using AS2API - http://www.badgers-in-foil.co.uk/projects/as2api/ - which works fine for us on Windows (but had issues on Linux, sadly, although I think that's because our Linux box needs a good cleanup). Perhaps you could share how you got it working? I

Re: [Flashcoders] Documenting my code

2006-01-18 Thread Ian Thomas
Hi Alan, That one's pretty simple - we didn't even try. I too get the huge barf of 'no definition' output for the MX classes. But I didn't need to document the MX classes, so didn't bother looking into how to do so - the output from as2api _without_ those classes is absolutely fine for what we

Re: [Flashcoders] Documenting my code

2006-01-18 Thread Alan MacDougall
Ian Thomas wrote: Hi Alan, That one's pretty simple - we didn't even try. I too get the huge barf of 'no definition' output for the MX classes. But I didn't need to document the MX classes, so didn't bother looking into how to do so - the output from as2api _without_ those classes is

RE: [Flashcoders] voice recognition in flash

2006-01-18 Thread Ralph Caraveo
You might want to wait for Flash Player 8.5 and AS3.0 With AS3.0 you can use the computeSpectrum functionality on an audio file and get a byteArray of all it's spectrum/frequency data. -Ralph -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johan Lopes

Re: [Flashcoders] voice recognition in flash

2006-01-18 Thread elibol
Oh wow, VoiceXML sounds like the perfect solution. Could it be used to output mp3 frequencies? H On 1/18/06, Johan Lopes [EMAIL PROTECTED] wrote: Look into VoiceXML. It would be possible to let a server-side API deal with the voice recognition part and use the VoiceXML specification as a

Re: [Flashcoders] voice recognition in flash

2006-01-18 Thread elibol
That's way intense Ralph, it sounds like what I've been waiting for my entire life! H On 1/18/06, Ralph Caraveo [EMAIL PROTECTED] wrote: You might want to wait for Flash Player 8.5 and AS3.0 With AS3.0 you can use the computeSpectrum functionality on an audio file and get a byteArray of all

Re: [Flashcoders] Application development in flash for MAC

2006-01-18 Thread erixtekila
mProjector is crossplateform now. Nice. You can try XUL with swf embed Very good point. Don't know if Screenweaver OS 4 (crossplatform) is here Anyone knows ? Cheers. --- erixtekila http://blog.v-i-a.net/ ___ Flashcoders mailing list

[Flashcoders] Flash and Pop Up Windows

2006-01-18 Thread blists
We are trying to open a new window from flash. But it gets blocked by the yahoo toolbar whether we use the getUrl(url,_blank) method or call javascript to open the window. How can we get around this? Brookd ___ Flashcoders mailing list

RE: [Flashcoders] Flash and Pop Up Windows

2006-01-18 Thread Ralph Caraveo
You really can't control or expect what the user will have installed to block popups. Also, some popup blockers have a different level of tolerance set so I don't think there is a real way to remedy the situation unfortunately. Too bad there wasn't a:

RE: [Flashcoders] Flash and Pop Up Windows

2006-01-18 Thread Merrill, Jason
There is no way around it, other than warning your users they need to allow popups before proceeding - or develop your site in a way that doesn't require popups. Popups are kind of becoming bad design now days anyway because of the proliferation of popup blockers and browsers that have popup

[Flashcoders] clearInterval question

2006-01-18 Thread grimmwerks
Hey - say I've got a repeating setInterval. If I hit clearInterval() while it's waiting, does it hit that function one more time or stop it immediately? I'm having some kind of ghosted thing happening over here... ___ Flashcoders mailing list

[Flashcoders] OT: Saving as MX2004 from v.8

2006-01-18 Thread Jason Lutes
If it's possible, how can I have Flash 8 automatically assume that I want to save a FLA in the older format? In other words, we need to be able to hit CTRL+S and have the document save in MX2004 format. - pixelTwiddler, a.k.a. Jason ___ Flashcoders

[Flashcoders] FLVPlayback complete event not firing.

2006-01-18 Thread Dan Wade
Hello, I'm using the flvPlayback component. Then adding listener: vidPlayBack_cmp.complete = function( evt:Object ):Void { this._visible = false; } vidPlayBack_cmp.addEventListener(complete); Simple enough. But the event never fires. Any ideas/experience with this? I'm thinking the actual

Re: [Flashcoders] OT: Saving as MX2004 from v.8

2006-01-18 Thread Michael Stuhr
Jason Lutes schrieb: If it's possible, how can I have Flash 8 automatically assume that I want to save a FLA in the older format? In other words, we need to be able to hit CTRL+S and have the document save in MX2004 format. good luck. so many people asked for this in fmx2k4. seems none ever

Re: [Flashcoders] OT: Saving as MX2004 from v.8

2006-01-18 Thread Johannes Nel
no its not possible. once you do a save as an then do a save as again you can just press enter, enter (pain in the rear) -- j:pn ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] modelChanged Tree component

2006-01-18 Thread Johannes Nel
Hi All I have a model which dispatches the model change event which in turn gets caught by the Tree (i have established this by subclassing the tree and checking if the events come in), but my tree just does not update and to add insult to injury after that it stops dispatching nodeOpen events in

[Flashcoders] Looking for a guide to mxp, mxi and templetes creation

2006-01-18 Thread Manuel Saint-Victor
Good afternoon Flashcoders. I'm looking for an online resource to guide me through the creation of an extension that would install some files in the WindoSWF folder as well as extract some templates into the template libary in the Flash IDE. Can anyone suggest some resources that would start me

Re: [Flashcoders] Flash and Pop Up Windows

2006-01-18 Thread Radley Marx
I'm no expert, but we've had some success reconfiguring pop-ups. It seem that many blockers sort through the code used for the pop-up. There's several parameters you can use (size, scrollbars, etc). If all of these (except the URL) are defined in the Javascript on the page, the pop-up

Re: [Flashcoders] Looking for a guide to mxp, mxi and templetes creation

2006-01-18 Thread Johannes Nel
a good start for mxi creation http://www.muzakdeezign.com/mxi_creator/index.asp On 1/18/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: Good afternoon Flashcoders. I'm looking for an online resource to guide me through the creation of an extension that would install some files in the

[Flashcoders] Flash 8 Mac Projector - Remoting Issue

2006-01-18 Thread Lightmaker (James Laver)
Hi, I have stumbled into a problem with the Flash 8 Mac Projector when sending Remoting calls. I've created a VERY simple movie that connects to an equally simple Coldfusion CFC and returns a result. I am developing within Flash 8 for Windows and exporting to swf, exe and hqx files. When

RE: [Flashcoders] Flash 8 Mac Projector - Remoting Issue

2006-01-18 Thread Robert A. Colvin
I have seen this before but it usually has to do with the player GC and how your declaring crutial vars. If you can post some code to target the issue Cheers Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lightmaker (James Laver) Sent:

RE: [Flashcoders] Flash 8 Mac Projector - Remoting Issue

2006-01-18 Thread Lightmaker (James Laver)
Thanks for the reply Robert. The strangest thing about this problem is that the first two calls work perfectly; its just any following calls just vanish! Below is the code we are using for testing: //import mx.remoting.*; //import mx.services.*; //import mx.rpc.*; import mx.remoting.Service;

Re: [Flashcoders] Looking for a guide to mxp, mxi and templetes creation

2006-01-18 Thread Manuel Saint-Victor
Johannes, I've been reading that this morning and it's definitely been moving my progress along. Thanks. Any other places that could guide me to including perhaps scripts that would create a custom folder in the templates panel with some fla files? I was researching the lecture that Guy Watson

Re: [Flashcoders] Looking for a guide to mxp, mxi and templetes creation

2006-01-18 Thread Johannes Nel
no use flFile its part of the 7.2 update On 1/18/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: Johannes, I've been reading that this morning and it's definitely been moving my progress along. Thanks. Any other places that could guide me to including perhaps scripts that would create a

Re: [Flashcoders] Looking for a guide to mxp, mxi and templetes creation

2006-01-18 Thread Johannes Nel
oh thats the one you are talking about, got confused since guy also had another unsuported fileAPi in the past On 1/18/06, Johannes Nel [EMAIL PROTECTED] wrote: no use flFile its part of the 7.2 update On 1/18/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: Johannes, I've been reading

Re: [Flashcoders] FLVPlayback complete event not firing.

2006-01-18 Thread clark slater
This is caused by a poorly coded flv. I have encountered it before and finally tracked it down to our client using a desperately underpowered machine to encode the flv. On 1/18/06, Dan Wade [EMAIL PROTECTED] wrote: Hello, I'm using the flvPlayback component. Then adding listener:

[Flashcoders] Remoting java and HttpSession recovery

2006-01-18 Thread Felipe Fernandez
Hi, my question is: Is there any way of rescue httpsession in server side java using remoting? That is, I have a remoting call from flash to flash remoting working under java and in server side I need some values stored in client HttpSession? Is this posible? Perhaps using Filter in servlet 2.3

[Flashcoders] Q:Tracing out objects in an array

2006-01-18 Thread bitstreams
Hi I'm populating an array with objects. When I trace out the array I get ==[object Object] Whats the best way to trace out the contents of the objects once they're in the array? Thansk in advance Jim Bachalo [e] jbach at bitstream.ca [c] 416.668.0034 [w] www.bitstream.ca

Re: [Flashcoders] Documenting my code

2006-01-18 Thread ryanm
Or, can anyone suggest an alternative software that takes the java-doc style comments and create documentation? Check out NaturalDocs. It's free (open course), and it reads almost any style of comments. ryanm ___ Flashcoders mailing list

Re: [Flashcoders] Documenting my code

2006-01-18 Thread Andy Johnston
also could try: http://www.jellyvision.com/actiondoc/ stand alone and nice ryanm wrote: Or, can anyone suggest an alternative software that takes the java-doc style comments and create documentation? Check out NaturalDocs. It's free (open course), and it reads almost any style of

[Flashcoders] Flash 8 inside Director MX 2004

2006-01-18 Thread Ralph Caraveo
Hey List, Trying to figure out if it's possible to use Flash 8 with the new built in effects within Director mx 2004? Has anyone gotten this to work or is the only solution to just wait and see if Macromedia *feels* like updating Director? -Ralph Choice Internet Home Page

Re: [Flashcoders] Flash 8 inside Director MX 2004

2006-01-18 Thread stacey
the flash asset xtra needs to be updated and I'm totally unaware if they have done that or not. Hey List, Trying to figure out if it's possible to use Flash 8 with the new built in effects within Director mx 2004? Has anyone gotten this to work or is the only solution to just wait and see

RE: [Flashcoders] Flash 8 inside Director MX 2004

2006-01-18 Thread Ralph Caraveo
In case anyone cares I found this little tidbit of insider information: http://weblogs.macromedia.com/thiggins/archives/2005/09/flash_8_asset_x. cfm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 4:08

Re: [Flashcoders] Flash 8 inside Director MX 2004

2006-01-18 Thread Roy Pardi
At 3:59 PM -0800 1/18/06, Ralph Caraveo wrote: Hey List, Trying to figure out if it's possible to use Flash 8 with the new built in effects within Director mx 2004? Has anyone gotten this to work or is the only solution to just wait and see if Macromedia *feels* like updating Director? From

Re: [Flashcoders] Flash 8 Mac Projector - Remoting Issue

2006-01-18 Thread Chris Velevitch
Although I'm not using Macs, when I do the call to the remote server I always pendingCall.responder = new RelayResponder(this, onResult, onFault); According to the AS2 Flash Remoting help [1] , the PendingCall class has only one property: responder: Responder where Responder is an

[Flashcoders] v2 tab component

2006-01-18 Thread Dave Caygill
Hello I'm creating an open source educational app in AS2.0 and need a tab bar component - ideally one that supports the UIComponent stuff like setStyles etc... I cant seem to find anything available, only mentions of one in the DRK5 but now you cant buy it anymore. I also see there is one

RE: [Flashcoders] Q:Tracing out objects in an array

2006-01-18 Thread Andreas Weber
Very convenient: mx.data.binding.ObjectDumper http://weblogs.macromedia.com/dehaan/archives/2005/04/hidden_componen.cf m hth -- Andreas Weber motiondraw.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Donnerstag,

[Flashcoders] Flash Developer postion

2006-01-18 Thread Bennie Boone
Flash Developer: ActionScript 2.0 Intensive AnimationMetentor.com (www.animationmentor.com) is a progressive rapidly growing E-Learning school. We are looking for a talented Sr. Flash Developer to fill our full-time Flash/ActionScript 2.0 Developer in our Berkeley office.

Re: [Flashcoders] Flash mp3 player

2006-01-18 Thread Danger
http://www.thegoldenmean.com/technique/fmx_mp3-3_14.html On 1/19/06, mika [EMAIL PROTECTED] wrote: Hello I'm looking for a simple and efective mp3 player (flashplayer 7). it just need to load a playlist, play, pause, next, prev, choose a track and voila. Could you recommand one you used and