RE: [Flashcoders] Blocking multiple logins on one computer

2010-05-22 Thread Cor
You can store a cookie using the SharedObject class. When a user visit your site the SO writes your string to the local computer. Be sure to delete it when the browser closes (or crashes!) -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chat

Re: [Flashcoders] Blocking multiple logins on one computer

2010-05-22 Thread Karl DeSaulniers
Hi Cor, Let me clarify a little more. How do I prevent multiple logins to my site from one computer regardless of the user? So that someone cant open safari and IE and log in to my site using both browsers on that one computer. Even if the usernames are different. TIA Karl On May 23, 201

RE: [Flashcoders] Blocking multiple logins on one computer

2010-05-22 Thread Cor
On Windows: Delete all local accounts, but one and keep that password to yourself. Also be sure to disable the Guest account. HTH Cor -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent:

[Flashcoders] Blocking multiple logins on one computer

2010-05-22 Thread Karl DeSaulniers
Hello Gurus, Is there a way to block multiple logins on one computer? Karl DeSaulniers Design Drumm http://designdrumm.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Drop shadows and blurs how heavy on the processor?

2010-05-22 Thread Nathan Mynarcik
If your scaling, PNGs are going to look like kaka (this probably isn't something new to you). I would use the blurs and shadows and play with the quality settings. If its too processor intensive, perhaps the designer needs to rethink the design to be more processor "friendly". -Original

Re: [Flashcoders] Drop shadows and blurs how heavy on the processor?

2010-05-22 Thread Fahim Akhter
Well I would be using scaling, thats the only reason I'm using vectors for now. so I need to satisfy my designer with his needs and not over process things. Fahim Akhter Game Developer | White Rabbit Studios | http://apps.facebook.com/feline-frenzy/ On Sat, May 22, 2010 at 8:31 PM, Nathan Mynarc

Re: [Flashcoders] Drop shadows and blurs how heavy on the processor?

2010-05-22 Thread Nathan Mynarcik
If you are not scaling the items, PNGs might work. However, they might bloat your swf size. Might be a trial and error thing that you would want to try and test. Not sure how bad blurs and glows/shadows are on the processor. I would probably still go the vector route. On Sat, May 22, 2010 at

Re: [Flashcoders] Drop shadows and blurs how heavy on the processor?

2010-05-22 Thread Fahim Akhter
Consider this scenario : 30 Items one room. I scroll the room , all have drop shadows and glows, recommended? Fahim Akhter Game Developer | White Rabbit Studios | http://apps.facebook.com/feline-frenzy/ On Sat, May 22, 2010 at 7:01 PM, Cor wrote: > This one: > -Original Message- > Fro

RE: [Flashcoders] Drop shadows and blurs how heavy on the processor?

2010-05-22 Thread Cor
This one: -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Fahim Akhter Sent: zaterdag 22 mei 2010 15:23 To: Flash Coders List Subject: [Flashcoders] Drop shadows and blurs how heavy on the processor? Hi, I

Re: [Flashcoders] Drop shadows and blurs how heavy on the processor?

2010-05-22 Thread Henrik Andersson
Cor wrote: No. Extremely clear what question you are answering there. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Drop shadows and blurs how heavy on the processor?

2010-05-22 Thread Cor
No. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Fahim Akhter Sent: zaterdag 22 mei 2010 15:23 To: Flash Coders List Subject: [Flashcoders] Drop shadows and blurs how heavy on the processor? Hi, I have

[Flashcoders] Drop shadows and blurs how heavy on the processor?

2010-05-22 Thread Fahim Akhter
Hi, I have say 10 items in a particular space, If I apply glows and drop shadows to all of them and all of these items are usually static. Other characters do move around them too. So I'm just wondering would it be wise to use vectors with actionscript blurs and glows. Or to have a PNG? and if I c