Re: [Flashcoders] Multiple SWFs (50) in one html page dramaticly increase memory ?

2008-04-03 Thread Flap Flap
I know, this his not my call to have 50 swfs... And we make the test with IE as well it is the same problem. If we reduce the number of swfs, memories is slowed (not sure ot a strictly mathematical match of the size)... Thanks ___ Flashcoders mailing

Re: [Flashcoders] Multiple SWFs (50) in one html page dramaticly increase memory ?

2008-04-02 Thread Flap Flap
2008/4/1, Bob Wohl [EMAIL PROTECTED]: Are you saying that you are loading 50 images into 1 swf? OR 50 images into 50 swfs and loading those into 1 swf? OR 50 swfs embeded into a browser? We have the same swf embed 50 time in a php page Each of them load a different image. Thanks --

[Flashcoders] Multiple SWFs (50) in one html page dramaticly increase memory ?

2008-04-01 Thread Flap Flap
Hi there, We have a php dev here that have embed a simple swf in a php file that show search result. Each result line show an image with an effect so the image is loaded by a swf. When we make a test with 50 line of result, the memory of the browser raise up of 50 Mo... Even if the swf is empty

[Flashcoders] Help in bytes reading with AS3

2008-01-14 Thread Flap Flap
Hi there, I'm starting a new personnal project and I need to be able to read bytes from a file to extract infos. Beacause I'm not familiar with this type of manipulation. So any of you know some good helper classes and / or tuts it will be good :) Thanks to all -- Benoît Milgram / Flapflap

[Flashcoders] Weirdo Bugs : css background repeat makes swf textinput bug

2007-09-13 Thread Flap Flap
Hi there, I just come to a tricky issue on a full flash website I'm working on : All my textInput gets buggy (when you input numbers they take letters with accents instaed of the numbers you typed). After some research I jsut found that the only difference with the buggy and the working site was

Re: [Flashcoders] Re: PrintJob acting weird

2007-04-13 Thread Flap Flap
2007/4/12, Hans Wichman [EMAIL PROTECTED]: Hi, is pj.addPage( view.mcPrint, null, {printAsBitmap:Boolean}); actual code? Yes absolutly. Does it talk to you ? -- Benoît Milgram / Flapflap http://www.kilooctet.net ___ [EMAIL PROTECTED] To change

Re: [Flashcoders] Re: PrintJob acting weird

2007-04-13 Thread Flap Flap
2007/4/13, Flap Flap [EMAIL PROTECTED]: 2007/4/12, Hans Wichman [EMAIL PROTECTED]: Hi, is pj.addPage( view.mcPrint, null, {printAsBitmap:Boolean}); actual code? Sorry mistake while copying my ocde it is : pj.addPage( view.mcPrint, null, {printAsBitmap:true}); -- Benoît Milgram

[Flashcoders] PrintJob acting weird

2007-04-12 Thread Flap Flap
Hi there, I got a simple code to print a mc. This mc is special for printable content and not show (_visible = false) Here is my print code : var pj : PrintJob = new PrintJob(); if (pj.start()) { pj.addPage( view.mcPrint, null, {printAsBitmap:Boolean}); pj.send();

[Flashcoders] Re: PrintJob acting weird

2007-04-12 Thread Flap Flap
In fact seems to be a Flash Player 9 weirdo and nothing to do with local / online. ___ [EMAIL PROTECTED] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

Re: [Flashcoders] Export a bitmapData to a PDF on server

2007-03-20 Thread Flap Flap
Hi there, Thanks for idea. I find will generate jpg and included them in a pdf generated by php. -- Benoît Milgram / Flapflap http://www.kilooctet.net ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Export a bitmapData to a PDF on server

2007-03-15 Thread Flap Flap
Hi there, Do you people knows a way to export a bitmapData to a pdf on server ? I assume its possible as we can do it for a jpg. I just looking for ready to use script if some of yours know some or just some clue to go. Its for Flash 8 by the way -- Flapflap http://www.kilooctet.net (Dev Blog

Re: [Flashcoders] Google Calendar of Flash Community Events

2007-03-08 Thread Flap Flap
Cool your enjoy it ;) Ben I will update events with country in the titles soon ;) -- Flapflap http://www.kilooctet.net ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Google Calendar of Flash Community Events

2007-03-07 Thread Flap Flap
Hi there, I started a month ago to set up a Google Calendar to reflect International Events of the Flash Commmunity. XML, iCal and HTML link can be found on OSFlash page : http://osflash.org/events Be sure to send me your info and to add it to your calendar Thanks -- Flapflap

Re: [Flashcoders] Google Calendar of Flash Community Events

2007-03-07 Thread Flap Flap
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Flap Flap Sent: woensdag 7 maart 2007 16:57 To: flashcoders@chattyfig.figleaf.com; FlexCoders Subject: [Flashcoders] Google Calendar of Flash Community Events Hi there, I started a month ago to set up a Google

[Flashcoders] Stranga behavior of MovieClip._height after scrollRect is define (differ on player version)

2007-03-01 Thread Flap Flap
Hi there, Got a view class that manage the displaying of an mc. It set a scrollRect to this mc and after popuplate this one with duplicateMovieClip. If the mc height is superior as a value (scrollRect height) the mc is removed. Works fine on Flash 8 on IE, but bug in 9 and 8 on FF ! In fact the

[Flashcoders] Information about speed connection in Japan

2007-01-18 Thread Flap Flap
Hi there, Did some one know where to find the average speed connection in Japan (and other countries). Thanks for any clue. -- Flapflap http://www.kilooctet.net (Dev Blog Flash Fr) ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Best actionscript developement environnement for Mac Intel

2006-09-12 Thread Flap Flap
Hi there, I try to find some ressource of the best environnement for as coding on Mac Intel. Also Flex 2. Eclipse seems to be the best way but I cannot find some good way to have as 3 / mxml autocompletion. Maybe there is other / better ? -- Flapflap http://www.kilooctet.net (Dev Flash Blog

[Flashcoders] AICC communication loadVariables make timeout script

2006-09-08 Thread Flap Flap
Hi there, We got a project that communicate in AICC. We just load and send vars from an mc witht loadVariables But there is some time (when launching first the app with no data in AICC) that we got the timeout script. We make a lot of test and its only append when lesson_location is empty. Very