[Flashcoders] Fullscreen keyboard input

2008-02-05 Thread JulianG
have users play using the mouse, but is there a known workaround for this limitation? thanks! JulianG ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Copy and paste a movieClip?

2007-09-06 Thread JulianG
;t keep those values either. I hope this helps, JulianG Mendelsohn, Michael wrote: Hi list... [AS2] I'm trying to figure out how to copy a movieClip from inside a scroll pane component and paste that copy on the _root. The movieclip version of duplicateMovieClip doesn't seem to w

[Flashcoders] Recording Webcam - not enough keyframes

2007-08-23 Thread JulianG
hat I actually need is a way to generate keyframes inside an FLV file that was previously recorded. I can be a process that runs after a video was recorded. Any ideas? Thanks, JulianG ___ Flashcoders@chattyfig.figleaf.com To

Re: [Flashcoders] Flash CS3 over 400 MB! and 25 minutes to install!

2007-06-20 Thread JulianG
nal computer with it. I'm seriously considering not using the product at all. At least until I feel forced to do so. cheers, JulianG ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyf

Re: [Flashcoders] Flash CS3 over 400 MB! and 25 minutes to install!

2007-06-19 Thread JulianG
n I use FlashDevelop to write my scripts. So I figure out many people like me don't really need a gigantic IDE. Just the basics. Thanks again for explaining. cheers, JulianG ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Flash CS3 over 400 MB! and 25 minutes to install!

2007-06-19 Thread JulianG
eople updating Flash Player if it's 30MB or annoying in some other way. Perhaps you guys had this discussion some time ago. Do you have any URLs I can read about this, so I can find out if it is just me paranoid? Thanks, JulianG ___ Flashcod

Re: [Flashcoders] Record client's webcam without Flash Server

2007-06-04 Thread JulianG
Thanks! I downloaded it. And I will try it. So there's definitely no way to do this using just HTTP, right? Thanks! JulianG Ruslan Shestopal wrote: Hi! Take a look at RED5 Red5 : Open Source Flash Server http://www.osflash.org

[Flashcoders] Record client's webcam without Flash Server

2007-06-04 Thread JulianG
ose videos to the server. what options do I have? thanks in advance! JulianG ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you b

Re: [Flashcoders] [OT] AMFPHP not working with PHP 5.2.2. in Safe Mode

2007-05-30 Thread JulianG
thanks! that fixed it! JG dnk wrote: This is a known issue. Patrick had psted a fix or workaround on his blog. Check it out: http://www.5etdemi.com/blog/archives/2007/05/amfphp-fix-for-php-522-compatibility-issue/ ___ Flashcoders@chattyfig.figlea

[Flashcoders] [OT] AMFPHP not working with PHP 5.2.2. in Safe Mode

2007-05-28 Thread JulianG
]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/httpd/paulasedacca.com.ar/public_html/_amfphp/browser/client/AMFClient.php on line 119 I've been reading and the CURLOPT_FOLLOWLOCATION thing has been changed in PHP 5.2.2. Any ideas? Thanks, Ju

Re: [Flashcoders] Running Flash Application on a local network

2007-01-22 Thread JulianG
are you using an HTTP server on the host computer? or just opening the HTML/SWF file using a network share? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/fl

Re: [Flashcoders] Flash Game - Post Encrypted Score toserver sidescript

2006-12-28 Thread JulianG
ew hours anyway. Thanks for your help! JulianG Danny Kodicek wrote: Be aware that once you're allowing for hackers getting into your game, just hacking into the server communication is not your only problem: they may find ways to cheat the game without touching that code. As a simple example: supp

Re: [Flashcoders] Flash Game - Post Encrypted Score to server side script

2006-12-24 Thread JulianG
I was starting to suspect that. Thank you! JOR wrote: Referrer's can be faked. James Mick G wrote: You can also try checking the HTTP referrer in PHP to make sure people can only post data to your PHP script from your page on your site. ___ Flash

Re: [Flashcoders] Flash Game - Post Encrypted Score to server side script

2006-12-22 Thread JulianG
Thanks John! ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Traini

Re: [Flashcoders] Flash Game - Post Encrypted Score to server sidescript

2006-12-22 Thread JulianG
big fan of. Thanks, JulianG Danny Kodicek wrote: Depending on how secure you need it to be (ie, whether there's money or a prize involved), a simple solution is to use SHA-1 (I think Branden Hall made a SHA-1 encryption algorithm a while back, and it's standard in PHP). Have a long ke

[Flashcoders] Flash Game - Post Encrypted Score to server side script

2006-12-22 Thread JulianG
Hello: I'm developing a small flash game for a website. Users must register and log-in before they're allowed to post their scores to the back-end. Nevertheless I don't want to have the scores posted in a simple way, because someone could easily, sign up, log-in, and then post a higher score w

Re: [Flashcoders] components are Evil?

2006-11-25 Thread JulianG
yes. sorry. it wasn't 200k perhaps I was doing something of about 20k, and adding 32kb just for a scrollbar left an awfull impression on me. I need to get my hands on Flex 2 for my next RIA. JG ___ Flashcoders@chattyfig.figleaf.com To change your sub

Re: [Flashcoders] components are Evil?

2006-11-25 Thread JulianG
I have the same impression. I found it easier to develop my own scroll bar component (or class ) including support for mouse weel, targeting textfields and masked movieclips , than dealing with the graphic customization of the UI Components. I've also noticed they add about 200KB to your SWF file.

Re: [Flashcoders] efficient line segment intersection algorithm?

2006-11-09 Thread JulianG
I think HitTest only works with the bounding box of the MovieClip. So it's not appropriate for what you're doing. Try this Metanet Tutorial: Beyond HitTest() <http://www.harveycartel.org/metanet/tutorials.html> Collision Detection in Flash. cheers, JulianG Millie Niss wrot

Re: [Flashcoders] Freelancer Class

2006-11-07 Thread JulianG
I know I don't have to. But I think the code is more clear that way. Thanks, JulianG Rich Rodecker wrote: you know you dont have to reference 'this' inside the class, right? :D ___ Flashcoders@chattyfig.figleaf.com To change yo

[Flashcoders] Freelancer Class

2006-11-06 Thread JulianG
// ActionScript 2.0 class Freelancer extends Person { var available_time:Number; // hours per day // Constructor function Freelancer( hs:Number ){ this.available_time = hs; } function onIdle(){ if( this.available_time > 2 ){ this.workWithPixeltoys();

Re: [Flashcoders] HELP! Zinc projector saving to xml file - 50k limit?

2006-10-26 Thread JulianG
and it didn't work) 3. Use the *appendfile *or *appendfileunicode* functions in a loop, once for each chunk of text. The bad news is that it takes about 10-15 seconds to save a 250KB file on my Pentium IV 3GHz. cheers, JulianG grimmwerks wrote: I've got a list of items that ha

Re: [Flashcoders] Saluti alla ML

2006-09-29 Thread JulianG
Ah! Brasil! I'm from Argentina. Alguien de Argentina? JulianG Marcelo Wolfgang wrote: I'm 2 :) been on this list for almost 3 years :) lurking and de-lurking when needed ( I hoped to help more, and read more, but I'm very busy ) Julian, I'm in Curitiba, Brasil since

Re: [Flashcoders] Saluti alla ML

2006-09-28 Thread JulianG
Salve Daniele: Penso che il tuo sia stato il primo messaggio in italiano in questa lista. benvenuto! JulianG Daniele La Delfa wrote: Salve a tutti, mi sono appena iscritto! Volevo giusto salutare tutta la lista... A presto, Daniele

Re: [Flashcoders] Saluti alla ML

2006-09-28 Thread JulianG
very accurate translation Marcelo, where are you from? JulianG Marcelo Wolfgang wrote: It's Italian a rough translation : Hi everybody I've just subscribed Just want to say hello to all in the list but,well I don't speak Italian, never did any course either, so maybe it

Re: [Flashcoders] Can I assign a Class to the main timeline?

2006-07-21 Thread JulianG
Thanks you Patrick and Weyert! I tried Patrick's approach and it worked. I had never used this __proto__ thing before. Besides this, what do you use __proto__ or "prototype" for? I never use it. Maybe I'm missing something. thanks, JulianG Patrick Matte wrote: Nice t

[Flashcoders] Can I assign a Class to the main timeline?

2006-07-20 Thread JulianG
y documentation on this? Thanks in advance! JulianG ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier A