Re: [Flashcoders] 3D engine for dynamic text

2013-01-14 Thread Claudio M. E. Bastos Iorio
. Claudio M. E. Bastos Iorio http://www.blumersolutions.com On Jan 14, 2013 7:47 PM, Beatrix Krümmer-Frau birik...@hotmail.de wrote: Away3D is the right choice, its easy to use and has a TextFiled3D Class. Together with a TextExtrusion Class you can make realy nice stuff. *Beatrix Kruemmer-Frau

RE: [Flashcoders] 3D engine for dynamic text

2013-01-14 Thread Claudio M. E. Bastos Iorio
I've did it. You have a Flash exporter in Unity. Is not as mature as you would expect, but it works. However, take into account that you'll need to avoid using certain Unity classes, etc if you target Flash. Definitely worth it, but also consider the learning curve as well. Claudio M. E. Bastos

[Flashcoders] avoid red-eye effect library in photographs made in actionscript - possible?

2008-09-09 Thread Claudio M. E. Bastos Iorio
on this but can't find anything.. Regards _ Claudio M. E. Bastos Iorio http://www.blumer.com.ar ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] how to return in this function

2008-01-30 Thread Claudio M. E. Bastos Iorio
Thank you guys, now I have a clearer point of view. Your responses and this thread http://www.actionscript.org/forums/showthread.php3?t=159167 helped me a lot. Have a nice day! Claudio M. E. Bastos Iorio http://www.blumer.com.ar -Original

RE: [Flashcoders] how to return in this function

2008-01-29 Thread Claudio M. E. Bastos Iorio
Thanks for your answer. But how? Where?. I think that ProgressEvent.bytesLoaded, and ProgressEvent.bytesTotal could help. But where should I check the status? Claudio M. E. Bastos Iorio http://www.blumer.com.ar -Original Message

[Flashcoders] how to return in this function

2008-01-29 Thread Claudio M. E. Bastos Iorio
retornaXML(); trace(mivariable.elXML); but this trace returns null, since the xml file (I think) is not loaded yet. What should I do? Thanks in advance. Claudio M. E. Bastos Iorio http://www.blumer.com.ar/ http://www.blumer.com.ar

[Flashcoders] FLASH CMS

2007-09-09 Thread Claudio M. E. Bastos Iorio
CMS out there (preferably open source) that I should see? I hope you guys could point me to any URL that you consider, tutorials, AS3 classes to see. TIA. __ Claudio M. E. Bastos Iorio http://www.blumer.com.ar/ http://www.blumer.com.ar

RE: [Flashcoders] FLASH CMS

2007-09-09 Thread Claudio M. E. Bastos Iorio
the contents or add 'user restrictions to page' module, whatever. What do you think? __ Claudio M. E. Bastos Iorio http://www.blumer.com.ar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ron Wheeler Sent: Sunday

RE: [Flashcoders] FLASH CMS

2007-09-09 Thread Claudio M. E. Bastos Iorio
, I still need the GUI (in flash). But at this point I'm wondering if there is something more 'consistent', maybe using new adobe AIR? Can I create/write swf files in AIR? TIA __ Claudio M. E. Bastos Iorio http://www.blumer.com.ar -Original Message

[Flashcoders] Flash + ASP / LoadVariables

2007-05-22 Thread Claudio M. E. Bastos Iorio
); } But it doesn't work. It seems that values aren't passed to ASP. Any help/idea? What is the right way to achieve this task in AS3? TIA Claudio M. E. Bastos Iorio http://www.blumer.com.ar ___ Flashcoders

[Flashcoders] String to array

2007-04-12 Thread Claudio M. E. Bastos Iorio
? Thanks in advance. ___ Claudio M. E. Bastos Iorio http://www.blumer.com.ar ___ [EMAIL PROTECTED] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

RE: [Flashcoders] OT - Installing PHP, MySQL?

2007-03-23 Thread Claudio M. E. Bastos Iorio
You should use xampp installer only for developing. Is not really secure in production stage. ___ Claudio M. E. Bastos Iorio http://www.13bit.com.ar MSN:[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Flashcoders] Read a website in a projector file

2007-02-23 Thread Claudio M. E. Bastos Iorio
in advance. ___ Claudio M. E. Bastos Iorio http://www.13bit.com.ar MSN:[EMAIL PROTECTED] Icq:24094716 ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

[Flashcoders] File upload in flash

2007-01-30 Thread Claudio M. E. Bastos Iorio
. ___ Claudio M. E. Bastos Iorio http://www.13bit.com.ar MSN:[EMAIL PROTECTED] Icq:24094716 ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

RE: [Flashcoders] File upload in flash

2007-01-30 Thread Claudio M. E. Bastos Iorio
to save the file in the server. Looking for Filereference class I found this link: http://www.flash-db.com/Tutorials/upload/upFiles.php . I think that's what I needed. Thanks for your help! ___ Claudio M. E. Bastos Iorio http://www.13bit.com.ar MSN:[EMAIL PROTECTED

[Flashcoders] Re: Textfield optimizes itself in a weird way

2006-08-19 Thread m-e-
GregoryN [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Hello, [...] var myHtmlText:String = show btext/b btext/b to me; myTxt.htmlText = myHtmlText; trace(myTxt.htmlText); // traces: [textformat, font etc.]show Btexttext/B to me [/textformat, font etc.] It doesn't

[Flashcoders] Re: Textfield optimizes itself in a weird way

2006-08-19 Thread m-e-
m-e- [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] GregoryN [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Hello, [...] var myHtmlText:String = show btext/b btext/b to me; myTxt.htmlText = myHtmlText; trace(myTxt.htmlText); // traces

[Flashcoders] Re: handling PHP sessions in actionscript

2006-08-19 Thread m-e-
[EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] [...] when handling PHP sessions do I just append the session_ID to the POST array when sending info back to the server? See PHP session settings : http://fr.php.net/manual/en/ref.session.php Ensure that

[Flashcoders] Re: noScale for loaded clips

2006-08-18 Thread m-e-
James [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] I have tried everything I can think of and more to find a way to stretch a loaded clip but not have it scaled. I have scaling features for the main container flash movie, and I want to change the width and height of

[Flashcoders] Re: Re: noScale for loaded clips

2006-08-18 Thread m-e-
James [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Here is the situation more broken down: I have a flash movie we can call container.fla. When it is resized from its original size, it change various object sizes and positions and it is set to noScale from the Stage

[Flashcoders] Re: Passing in optional arguments

2006-08-18 Thread m-e-
Aaron Hedquist [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Hi everyone, First post... I was wondering if there's a shortcut to passing in an argument to a function or a built-in class. For instance, for BitmapData.draw(), I just want to pass in a true value for

[Flashcoders] Re: JOB: BLITZ Agency

2006-08-18 Thread m-e-
Paul Venton [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Maybe that's why they're after a new developer ;-) It seems like one won't be enough : Flash developper career = http://jobs.blitzagency.com/public/controlPanel/listingDetail/ListingDetail.php?listing_id=2 If