Re: [Flashcoders] addChild and Array problem

2009-11-25 Thread nelson ramirez
It's probably something w/ your loop. Please post all your code On Tue, Nov 24, 2009 at 7:32 AM, Greg Ligierko gre...@l-d5.com wrote: I have no answer to the problem, but maybe recreating the shuffled array manually could help. I mean creating a new array and filling its items with a for loop

Re: [Flashcoders] textArea doesn't scroll far enough

2007-05-24 Thread nelson ramirez
my solution? I don't use the crappy v2 components. Adobe V2 components = the devil. Believe me when i say it will be time well spent to create or find your own solution. On 5/24/07, Marc Hoffman [EMAIL PROTECTED] wrote: I've just added a couple of line breaks to the xml text:

Re: [Flashcoders] wedging in a preloader -- lazy developer alert!

2007-05-12 Thread nelson ramirez
OR, You can uncheck the export in first frame checkbox on the items in the library with linkage. When you do this you can place those items on the stage, like frame 2, and run your preload code on frame 1. Alain's way is simpler, but knowing the export in first frame trick comes in handy

Re: [Flashcoders] NetStream.play() - Start parameter

2007-04-05 Thread nelson ramirez
Hi, If you want to start playing at 10 seconds you have to first, buffer your video to 10 seconds. (or 15) wait for your buffer to be full, then do your seek operation. That is if you're doing it as a progressive download. If you stream using FMS or something like it, FMS will automatically

Re: [Flashcoders] games dev books

2007-04-05 Thread nelson ramirez
I'm currently using Flash 8 Professional Game Development. Highly recommend it. Very good examples and very easy to read. Covers a lot of topics from graphics production, design documents, to building some pretty advanced engines. The chapters on tile based games are excellent, and you'll end up

Re: [Flashcoders] Free AS2 Filter Tweening Engine - TweenFilterLite

2007-03-27 Thread nelson ramirez
very cool Jack. Thanks for sharing On 3/27/07, Jack Doyle [EMAIL PROTECTED] wrote: For those of you using the TweenLite tweening engine, I just released the TweenFilterLite class which extends TweenLite, adding the following capabilities: - Tween filters like Blurs, Glows, DropShadows, and

Re: [Flashcoders] Got milk? (the game)

2007-03-23 Thread nelson ramirez
anyone know the company behind the development? On 3/22/07, Joe Wheeler [EMAIL PROTECTED] wrote: That dice is cheaty! It's a dirty cheaty dice. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kerem Iseri Sent: 22 March 2007 19:25 To:

Re: [Flashcoders] Trouble getting _x position

2007-03-23 Thread nelson ramirez
Seems to work. It returns an _x of 0 because that's where this line : var loaderBox_mc:MovieClip = this.createEmptyMovieClip(loaderBox_mc, this.getNextHighestDepth()); creates the clip. The coordinates you're drawing on are relative to the loaderBox_mc but they don't in fact change the position

Re: [Flashcoders] Help: test EventDispatcher speed please

2007-03-22 Thread nelson ramirez
EventBroadcaster: 5036 EventDispatcher: 16257 mac 9,0,28,0 On 3/22/07, Tilmann GrĂ¼ll [EMAIL PROTECTED] wrote: hi francis, here my result on a DELL dimension AMD64 X2 Dual Core 3800+ 2 GHz, 1 GB RAM: EventBroadcaster: 3563 EventDispatcher: 2210 WIN 9,0,28,0 best, til Francis Bourre

Re: [Flashcoders] Site Check

2007-03-14 Thread nelson ramirez
Worked fine here for both Safari and Firefox on a mac. On 3/14/07, Shaun Aunchman [EMAIL PROTECTED] wrote: stuck at 14% ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] OT: Is this done in processing?

2007-03-03 Thread nelson ramirez
Lab. And if you Google Jeff, you'll find the other things he's doing. The guy is brilliant! Teresa On 3/2/07, nelson ramirez [EMAIL PROTECTED] wrote: http://link.brightcove.com/services/player/bcpid533361602?bctid=422563006 Multi touch displays are here! The demo interfaces look so awesome

Re: [Flashcoders] Subscription problems

2007-03-01 Thread nelson ramirez
There are those who cry and then there are those who help themselves. Until the issue is resolved why don't you guys try setting a rule in your mail client to send all *[Flashcoders] *mail to a separate folder . that way it at least won't be cluttering your inbox. On 3/1/07, Sasis S. / Photon /

Re: [Flashcoders] test

2007-02-28 Thread nelson ramirez
broken? On 2/26/07, nelson ramirez [EMAIL PROTECTED] wrote: let's test again! like we did last summer... On 2/26/07, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: 1 out of 1 tests completed. Errors: 0. Warnings: 0. BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message

Re: [Flashcoders] test

2007-02-27 Thread nelson ramirez
let's test again! like we did last summer... On 2/26/07, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: 1 out of 1 tests completed. Errors: 0. Warnings: 0. BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Flashcoders] flv question

2007-02-24 Thread nelson ramirez
get gmail. makes it easier to manage mail lists On 2/23/07, Muzak [EMAIL PROTECTED] wrote: Maybe learning how to configure your mail client is not a bad idea ;) - Original Message - From: Stephen Smith [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com; [EMAIL PROTECTED];

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] 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] - dynamic content for flash paper?

2007-01-30 Thread nelson ramirez
So I have this quiz app that at the end allows the user to print out their answers with results plus some static content. We normally use Flash paper for printing the static assets. I was wondering if there's a way to incorporate the dynamic user answers into the static flash paper print content.

Re: [Flashcoders] - dynamic content for flash paper?

2007-01-30 Thread nelson ramirez
: I normally just create a new movieclip and set it up with the questions/answers the way that it should print. Then I just use print(my_mc); --- nelson ramirez [EMAIL PROTECTED] wrote: So I have this quiz app that at the end allows the user to print out their answers with results plus some

Re: [Flashcoders] - dynamic content for flash paper?

2007-01-30 Thread nelson ramirez
I'm not really interested in FP's capabilities as I only need it to do one thing: print. (you don't even see they FP swfs only the printouts. Yes FP has a lot of bugs but apollo is certainly not a replacement for it, and in terms of print output capabilities the FP api has much better options

Re: [Flashcoders] Senior Developer Posisition

2006-12-20 Thread nelson ramirez
40k GBP ~= 78k USD On 12/20/06, Merrill, Jason [EMAIL PROTECTED] wrote: Yeah, good luck with that. It's a seller's market right now. I wouldn't take a senior level position for less than $US 85K a year. I think that was 35-40k in the UK - so not USD and not as bad as it sounds. Jason

Re: [Flashcoders] Preciso de programador actionscript/flash/php

2006-11-08 Thread nelson ramirez
job offers are good : ) On 11/7/06, Pedro Rodrigues [EMAIL PROTECTED] wrote: i am new to the list but it seems to me this is for discussion of flash programming and not for job offers... On 11/7/06, Zeh Fernando [EMAIL PROTECTED] wrote: Preciso de programador actionscript/flash/php se tiver

Re: [Flashcoders] Converting a comma delimitted list to an array from MySql

2006-10-19 Thread nelson ramirez
var my_str:String = P,A,T,S,Y; var my_array:Array = my_str.split(,); for (var i = 0; imy_array.length; i++) { trace(my_array[i]); } // output: P A T S Y easily found in the documentation. On 10/19/06, Carl Welch [EMAIL PROTECTED] wrote: Oi, All. I am recieving a comma delimitted list/String

Re: [Flashcoders] Re: simulating mouse clicks

2006-10-19 Thread nelson ramirez
Other than onPress/Release you can try onMouseDown / HitTest combination. It's not quite clear what you're trying to do though. or maybe i'm reading it in dumb mode right now. On 10/19/06, Yehia Shouman [EMAIL PROTECTED] wrote: Hi, what you wanna do is to send Windows messages, this is not

Re: [Flashcoders] Font color in datagrid component

2006-10-15 Thread nelson ramirez
The DataGrid component implements the List component. So you need to set the style for List. if (_global.styles.List == undefined) { _global.styles.List = new CSSStyleDeclaration(); } _global.styles.List.setStyle(color, 0xFF); On 10/15/06, Carl Welch [EMAIL PROTECTED] wrote: I'm trying

Re: Re: [Flashcoders] ObjectCopy wackiness

2006-10-13 Thread nelson ramirez
It's really of odd. look at the weird thing that happens with the trace: check this out: var A:Object = new Object({banner:0, templateType:sub, dated:false, cHome:true}); //A.test = TEST A; var B:Object = new Object(); B.test = mx.utils.ObjectCopy.copy(A); //B.test = TESTB; trace( A object :+A);

Re: Re: [Flashcoders] Movie Clip in a mx scroll pane

2006-10-12 Thread nelson ramirez
you can put a trace(this) on frame 1 of the clip that has your pdf. that will give you its full path from within the scrollpane. The content you load through content path gets placed within a movieclip in the sp. I believe its called data_holder but i forget for sure. your path would look

Re: Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread nelson ramirez
Have you tried flv. don't know why but flvs always work much smoother for me. On 10/10/06, Zeh Fernando [EMAIL PROTECTED] wrote: It seems to work but it kills my CPU making everyother thing in the site not working and making the video running slowlier. When I go back to fordward playing

Re: [Flashcoders] tinyurl swf loading

2006-10-07 Thread nelson ramirez
Sounds interesting, would you mind sharing what that XML service is? thanks On 10/7/06, Bjorn Schultheiss [EMAIL PROTECTED] wrote: Thanks Claus, I found an XML service i can call instead of the abbreviated url :) New Solution! ___