Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread David Buff
. I don't know if it is possible to draw a .mov frame in a BitmapData. If it's possible, tell us. David Buff - Original Message - From: Ricardo Sánchez [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 10:07 AM Subject

Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread David Buff
. I don't know if it is possible to draw a .mov frame in a BitmapData. If it's possible, tell us. David Buff - Original Message - From: Ricardo Sánchez [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 10:07 AM Subject

Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread David Buff
. I have no time to try it, may be it works... David Buff - Original Message - From: David Buff [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 10:48 AM Subject: Re: [Flashcoders] Playing video backwards kills my CPU

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

2006-10-10 Thread David Buff
of the second movie (witch is running back). Good idea David Buff - Original Message - From: Toby [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 5:17 PM Subject: RE: Re: [Flashcoders] Playing video backwards kills my CPU

[Flashcoders] how to identify the navigator?

2006-10-11 Thread David Buff
I need to know witch navigator is running the swf... and it will be better if I can do that in flash, without using javascript. I didn't find a solution in the reference pages, does somebody know how to do?? ___ Flashcoders@chattyfig.figleaf.com To

Re: [Flashcoders] CacheAsBitmap advice

2006-10-11 Thread David Buff
for the scroll, you will not realy increase the speed with cacheAsBitmap. But I think you can do much better using BitmapData, scroll(), draw() and flash.geom.matrix in the draw() method. always sorry for my english David Buff - Original Message - From: Jason Ross [EMAIL PROTECTED

Re: [Flashcoders] IE doesn't seem to want to recognize FlashVars

2006-10-11 Thread David Buff
I've got a similar problem with the cache of IE7.0, try to clean your cache, and try your swf again. If it resolve the problem, tell me, I'm working on a solution... - Original Message - From: Christopher Whiteford [EMAIL PROTECTED] To: Flashcoders@chattyfig.figleaf.com Sent:

Re: [Flashcoders] Weird image download problems in IE

2006-10-17 Thread David Buff
One way could be to draw a part of your image into a small BitmapData then do a getPixel, if the value is not 0, your image is loaded. I've a problem with IE and the flash loader too. But it's with request on cfm pages. After 200 requests, the connection come back with success, but the values

[Flashcoders] Problem with response of cfm pages especially with IE 7.0

2006-10-17 Thread David Buff
Hi FlashCoders ! Sorry again for my bad english... We've a big and curious problem with cfm pages, since one week, without finding a real solution. It seem's there is a problem beetween flash player and navigator especialy IE 7.0 We build online games, and this games make request to the server

[Flashcoders] Problem with repsonse of cfm pages especially with IE

2006-10-17 Thread David Buff
Hi FlashCoders ! Sorry again for my bad english... We've a big and curious problem with cfm pages, since one week, without finding a real solution. It seem's there is a problem beetween flash player and navigator especialy IE 7.0 We build online games, and this games make request to the

Re: [Flashcoders] doLater not working

2006-10-18 Thread David Buff
doesn't exist when the function is called... Try to write tour _root.panelBG.sp.doLater(_root, displayCorrectFrame); on the frame 2, if it works, it's because you don't do the things in wright order... David Buff - Original Message - From: Mendelsohn, Michael [EMAIL PROTECTED

Re: [Flashcoders] Bitmap filters

2006-10-19 Thread David Buff
To invert your image, just create a MovieClip in your library, then put your picture inside, and link this MovieClip with the id: picture_id. the code is: import flash.filters.ColorMatrixFilter; var matrix:Array = new Array(); matrix = matrix.concat([-1, 0, 0, 0, 256]); // red matrix =

Re: [Flashcoders] AS 3.0 - Loader.load() a .swf and than control it

2006-10-19 Thread David Buff
... sorry, my licence expired, and I didn't recept the Flex 2.0 I by... Speak again about that when I get my new licence David Buff - Original Message - From: Dave Geurts [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, October 18, 2006

Re: [Flashcoders] attachbitmap and copy pixels.

2006-10-19 Thread David Buff
of your picture is drawed into the red box. Change the xPos, yPos and borderSize. You'll be abble to anderstand copyPixels with this exemple. (but it don't show how to use the alpha channel... another time, when you'll be familiar with this) enjoy, David Buff - Original Message - From

Re: [Flashcoders] attachbitmap and copy pixels.

2006-10-19 Thread David Buff
Point is a flash.geom.Point object witch define the top left point inside the destination BitmapData where you want to copy your pixels (usually (0,0) but you can choose something else) David Buff - Original Message - From: David Buff [EMAIL PROTECTED] To: Flashcoders mailing list

Re: [Flashcoders] attachbitmap and copy pixels.

2006-10-19 Thread David Buff
My english's not so good as I would like... Would like to help you but, could you be a little more understandable (for a frenchy) ?? - Original Message - From: Johnny Zen [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, October 19, 2006

Re: [Flashcoders] ComboBox

2006-10-19 Thread David Buff
]; } Two_cb.addItem(itemObject); } } May be there is something more simple... David Buff - Original Message - From: Laurent CUCHET [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, October 19, 2006 2:15 PM Subject: [Flashcoders] ComboBox There is 2

Re: [Flashcoders] Boolean question

2006-10-19 Thread David Buff
but w.zoomed is a pointer to a pointer of a boolean value... I guess... David Buff - Original Message - From: slangeberg [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, October 19, 2006 4:32 PM Subject: Re: [Flashcoders] Boolean question

Re: [Flashcoders] Selection.getFocus()

2006-10-19 Thread David Buff
and select it. David Buff - Original Message - From: Lieven Cardoen [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, October 19, 2006 4:53 PM Subject: [Flashcoders] Selection.getFocus() FlashCoders, Selection.getFocus() gives back a String

Re: [Flashcoders] Selection.getFocus()

2006-10-19 Thread David Buff
Hi again... eval works but it's a old fonction... I'm not sure it works good in AS 2.0 David Buff - Original Message - From: Michael Stuhr [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, October 19, 2006 5:08 PM Subject: Re

Re: [Flashcoders] Q:Playing with BitmapData

2006-10-23 Thread David Buff
)+red)8)+green)8)+blue; good luck David Buff - Original Message - From: [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Sunday, October 22, 2006 4:49 AM Subject: [Flashcoders] Q:Playing with BitmapData Hi There are two things I am trying to do with bitmap data

Re: [Flashcoders] find same label

2006-10-23 Thread David Buff
Sorry, more simple: don't push in a array and cast the array as string... just push in a string like: var myString:String = and myString+=value; David Buff - Original Message - From: David Buff [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] efficient line segment intersection algorithm?

2006-11-09 Thread David Buff
Hi I test myself with only lines in the two movieClips, hitTest works fine without fills... David Buff - Original Message - From: Millie Niss [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, November 09, 2006 4:01 AM Subject

[Flashcoders] Mouse and ActionScript3

2006-11-10 Thread David Buff
object... but it's not a nice solution... Any idea ?? thanks David Buff ___ 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

Re: [Flashcoders] Letting go of AS2 for AS3

2006-11-15 Thread David Buff
class whitch start playing the swf. I tryed quickly to build an app with it, but it didn't start... sorry to can't help you more... I hope I bring a few light in your mind... David Buff - Original Message - From: Lori Hutchek [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com