[Flashcoders] Preloaders and Classes/Audio ...

2007-01-31 Thread Stephen Ford
As I understand it, the best way (or one of) to have a preloader start at 0% when using classes is to uncheck 'export in first frame' for all clips associated with a class in your movie, and set the export classes frame (in publish settings) to a frame other than frame 1. Then dump all clips

Re: [Flashcoders] Preloaders and Classes/Audio ...

2007-01-31 Thread Hans Wichman
Hi, dont know, what happens if you try what you describe and watch the bandwidth profiler? :) greetz JC On 1/31/07, Stephen Ford [EMAIL PROTECTED] wrote: As I understand it, the best way (or one of) to have a preloader start at 0% when using classes is to uncheck 'export in first frame' for

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread Micky Hulse
Mick G wrote: This is very small and non-profit. I cannot pay you Classic! You may wish to read this... http://positionrelative.wordpress.com/2007/01/23/craigs-pissed/ Mick! Thanks for sharing link! Good read. Adding to my delicious. :) -- Wishlist: http://snipurl.com/vrs9 Switch:

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread Ramon Miguel M. Tayag
This is more for designers, but it's applicable to many fields: http://www.no-spec.com/ On 1/31/07, Micky Hulse [EMAIL PROTECTED] wrote: Mick G wrote: This is very small and non-profit. I cannot pay you Classic! You may wish to read this...

RE: [Flashcoders] Remove / Hide a video component

2007-01-31 Thread Paul Steven
Further to my last problem, I am also having a problem removing a custom UI seekbar. It seems that once the SeekBar instance has been associated with the FLVPlayback instance, it will remain on screen even when I try to set its visibility to false. I am using the Flash 8 FLVPlayback Component

Re: [Flashcoders] full screen window

2007-01-31 Thread Henry Cooke
if opening a fullscreen window on a click is possible then y can't on onLoad event. It's a matter of user experience. If they've clicked a link, you can be pretty sure they wanted the popup. If you're doing it in an onLoad: 1) the user hasn't asked for it 2) it could be used to mislead the

[Flashcoders] Very large html document created by Flash 8 Publish

2007-01-31 Thread Paul Steven
Anyone experienced this problem. When I publish my flash movie, it creates an html page that is over 3mb... It appears to have lots of font information in it Here is a snippit html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en head meta http-equiv=Content-Type content=text/html;

Re: [Flashcoders] Very large html document created by Flash 8 Publish

2007-01-31 Thread Jim Berkey
All of the text and links used in a swf are by default published as comments in an html page outputted by the Flash IDE. The reason is to show that data to Google and other search engines. All of those comments may be deleted without any adverse effects to the swf or viewed page. And Google

RE: [Flashcoders] Very large html document created by Flash 8 Publish

2007-01-31 Thread Paul Steven
Thanks jimbo - I wasn't aware of this. Is this something that has recently happened? I will be sure to look into Geoffs SWFObject Many thanks Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Berkey Sent: 31 January 2007 13:25 To:

RE: [Flashcoders] Very large html document created by Flash 8 Publish

2007-01-31 Thread Jim Berkey
The comments with text and url's have been inserted for a long time, usually there isn't such a large amount that one noticed it. Geoff's javascript solution has been generally regarded as the best/easiest to implement, fully xhtml compliant method to place swf's on pages for some time now.

[Flashcoders] load image from local machine into browser based swf?

2007-01-31 Thread Aaron Haines
I'm guessing that this isn't possible, but I would love someone to prove me wrong ; ) Is there any way to allow the user to select an image file on their local machine and then load the image directly into a SWF running in a browser from a remote server without using any server-side script?

[Flashcoders] path to upper level folder

2007-01-31 Thread natalia Vikhtinskaya
Hi to all I am trying to find way to get images that are in folder with upper level _folder_with_images (1) _folder_with_swf with path to folder_with_images (2) Is it possible? Everything what I tried does not work. Thank you for your help. ___

RE: [Flashcoders] path to upper level folder

2007-01-31 Thread Merrill, Jason
Where is the images folder relative to the location of the HTML that enbeds the Flash? Paths from the .swf are relative to the HTML, not to the .swf. Jason Merrill Bank of America Learning Organizational Effectiveness -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] path to upper level folder

2007-01-31 Thread natalia Vikhtinskaya
Swf and html are in the same folder. I need to have folder_with_images available for two folders _folder_with_images _folder1, _folder2 folder 1 and 2 have swf and html and I want to loaded images to both swf. 2007/1/31, Merrill, Jason [EMAIL PROTECTED]: Where is the images folder

[Flashcoders] Progresivly track upload speed

2007-01-31 Thread Chase Brammer
Is there any way to progressively track upload speed in flash? Cheers, Chase ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread Gustavo Duenas
Sorry, but my family don't get feed with the non-profit I cannot pay rethoric. Regards On Jan 31, 2007, at 1:26 AM, Swivelgames Support wrote: Hey, I am looking for some US based or English speaking Flash Programmers to help out with me on a small project. This is very small and non-profit.

[Flashcoders] onLoadInit running when swf doesn't exist

2007-01-31 Thread Danny Kodicek
I've got some information that might either be contained in a swf file or an xml file. What I'm doing (stripped down) is this: function loadText():Void { var tSwf:String = pPath + texts.swf; var tContainer:MovieClip = this.createEmptyMovieClip(txt, this.getNextHighestDepth());

RE: [Flashcoders] path to upper level folder

2007-01-31 Thread Merrill, Jason
Swf and html are in the same folder. I need to have folder_with_images available for two folders folder_with_images available for two folders _folder_with_images _folder1, _folder2 folder 1 and 2 have swf and html and I want to loaded images to both swf. OK, I'm thorouoghly confused as to

Re: [Flashcoders] path to upper level folder

2007-01-31 Thread natalia Vikhtinskaya
I have two folders.Each of them has html with swf. Swf loads images. www - folder_with_images - folder1-html and swf - folder2-html and swf Is it possible to have relative path in swf to to the folder with images? 2007/1/31, Merrill, Jason [EMAIL PROTECTED]: Swf and html are in the

RE: [Flashcoders] path to upper level folder

2007-01-31 Thread Merrill, Jason
Sounds like you have three folders, not two. So if I understand your setup, you would access the images in the images folder, which it sounds like is one level down from either folder1 or folder2 - like this: loadMovie(../folder_with_images/theFile.jpg) Jason Merrill Bank of America

Re: [Flashcoders] path to upper level folder

2007-01-31 Thread Andy Herrman
Ok, so is this what your directory structure looks like: /PATH/folder_with_images/ /PATH/folder1 /PATH/folder2 ? If so, you would just use ../folder_with_images to access that folder from the swf/html that's in either folder1 or folder2. -Andy On 1/31/07, natalia Vikhtinskaya [EMAIL

Re: [Flashcoders] path to upper level folder

2007-01-31 Thread robert
I think this is what you want: with this swf inside folder1-html: mc.loadMovie('../folder_with_images/image1.jpg') On Jan 31, 2007, at 8:27 AM, natalia Vikhtinskaya wrote: I have two folders.Each of them has html with swf. Swf loads images. www - folder_with_images - folder1-html and

Re: [Flashcoders] onLoadInit running when swf doesn't exist

2007-01-31 Thread Andy Herrman
I've seen issues where a download fails (connection is cut off after it started) where onLoadInit is called instead of onLoadError. To detect this I simply check the bytesLoaded versus bytesTotal on the movie clip I was loading it into. It's possible you're hitting the same situation (file

RE: [Flashcoders] onLoadInit running when swf doesn't exist

2007-01-31 Thread Alain Rousseau
have you tried defining your listening function before your loadText function ? Had similar problems when defining the event handlers after the load() call. Also you could use LoadVars to test the existence of the file firsthand. import mx.utils.Delegate; var fileExists:Boolean = false; var

RE: [Flashcoders] path to upper level folder

2007-01-31 Thread Keith Reinfeld
Your path should look like this: ../folder_with_images/yourimage.jpg -Keith http://keithreinfeld.home.comcast.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of natalia Vikhtinskaya Sent: Wednesday, January 31, 2007 10:28 AM To: Flashcoders mailing

Re: [Flashcoders] path to upper level folder

2007-01-31 Thread natalia Vikhtinskaya
THANK YOU! It works. 2007/1/31, Andy Herrman [EMAIL PROTECTED]: Ok, so is this what your directory structure looks like: /PATH/folder_with_images/ /PATH/folder1 /PATH/folder2 ? If so, you would just use ../folder_with_images to access that folder from the swf/html that's in either folder1

[Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Max Kaufmann
The following movie freezes up for no discernable reason, there's not even any actionscript or tweening or anything. It's just shapes in keys: http://www.mentalpicture.net/misc/test.html The small web file (http://www.mentalpicture.net/misc/test.swf) runs fine directly in the flash player, just

[Flashcoders] NYC Flash Developer needed

2007-01-31 Thread Alan Ruthazer
~o ~o ~o ~o ~o ~o ~o ~o Looking to get support from a full time or contract Flash developer who is ideally located in or near New York City. We are an award winning interactive development shop with an amazing team of talent and some very interesting projects on the horizon. We are

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Hans Wichman
Hi, doesnt freeze up here, but dont know if that helps:) greetz JC On 1/31/07, Max Kaufmann [EMAIL PROTECTED] wrote: The following movie freezes up for no discernable reason, there's not even any actionscript or tweening or anything. It's just shapes in keys:

Re: [Flashcoders] path to upper level folder

2007-01-31 Thread Hans Wichman
Hi, one more note, it works UNTIL your html and swf are no longer in the same directory. If that ever happens, _url will be your best friend. greetz JC On 1/31/07, natalia Vikhtinskaya [EMAIL PROTECTED] wrote: THANK YOU! It works. 2007/1/31, Andy Herrman [EMAIL PROTECTED]: Ok, so is this

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Jim Berkey
Stops for me on frame 10, just like you said, only in browsers. Never saw anything like that. I even copied the frames to a new flash file, with no change. *** REPLY SEPARATOR *** On 1/31/2007 at 12:10 PM Max Kaufmann wrote: The following movie freezes up for no discernable

Re: [Flashcoders] load image from local machine into browser based swf?

2007-01-31 Thread Omar Fouad
surely u cant On 1/31/07, Aaron Haines [EMAIL PROTECTED] wrote: I'm guessing that this isn't possible, but I would love someone to prove me wrong ; ) Is there any way to allow the user to select an image file on their local machine and then load the image directly into a SWF running in a

[Flashcoders] Re: very basic movie freezing up (???)

2007-01-31 Thread jason vancleave
Same here only in the browser - IDE is fine I put this on frame 1 this.onEnterFrame = function(){ trace(_currentFrame); } and got this out of the debug player: C:\tail -f C:\Documents and Settings\Administrator\Application Data\Macromedia\Flash Player\Logs\flashlog.txt 2 3 4 5 6 7 8 9 10

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Omar Fouad
no the movie is working fine and looping, not freezing On 1/31/07, Jim Berkey [EMAIL PROTECTED] wrote: Stops for me on frame 10, just like you said, only in browsers. Never saw anything like that. I even copied the frames to a new flash file, with no change. *** REPLY SEPARATOR

Re: [Flashcoders] Progresivly track upload speed

2007-01-31 Thread Omar Fouad
be more clear please On 1/31/07, Chase Brammer [EMAIL PROTECTED] wrote: Is there any way to progressively track upload speed in flash? Cheers, Chase ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] load image from local machine into browser based swf?

2007-01-31 Thread Andy Stone
You can upload the image to a folder then load it from it's location on the server. -Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Haines Sent: Wednesday, January 31, 2007 10:01 AM To: 'Flashcoders mailing list' Subject: [Flashcoders] load

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Zeh Fernando
The following movie freezes up for no discernable reason, there's not even any actionscript or tweening or anything. It's just shapes in keys: http://www.mentalpicture.net/misc/test.html The small web file (http://www.mentalpicture.net/misc/test.swf) runs fine directly in the flash player,

RE: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Merrill, Jason
no the movie is working fine and looping, not freezing Not for me with Flash player 9. Animation plays and then stops. Jason Merrill Bank of America Learning Organizational Effectiveness ___ Flashcoders@chattyfig.figleaf.com To change your

RE: [Flashcoders] Progresivly track upload speed

2007-01-31 Thread Steven Sacks | BLITZ
Is there any way to progressively track upload speed in flash? http://www.speedtest.net/ ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] Progresivly track upload speed

2007-01-31 Thread Cay Garrido H.
onProgress(file, bytesLoaded, bytesTotal); Chase Brammer escribió: Is there any way to progressively track upload speed in flash? Cheers, Chase ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] load image from local machine into browser based swf?

2007-01-31 Thread Dave Wood
Is there any way to allow the user to select an image file on their local machine and then load the image directly into a SWF running in a browser from a remote server without using any server-side script? I have a need to do this also - to alow a user to select one of their own images

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread R�kos Attila
It works in the Flash 8 IDE and in the stand-alone player version 8, but in player 9 it crashes (stand-alone) or freezes (browser plug-in). Attila ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] flv playback stalling

2007-01-31 Thread Sam Thorne
Hi All, I have an flv loading into an instance of flvPlayback, all of a sudden it has started freezing about 2 seconds into the playback, and just stalls. The rest of the ui is still interactive, and I can use buttons to jump to other sections of the site etc. so it's not that flash is

Re: [Flashcoders] Flair Pattern bad mixins good (?)

2007-01-31 Thread Glen Pike
My 0.02: GoF makes me very sleepy - I find it very dry and the chapters very long winded. (Sorry GoF'rs) Wait's for lightning bolt from on high... I have read it through once and understood some of it, but I have found snippets of information about patterns online which seem much clearer

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread bunnyhero (wayne)
On 1/31/07, Max Kaufmann [EMAIL PROTECTED] wrote: The following movie freezes up for no discernable reason, there's not even any actionscript or tweening or anything. It's just shapes in keys: how odd! for what it's worth, swfmill barfs on it when trying to parse the swf.

Re: [Flashcoders] Flair Pattern bad mixins good (?)

2007-01-31 Thread Keith Salisbury
Mmmm I really want a bagel now!!! Damn that decor On 1/30/07, JOR [EMAIL PROTECTED] wrote: A decorator object composites the object it wishes to decorate and is used in it's place. Since the decorator inherits from the the same base class as the object it decorates they can both be used

RE: [Flashcoders] Flair Pattern bad mixins good (?)

2007-01-31 Thread Steven Sacks | BLITZ
Yeah, the GoF book is definitely like reading a calculus textbook. It's dry and to the point and the examples are in Smalltalk and some C++, which means a lot of cross-referencing with google. The concepts they discuss and the examples they give are helpful to a point but code examples you can't

Re: [Flashcoders] flv playback stalling

2007-01-31 Thread Yehia Shouman
Encoding maybe ?!, Have you updated your FLVPlayback component? if it was through FMS, i would have told you to listen to DISCONNECTED event and re-play! On 1/31/07, Sam Thorne [EMAIL PROTECTED] wrote: Hi All, I have an flv loading into an instance of flvPlayback, all of a sudden it has

[Flashcoders] gotoandlearn.com (what is he using to capture his input)

2007-01-31 Thread Sunnrunner
Can anyone tell me what they think/know Lee Brimelow is using to create these tutorials in terms of capturing his input? www.gotoandlearn.com I thought he might be using Captivate but, it just doesn't feel the same. Thanks ahead ___

Re: [Flashcoders] Flair Pattern bad mixins good (?)

2007-01-31 Thread Keith Salisbury
If you feel like this: GoF makes me very sleepy - I find it very dry and the chapters very long winded. (Sorry GoF'rs) then: I would be interested to know if Head First Design Patterns follows the same process as Moock - learn by doing. I can handle that, although I will keep delving

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread bunnyhero (wayne)
On 1/31/07, Alain Rousseau [EMAIL PROTECTED] wrote: definitely weird ... try a new one from scratch maybe ? i just tried this: created a new flash movie, imported the broken swf to the stage, then published the new movie. the new swf file plays fine for me!

RE: [Flashcoders] Flair Pattern bad mixins good (?)

2007-01-31 Thread Holth, Daniel C.
I've actually been reading through Head First Design Patterns, and think it's a great book! It uses a lot of example code but they are well thought out and clearly demonstrate the uses of the patterns. Granted, many of their examples are doing ridiculous things like simulating the actions of

Re: [Flashcoders] Re: very basic movie freezing up (???)

2007-01-31 Thread R�kos Attila
After exporting as AI sequence and importing back again, it works even in player 9 (both stand-alone and plug-in). Attila ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] gotoandlearn.com (what is he using to capture his input)

2007-01-31 Thread Sam
I think he mentioned it in one tutorial, I beleve he said Camtasia or something similar. Here's a link http://www.techsmith.com/ camtasia.asp?CMP=KgoogleCStm On Jan 31, 2007, at 2:18 PM, Sunnrunner wrote: Can anyone tell me what they think/know Lee Brimelow is using to create these

Re: [Flashcoders] Flair Pattern bad mixins good (?)

2007-01-31 Thread T. Michael Keesey
In addition the the books already mentioned, I highly recommend Refactoring by Martin Fowler and Refactoring to Patterns by Kerievsky (in that order). Together they show you how to adapt code you've already created to design patterns without breaking it in the process. The examples are in Java,

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread nelson ramirez
http://www.swivelgames.com that says it all. On 1/31/07, Gustavo Duenas [EMAIL PROTECTED] wrote: Sorry, but my family don't get feed with the non-profit I cannot pay rethoric. Regards On Jan 31, 2007, at 1:26 AM, Swivelgames Support wrote: Hey, I am looking for some US based or English

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread hank williams
On 1/31/07, nelson ramirez [EMAIL PROTECTED] wrote: http://www.swivelgames.com that says it all. Err.. excuse me, but what exactly does that say. Doesnt seem to relate to the thread at all. Hank On 1/31/07, Gustavo Duenas [EMAIL PROTECTED] wrote: Sorry, but my family don't get feed with

RE: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread Alain Rousseau
It's the website of the one asking for volunteer work ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: 31 janvier 2007 15:44 To: Flashcoders mailing list Subject: Re: [Flashcoders] Need a volunteer Flash Programmer On 1/31/07,

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread Helmut Granda
You will be added to my Contacts page as a member of the project How can some one pass this opportunity... ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] - trace mystery

2007-01-31 Thread wouter steidl
Hi list, I`m flabbergastedI`m loading in a game.swf in another swf and then the game.swf needs to do a callback.when I try this in the flash IDE (CTRLENTER) it works and i get the following traces: this = _level0.questionBar_mc.game_mc.instance48 this._parent =

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread Gustavo Duenas
Hey Guys, I think we'd better move out to other issues here, don't you think we are paying much attention to this matter, than the one it really deserves. Cleary the guy is out of his mindDon't waste god's time, that is what my mother always says. Regards On Jan 31, 2007, at 4:04

[Flashcoders] Anybody live in or near Raleigh NC, and know Flex 2 / AS3?

2007-01-31 Thread ben gomez farrell
Hi guys, I manage the Raleigh Durham Adobe User Group. I have a lack of presentations for our monthly meeting on Feb 13th. So, seeing as how I've been having fun learning lots of Actionscript 3 and Apollo stuff lately, I thought I would do a meeting on the brand new Flash platform stuff. In

RE: [Flashcoders] Anybody live in or near Raleigh NC, and know Flex 2 / AS3?

2007-01-31 Thread Merrill, Jason
Sorry, didn't mean to reply to the whole list Jason Merrill Bank of America Learning Organizational Effectiveness ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Anybody live in or near Raleigh NC, and know Flex 2 / AS3?

2007-01-31 Thread Merrill, Jason
I'm in Charlotte and am learning the ins and outs of Flex, but don't know if I could make it up the Raleigh or not. How many people in your group? Jason Merrill Bank of America Learning Organizational Effectiveness -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread Merrill, Jason
Must be a corrupt .swf file. Happens. Jason Merrill Bank of America Learning Organizational Effectiveness ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread hank williams
On 1/31/07, Alain Rousseau [EMAIL PROTECTED] wrote: It's the website of the one asking for volunteer work ! Is it that I cant read, or is it hiding somewhere on the page. Or is this just some inside knowledge about swivelgames that I am not privy to. Because I dont see anything on the

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread Martin Wood-Mitrovski
Is it that I cant read, or is it hiding somewhere on the page. Or is this just some inside knowledge about swivelgames that I am not privy to. Because I dont see anything on the swivelgames.com page about asking for volunteer work. its just from the email address of the dude who sent the

[Flashcoders] needing sites built

2007-01-31 Thread TexasPartyPics
The first two sites are similar and may possibly be done as one project. I need a world-class professional site built for boudoir and portrait photography for a female photographer/ business partner. Samples of her work are at _www.sensorydreams.com_ (http://www.sensorydreams.com/) . I

Re: [Flashcoders] Need a volunteer Flash Programmer

2007-01-31 Thread hank williams
ahh... thanks. I was just really confused. Hank On 1/31/07, Martin Wood-Mitrovski [EMAIL PROTECTED] wrote: Is it that I cant read, or is it hiding somewhere on the page. Or is this just some inside knowledge about swivelgames that I am not privy to. Because I dont see anything on the

Re: [Flashcoders] very basic movie freezing up (???)

2007-01-31 Thread nelson ramirez
Did you import the vector artwork from Illustrator by chance? I had a similar problem when importing from illustrator. If so, make sure nothing in illustrator is grouped, and convert everything to fills. make sure there is no transparency. both the swf and htm did not play on firefox. On

[Flashcoders] imode pictogram [emoji ] issue

2007-01-31 Thread Agnese Bellucci
Hi list! Has anyone successfully sent emojis [ emoticons in japanese phones] from imode email to a server? Now ,everytime i send a mail from my imode , it gets converted to = in my inbox. I am developing a flashlite application. But part of it is processing email on server. Any help would be

[Flashcoders] RESUME: Senior Flash / Flex Developer

2007-01-31 Thread Beau Gould
I'm currently representing a VERY senior-level Flash / Flex Developer. He's a US resident and citizen seeking full time employment in any US state. Please do not hesitate to contact me via email to get a look at his extremely impressive resume. This is the guy you've been waiting for. Thank