RE: [Flashcoders] Measuring width of some text

2006-12-22 Thread Van De Velde Hans
Just a txt.textWidth should do the trick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Perdue, Blake Sent: donderdag 21 december 2006 22:28 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Measuring width of some text I need to measure

RE: [Flashcoders] flashing first frame

2006-12-12 Thread Van De Velde Hans
Did you add a stop(); on the last frame? (silly me) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Berkey Sent: dinsdag 12 december 2006 13:54 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] flashing first frame A quick-n-dirty

RE: [Flashcoders] cuepoint/flvplayback question

2006-12-12 Thread Van De Velde Hans
You can put a listener on the scrubbing and the change event of the FLV playback and retrieve the last cue point with code: Ex. public function getLastCuePoint():Object { var pht:Number = my_FLVPlybk.playheadTime; for(var i:Number = cuePoint_array.length-1;

[Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Van De Velde Hans
Hi list, a question that's in my mind since for a little while now : how can you get event bubbling (cfr. Flex) in Flash? I have a menu with nested bullet-movieclips. A click on a bullet dispatches an event and my menu does not automatically forward that event to the listeners on the menu

RE: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Van De Velde Hans
: donderdag 28 september 2006 16:59 To: Flashcoders mailing list Subject: Re: [Flashcoders] Event bubbling in Flash like in Flex personally i use a different mechanism, but this one by ralf bokelberg is good http://www.helpqlodhelp.com/blog/archives/000144.html On 9/28/06, Van De Velde Hans [EMAIL

RE: [Flashcoders] Event bubbling in Flash like in Flex

2006-09-28 Thread Van De Velde Hans
It's because event bubbling is so great in Flex 2, that I started looking for a slick solution in ActionScript 2... By the way, are you a moderator for this list? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: donderdag 28

RE: [Flashcoders] PRINTJOB HELL, PRINTJOB NIGHTMARE with several PAGES

2006-04-24 Thread Van De Velde Hans
You get your text from the textarea and you do this: Dynamically attach a movieclip from the library with a preformatted textfield that exactly fits an A4 page (set movieclip to _visible = false to do it invisibly) and fill the textfield up with the text from your textarea until the textfield is

RE: [Flashcoders] MovieClipLoader - Crash in player 7, fine in pl ayer 8

2006-04-04 Thread Van De Velde Hans
I've had some trouble in the Flash 7 plugin when loading JPEGs that were Saved for the Web in Adobe Photoshop CS2 with the Optimized checkbox ticked on : the images simply weren't displayed with Flash plugin 7. (After re-saving without that option everything was ok.) Please note that the

RE: [Flashcoders] MovieClipLoader - Crash in player 7, fine in pl ayer 8

2006-04-04 Thread Van De Velde Hans
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Van De Velde Hans Sent: dinsdag 4 april 2006 12:25 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] MovieClipLoader - Crash in player 7, fine in pl ayer 8 I've had some trouble in the Flash 7 plugin when loading JPEGs that were Saved

RE: [Flashcoders] vardump an object in ActionScript?

2006-02-15 Thread Van De Velde Hans
Yes, there is, do this : import mx.data.binding.ObjectDumper; // usage of static function toString like this trace(ObjectDumper.toString(theObjectYouWantToDump)); Regards, Hans Van de Velde Senior Multimedia Developer e-mail: [EMAIL PROTECTED] direct: +32 2 745 58 51 Digital Age Design

[Flashcoders] Firefox flash plugin problem?

2005-12-01 Thread Van De Velde Hans
Hi list, I have the strangest problem on a mini-site with a form: in Firefox, the Input textfields don't allow to type an @ or any other special character (!) and I do NOT have the problem in other browsers on PC or Mac... To see it : http://you-are-here.be/ http://you-are-here.be/ Send To

[Flashcoders] CORRECTION: Firefox flash plugin problem?

2005-12-01 Thread Van De Velde Hans
http://www.you-are-here.be/ http://www.you-are-here.be/ -Original Message- From: Van De Velde Hans Sent: donderdag 1 december 2005 18:34 To: 'flashcoders@chattyfig.figleaf.com' Subject: Firefox flash plugin problem? Hi list, I have the strangest problem on a mini-site with a form

[Flashcoders] zoomable Flash maps

2005-11-29 Thread Van De Velde Hans
Hi list, I need to make a geographical map viewer module in Flash with a dynamic number of hierarchical zoomable depth levels and with a number of hotspots per level (i.e. the stores of the client in a certain country, region or city). And I need to foresee an administration module that allows