[Flashcoders] Recommendation for budget development mac

2008-10-17 Thread Paul Steven
Up until now I have never needed to develop anything for the Mac, however I have been asked to develop a series of games for Mac and PC so need to get a Mac to enable me to do so. The games will be delivered as downloadable executables. I would therefore appreciate any advice on what to get. I cur

Re: [Flashcoders] Recommendation for budget development mac

2008-10-17 Thread Ian Thomas
I suspect it depends how many pixels you're throwing around! We create fairly straightforward educational 'games' for young kids, and the Mac Mini (which is Intel these days, by the way) has been perfectly adequate as a testbed for our software. What's more, if you're actually authoring on the PC

RE: [Flashcoders] Recommendation for budget development mac

2008-10-17 Thread Paul Steven
Thanks Ian - that is great advice and I now feel a lot more confident buying a Mac Mini. The games I am developing are for kindergarden age kids so there is nothing fast paced to deal with. I will continue developing on the PC. I also believe they are simple to hook up to a living room TV with a wi

Re: [Flashcoders] Recommendation for budget development mac

2008-10-17 Thread David Benman
I agree with Ian, though I'd caution going to low-end for testing because then you can get too focused on slowness issues that don't affect your average, target machine. If you are looking at one machine, I'd recommend an average speed Intel Mac which would could be used and save you money.

Re: [Flashcoders] Recommendation for budget development mac

2008-10-17 Thread Matt S.
On Fri, Oct 17, 2008 at 9:09 AM, David Benman <[EMAIL PROTECTED]> wrote: > If you want to be thorough and have extra money, then you can consider > getting older slower macs such as a PPC. We tend to have them laying around, > but you might check with friends to test or to sell you a cheap old mach

Re: [Flashcoders] Recommendation for budget development mac

2008-10-17 Thread Ian Thomas
On Fri, Oct 17, 2008 at 2:09 PM, David Benman <[EMAIL PROTECTED]> wrote: > I agree with Ian, though I'd caution going to low-end for testing because > then you can get too focused on slowness issues that don't affect your > average, target machine. Sorry - I meant slowest of the current crop, by w

RE: [Flashcoders] Recommendation for budget development mac

2008-10-17 Thread Paul Steven
Thanks for all the advice - I have made a quick decision and ordered a Mac Mini 2 GHZ (Intel one) with an extra gig of RAM. Sounds like this will be sufficient to package my games for the Mac and also provide a means for testing. I do have a 450 mhz G3 in the attic but I thought that would be way t

[Flashcoders] AS2 onRollover in child of parent clip with onRollover defined

2008-10-17 Thread Andrew Sinning
Working on an old project in AS2. I have what is essentially a button inside of a button. I'm using movieClips, actually. The coding is very primitive. Anyway, the parent movieClip has handlers for onPress, onRelease, onRollover, etc. These are assigned at runtime. I'm trying to add the inne

[Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
Hi List, Can anyone tell me how to read and write to Moodle (SCORM 2004 3e edition)?? Every hint is welcome! Kind regards Cor ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Recommendation for budget development mac

2008-10-17 Thread eric e. dolecki
I think that you made a good decision there, for what it's worth. Eric On Fri, Oct 17, 2008 at 10:45 AM, Paul Steven <[EMAIL PROTECTED]>wrote: > Thanks for all the advice - I have made a quick decision and ordered a Mac > Mini 2 GHZ (Intel one) with an extra gig of RAM. Sounds like this will be

Re: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Gerry
Start digging around this thing they call "the internet" (that was sarcasm). Pipwerks.com has some info on SCORM that I found helpful. -Gerry On Oct 17, 2008, at 11:42 AM, Cor wrote: Hi List, Can anyone tell me how to read and write to Moodle (SCORM 2004 3e edition)?? Every hint is welc

Re: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Jon Bradley
On Oct 17, 2008, at 11:42 AM, Cor wrote: Can anyone tell me how to read and write to Moodle (SCORM 2004 3e edition)?? Every hint is welcome! What are you trying to do? Moodle is just a CMS system at it's core. What do you want to write back to Moodle? If it's test results and whatnot:

[Flashcoders] Question on architectural problem.

2008-10-17 Thread Jiri Heitlager
Dear List, I am having a architectural problem and would like to ask people on this list for some input. The project that I am working on uses several models, we call them proxies,i.e RemoteProxy, GameProxy etc... They all extends a base class Proxy and implement an IProxy interface. The ch

Re: [Flashcoders] AS2 onRollover in child of parent clip with onRollover defined

2008-10-17 Thread Ian Thomas
No, unfortunately not. The simplest fix to your situation is to split it a little; instead of this: Container (with onRollover) | +-- Button (with onRollover) Have this: Container (no onRollover) | +-- Background (with onRollover) | +-- Button (with onRollover) See? So Background and Button ar

[Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread LSI001
URGENTLY NEEDED – ACTIONSCRIPT 3.0/FLEX DEVELOPERS IN BETHESDA MARYLAND Job Description We are looking for an experienced, innovative and technically strong Flash/Flex Developer. The ideal candidate must have a strong background skilled in the Adobe platform's technologies and have a passio

[Flashcoders] Socket Speed?

2008-10-17 Thread eric e. dolecki
I am curious if anyone knows how fast Flash can generally accept socket data without dropping messages. Thanks, Eric ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Socket Speed?

2008-10-17 Thread Glen Pike
Hmm, I did a bit of a test on this recently with a PHP based server just to test read & write in Flash with a binary socket... I have uploaded a zip containing 2 flash apps - reader & writer that use 12 byte packets across a simple "echoing" socket server which writes packets out to al

RE: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
I want to create a learningapplication in Flash and offer it to students through Moodle. Within Flash I want to track the visited pages and given answers and calculated scores. Write it all to Moodle and when a student stops and starts again the earlier results should be read into Flash. -Ori

RE: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
I did, but I also see this list as Internet! I know pipwerks.com, but I am on a heavely locked down network. So I am not able to add/install tools. And I am really looking for a most simple example. Thanks Cor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Flashcoders] AS2 onRollover in child of parent clip with onRollover defined

2008-10-17 Thread Andrew Sinning
thanks! Ian Thomas wrote: No, unfortunately not. The simplest fix to your situation is to split it a little; instead of this: Container (with onRollover) | +-- Button (with onRollover) Have this: Container (no onRollover) | +-- Background (with onRollover) | +-- Button (with onRollover) See

Re: [Flashcoders] custom font in Combobox dropdown

2008-10-17 Thread Glen Pike
Hi, The list / combobox & a few other components in AS3 / CS3 use the DataProvider to specify what goes in the boxes... //Create, then fill up the data provider or pass an array to the constructor... var dp:DataProvider = new DataProvider(); //set the combobox's dataprovid

Re: [Flashcoders] Socket Speed?

2008-10-17 Thread eric e. dolecki
This is good stuff. I am under the 60 packets a second, by a fair margin, so I should be good. I might be around 50 p/s. On Fri, Oct 17, 2008 at 1:28 PM, Glen Pike <[EMAIL PROTECTED]>wrote: > Hmm, > > I did a bit of a test on this recently with a PHP based server just to > test read & write in

RE: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
Just a CMS??? I thought it is L(C)MS. The main thing we are looking for is a LMS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Bradley Sent: vrijdag 17 oktober 2008 17:59 To: Flash Coders List Subject: Re: [Flashcoders] LMS -- Moodle On Oct 17,

[Flashcoders] Flash 10 file upload

2008-10-17 Thread Dave Segal
The new Flash 10 security restriction on file upload and lack of backward compatibility is killing me. What was Adobe thinking unleashing this nightmare and breaking working applications? Is there any quick fix for this besides recoding old swfs? ___ Fl

RE: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Merrill, Jason
HOLD THE PHONE. So are you saying FileReference upload no longer works in AS2/AM1 published .swfs in Flash 10? If so, that IS VERY BAD and will break many applications. Jason Merrill Bank of America  GCIB & Staff Support L&LD Instructional Technology & Media Join the Bank of America Flash

Re: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Jon Bradley
On Oct 17, 2008, at 2:10 PM, Cor wrote: Just a CMS??? I thought it is L(C)MS. The main thing we are looking for is a LMS. Itis an LMS - but it's still a content management system. Either way, you just need to figure out how to communicate to Moodle to do what you want to do, if it's not so

RE: [Flashcoders] LMS -- Moodle

2008-10-17 Thread Cor
Thank you, Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jon Bradley Sent: vrijdag 17 oktober 2008 20:34 To: Flash Coders List Subject: Re: [Flashcoders] LMS -- Moodle On Oct 17, 2008, at 2:10 PM, Cor wrote: > Just a CMS??? > I thought it is L(C)M

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Michael William Ypes
And let the floodgates open. This is exactly what I was on about, you say its ok for one and then they all jump on the band wagon. They don't even put a name on it. Isn't that called spamming... Seriously, wheres the test to see if these people are actually members of the community or

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Glen Pike
>>Oh, and by the way could you get any more generic with the job spec, they all sound the same... If they were half decent recruiters, they would have a company name instead of some jerkoff email address. My friend was telling me this happened to a list in Sweden -

RE: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Kerry Thompson
Michael William Ypes wrote: > And let the floodgates open. > > This is exactly what I was on about, you say its ok for one and then > they all jump on the band wagon. They don't even put a name on it. > Isn't that called spamming... Allow me to politely disagree. I don't see it as spam at al

RE: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Merrill, Jason
In my opinion, this is a Flash/Flex/Actionscript job, not an SAP, Java, or plumbing. So it's legit. Dave our moderator has previously said related jobs posts are fine. And this is only one post. In this economy, I think we should be especially accommodating and grateful there is information

RE: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Dave Segal
The file upload has to occur as the result of a user interaction. If you are doing any upload that is not associated with button click Flash 10 rejects the upload. The change is not backward compatible. Flash 8 and 9 content that do not conform is broken. Here are couple articles on the topic and

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Bob Wohl
Job post are great if they are required to post how much they're paying ;) Agencies can suck. I'm not a fan and have been burnt in the past. But I think it's better to allow flash related jobs than to not allow any. but... meh.. it's just my two cents. B. On Fri, Oct 17, 2008 at 12:13 PM, Glen P

RE: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Merrill, Jason
OK whew! Still not good, but I'm relieved that means it won't break my apps. Thanks for the info. Jason Merrill Bank of America  GCIB & Staff Support L&LD Instructional Technology & Media Join the Bank of America Flash Platform Developer Community Are you a Bank of America associate intereste

Re: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Juan Pablo Califano
Not that it doesn't work, necessarily, but now the browse() method will only be callable in response to a user action, not programatically. http://theflashblog.com/?p=423 In my opinion, this change would be ok if it were applicable only to swf's compiled for version 10 or greater, but changing an

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Glen Pike
I'm okay, I don't work for a bank :) Merrill, Jason wrote: In my opinion, this is a Flash/Flex/Actionscript job, not an SAP, Java, or plumbing. So it's legit. Dave our moderator has previously said related jobs posts are fine. And this is only one post. In this economy, I think we should be e

[Flashcoders] WHO I am...

2008-10-17 Thread LSI001
URGENTLY NEEDED – ACTIONSCRIPT 3.0/FLEX DEVELOPERS IN BETHESDA MARYLAND If you know anyone with a solid background in AS3 and flex and papervison3d and they are looking for work… _ WHO I am... Larry Stein __

Re: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Zeh Fernando
The problem is if they took that approach, the vague security hole would continue to exist - a potential exploit would simply need to compile for an old version of the player. It's awful, but I wouldn't really say it's an "stupid" decision. As soon as they decided to cripple the functionality, mak

RE: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Merrill, Jason
Man, you're punching below the belt now. :) Jason Merrill Bank of America  GCIB & Staff Support L&LD Instructional Technology & Media Join the Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Glen Pike
Sorry, I could not resist it - no offence meant, just joking around :) Merrill, Jason wrote: Man, you're punching below the belt now. :) Jason Merrill Bank of America GCIB & Staff Support L&LD Instructional Technology & Media Join the Bank of America Flash Platform Developer Community Are y

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Bob Wohl
ouch! On Fri, Oct 17, 2008 at 1:06 PM, Glen Pike <[EMAIL PROTECTED]>wrote: > I'm okay, I don't work for a bank :) > > > Merrill, Jason wrote: > >> In my opinion, this is a Flash/Flex/Actionscript job, not an SAP, Java, or >> plumbing. So it's legit. Dave our moderator has previously said relate

RE: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Merrill, Jason
LOL, no problem, I know you were kidding. Well, hey, I now work for the largest bank in terms of assets, deposits and capital, and second largest number of employees (next to the new Wells Fargo-Wachovia), so if we go down, we all go down! But I'm also a realist - I've been laid off work twice

Re: [Flashcoders] Actionscripter 3.0 developers

2008-10-17 Thread Elia Morling
Don't post job descriptions... bla bla bla bla Stop whining. Elia ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] I am stuck

2008-10-17 Thread Anthony Pace
I was sucked in to a project developing a contractor management system... there were problems with not knowing for sure if the data was being returned, and I needed the ability to load data from a remote source so: * I had the data be loaded in a script tag as an array, * then had the lo

RE: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Dave Segal
Actually this is not the way security updates were made in the past. With other updates, for instance the introduction of and multiple changes to the "allowDomain" rules, backward compatibility was maintained for older versions. I agree with Juan, breaking a feature that has been supported for yea

Re: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Juan Pablo Califano
I don't think that's how these kind of changes have been handled by Macromedia in the past (Dave points out good examples). Plus, this "feature" is not dealing with a really critical exploit. It's not they're fixing a security bug; it's a security enhancement to their design because they failed to

Re: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Juan Pablo Califano
PD: This moronic change affects not only already deployed content that uses FileReference programatically. It also blocks any multypart-encoded POST that contains a file. I've just tested it in FP 10. So, if you're taking a snapshot of some movieclip and uploading it to the server, you'll first h

Re: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Juan Pablo Califano
PD2: Just to add to "the way certain similar security decisions have been made in the past". Remember crossdomain.xml rules? They "evolved" to more strict standards, but without breaking existing content. In FP6, there were no crossdomain policies. In FP7, domain restrictions were enforced, but th

Re: [Flashcoders] I am stuck

2008-10-17 Thread Anthony Pace
Does anyone know of a better way to load data from a remote source? My God I hate this job I am on. I like coding, but the guy I am working for is being pressured to pressure me to move faster. I am doing this thing in about 3 weeks on my own for a thousand bucks, during my weekends and even

RE: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Dave Segal
I'm totally with you Juan. I just discovered this issue yesterday and since then I have been mentally preparing myself to waste countless hours going over old projects and have clients bitching at me about problems with their sites. Is there any hope that Adobe will come to their senses and resolve

[Flashcoders] unable to implement simple timer functionality

2008-10-17 Thread anuj sharma
Hi All I am trying to use timer to load 2 different swf files (having pixel effect).I need little pause before loading another movie. On enter frame it is loading DVR.swf fine and then i am starting timer to load another HardDisk.swf file and it is loading the 2nd movie fine but then it is not stop

[Flashcoders] Re: unable to implement simple timer functionality

2008-10-17 Thread anuj sharma
Sorry Guys My mistake , i fixed that. there was no problem with the timer class, actually i am using this code in between of frames and forgot to put the stop frame. Ir's up and running now Thanks Anuj On Fri, Oct 17, 2008 at 5:15 PM, anuj sharma <[EMAIL PROTECTED]> wrote: > Hi All > I am trying

Re: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Zeh Fernando
Please read my post again. While I agree this is not the way most updates were made in the past, this is the way *certain* security updates were done in the past. Most notably: http://www.adobe.com/devnet/flash/articles/fplayer_security.html Read specially page 3. This was a big issue at the time

Re: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Juan Pablo Califano
Yes, it totally sucks, but there isn't much to do about it, though. I doubt they'll even consider resolving this issue for older content and, anyway, the player has been already publicly released, so the involved projects are broken by now for any user who upgraded to FP10 and will continue to be b

Re: [Flashcoders] Flash 10 file upload

2008-10-17 Thread Juan Pablo Califano
Fair enough. It may not be the first time they do it and maybe it's not a Macromedia vs Adobe thing (it seems as though they used to be more careful about backwards compatibility in the past, though). (And by the way, what I said about crossdomains was not 100% accurate as I messed up with the FP a