[Flashcoders] Special Behavior with text

2007-01-17 Thread Laurent CUCHET
Good morning Does the textfield and datagrid see the accent differently ?( éè à ç etc ) I import from a db this text “Raon-l’Étape” in a text field and in a datagrid. (finally its to use with datagrid only ) In the textfield (non html ) I get this correct text = Raon-l’Étape and In the

[Flashcoders] combobox

2007-01-17 Thread Laurent CUCHET
I use an mc with a combobox loaded at level 40 for ex. it works ok : loadMovieNum(³combo.swf²,40); I load this movie in a link : loadmovie(³combo.swf², link); and the combobox is blocked. Impossible to open i. Have you got an idea ? Thank you ___

Re : [Flashcoders] components in flash

2007-01-17 Thread Costello, Rob R
Do you need to call invalidate on the component? I've had that when using scrollpanes with dynamic text - they don't take their needed dimensions till you force a redraw with invalidate -- Date: Tue, 16 Jan 2007 14:11:13 -0500 From: Gustavo Duenas [EMAIL PROTECTED] Subject: Re:

Re: [Flashcoders] flash movie don't load properly

2007-01-17 Thread Gorka Guridi
Thanks everybody, I use your function with setInterval and clearInterval and it works fine. A loop must be defined in order to wait complete load of movie. When I didn't wait, movie only loaded 80% of bytes and began to execute itself. The result was that sometimes it seems to work fine,

RE: [Flashcoders] loadMovie in a duplicated movieclip

2007-01-17 Thread Don
Sorry Jason, I was typing from memory, not copy / paste... this[newName]._x = menu_ds.HorizontalPos; Doesn't work for me, and the only reason I ended up using eval() is because it's the only thing that worked! This code doesn't work... duplicateMovieClip(dupButton, newName, i);

Re: [Flashcoders] combobox

2007-01-17 Thread Laurent CUCHET
No the bar can not be open , very strange Le 17/01/07 10:06, « Hans Wichman » [EMAIL PROTECTED] a écrit : Hi, what do you mean with blocked? Strange layout, small weird icon etc? greetz JC On 1/17/07, Laurent CUCHET [EMAIL PROTECTED] wrote: I use an mc with a combobox loaded at

Re: [Flashcoders] combobox

2007-01-17 Thread Hans Wichman
try this on frame 1 of your main movie: Object.registerClass(ComboDownArrowDisabled, MovieClip); greetz JC On 1/17/07, Laurent CUCHET [EMAIL PROTECTED] wrote: No the bar can not be open , very strange Le 17/01/07 10:06, «Hans Wichman» [EMAIL PROTECTED] a écrit: Hi, what do you mean with

[Flashcoders] infrared or bluetooth

2007-01-17 Thread Karlo Marcelo A. Estrada
How do we communicate with infrared or Bluetooth device in actionscripting? ___ 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] loadMovie in a duplicated movieclip

2007-01-17 Thread Merrill, Jason
Well, to dig deeper, it's hard to comment because I don't know what _root.menu_ds.hasNext() does, or how _root.menu_ds.Type is set, or how dupButton is determined. There could be any number of things wrong there. Why are you using a while loop out of curiosity? Also, I usually avoid

[Flashcoders] Flash and JAWS

2007-01-17 Thread JOR
I need to add JAWS support to a current application. Are there any developers out there already familiar with integration? I'm having a problem with JAWS trapping key events so event handlers in my app like click any key to continue aren't being called. I'm also trying to figure out how to

[Flashcoders] Re: Flashcoders Digest, Vol 24, Issue 29

2007-01-17 Thread Dan
Hello flashers, I have a perhaps unsolvable problem: I have a looping animation of about 200k. I load it into a movie with many nested mcs, approx 250. When I publish the animation runs sluggishly and when I move the mouse it freezes completely reanimating when I stop moving the mouse. The

Re: [Flashcoders] Flash and JAWS

2007-01-17 Thread Michael Stuhr
JOR schrieb: I need to add JAWS support to a current application. Are there any developers out there already familiar with integration? I'm having a problem with JAWS trapping key events so event handlers in my app like click any key to continue aren't being called. I'm also trying to

[Flashcoders] [flexcoders]

2007-01-17 Thread Webdevotion
Hello, I was having problems when loading some external Flash 9 alpha compiled swf's into my AS3 project. I got a cannot write to read-only property on global$init error. Fixed it by using a new domain for every call in my loadExternal method. Is this the right way of doing things ? public

[Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Alexander Farber
Hi, I've drawn a red rectangle, then pulled a v2 Checkbox and a Button inside of it, named them my_checkbox and my_button and then converted all of that into a MovieClip which I called Settings and removed from the stage. Finally I've pulled a Window on the stage and called it my_win. While

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Thomas Fowler
So, you have a symbol in your library with a linkage identifier of Settings. Does this symbol also have the name of your class that is supporting the symbol? This class would be called Settings also. - Original Message - From: Alexander Farber [EMAIL PROTECTED] To: Flashcoders mailing

Re: [Flashcoders] combobox

2007-01-17 Thread ntasky
Hi, Had the same problem, solved it by bringing an instance of the combo component in the main movie even if th emain movie doesn't use it. Also, in other cases i had to uses the _lockroot property

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Thomas Fowler
Going to send your .fla w/ a class file here in just a sec... - Original Message - From: Thomas Fowler [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, January 17, 2007 8:34 AM Subject: Re: [Flashcoders] A v2 Window with a Checkbox and a

RE: [Flashcoders] combobox

2007-01-17 Thread Rost, Andrew
Also, when you load a clip using loadMovieNum, you're loading the SWF directly into the timeline. When you use loadMovie, you're loading the SWF into a target clip. When you load a SWF into a target clip that utilizes components, you'll need to set _lockroot = true; on the target clip. var

[Flashcoders] Standalone Flash Players for Linux

2007-01-17 Thread August Gresens
Hello We've just been awarded a kiosk job to be developed in Flash. The client is interested in deploying this kiosk on Linux using the standalone player. We're trying to figure out which version of Flash to use. There does not seem to be a Flash 8 or Flash 8.5 standalone player for Linux.

[Flashcoders] Movieclip playback problem

2007-01-17 Thread Dan
Hello flashers, I have a perhaps unsolvable problem: I have a looping animation of about 200k. It is in a movie with many nested mcs, approx 250. When I publish, the animation runs sluggishly and when I move the mouse it freezes completely reanimating when I stop moving the mouse. The above

Re: [Flashcoders] bluetooth

2007-01-17 Thread Mark Lapasa
Hello, There isn't any component that would allow BT communication between the Flash Player and a Bluetooth stack that I know of. If I were trying to take a stab at it, I would try develop a Java application that would make use of the JSR-82 API (Bluetooth for Java). Then in that

RE: [Flashcoders] swf into swf - background color?

2007-01-17 Thread Merrill, Jason
There is no need. When you load swfB into swfA, swfB does not have any background color. There is only one background color in the Flash document being shown, that is the background of swfA. Jason Merrill Bank of America Learning Organizational Effectiveness -Original

[Flashcoders] Algo's to change the ordering of arrays

2007-01-17 Thread Mike Mountain
I'm looking for some simple algo's to change the ordering of an array which represents squares in a grid: In the first instance I want to translate from 0 3 6 1 4 7 2 5 8 Existing Array=new Array(0,3,6,1,4,7,2,5,8) To: 0 1 2 7 8 3 6 5 4 (0,1,2,7,8,3,6,5,4) Ideally I'd want a whole bunch of

Re: [Flashcoders] swf into swf - background color?

2007-01-17 Thread Ian Thomas
Wendy, Not from within Flash, which is really annoying (and quite puzzling - I've no idea why they didn't expose that as a property somewhere, along with the canvas size). You might be able to do it server side using something like swfmill or swfdump, if you really need to. Sorry! Ian On

[Flashcoders] how to find that the flv video is finished

2007-01-17 Thread natalia Vikhtinskaya
Hi to all How to determine that the video is finished? I tried ns[onMetaData]=function(obj){ duration=obj.duration; } and then if(ns.time==duration) but it is always false. Thank you for any help. ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] Showoff of Flash Isometric MORPG

2007-01-17 Thread Chris Benjaminsen
Hi all Just wanted to showcase a game I have been working on. Its an isometric multiplayer RPG game made for DR (Danish media company) Sadley its in danish, but once past the login screen it should be fairly intuitive. http://bardatest.clients.beit.dk/ For those of you who do not speak

AW: [Flashcoders] Algo's to change the ordering of arrays

2007-01-17 Thread Andreas Weber
Something like a spiral-sort? http://chattyfig.figleaf.com/pipermail/flashcoders/2005-March/134713.html hth - Andreas Weber -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Mike Mountain Gesendet: Mittwoch, 17. Januar 2007 16:37 An:

Re: [Flashcoders] Algo's to change the ordering of arrays

2007-01-17 Thread eka
Hello :) the algo to the zsorting can inspire you to find your algo : http://www.tweenpix.net/blog/index.php?q=grid+algo EKA+ :) 2007/1/17, Mike Mountain [EMAIL PROTECTED]: I'm looking for some simple algo's to change the ordering of an array which represents squares in a grid: In the

RE: [Flashcoders] loadMovie in a duplicated movieclip

2007-01-17 Thread Don
Hi Jason, I've put buttons in the duplicated movieclips, and they always trace back as +level0.button_28 or whatever the button number was when created... I've also traced every variable coming from menu_ds and they all work as they should... The while loop and the hasNext() come right out of

RE: [Flashcoders] Loading .html as a String variable

2007-01-17 Thread Andrew Murphy
I'll give that a try. Thank you. :) - - - - - - - - - -[andrew murphy]- flash developer [EMAIL PROTECTED] delvinia interactive inc. 214 king street west, suite 214 toronto canada M5H 3S6 voice 416.364.1455 ext. 232 cell 416.820.8723 fax 416.364.9830 www.delvinia.com CONFIDENTIALITY NOTICE

[Flashcoders] Safari Menu problem with Flash

2007-01-17 Thread Jefferis Peterson
Hi folks, it's been a few years since I've been here. My use of Flash has slipped quite a bit since most of my clients only desire a little bit here and there. Recently though I've run into a problem that seems to have resulted with the Adobe Scripts update last year. Now, even Adobe's home

Re: [Flashcoders] Showoff of Flash Isometric MORPG

2007-01-17 Thread Hans Wichman
brings back memories of baldurs gate, completely awesome! Did you build this from scratch or on a custom framework or? Very nice dude. On 1/17/07, Chris Benjaminsen [EMAIL PROTECTED] wrote: Hi all Just wanted to showcase a game I have been working on. Its an isometric multiplayer RPG game

[Flashcoders] movieclip size change onRotate?

2007-01-17 Thread David Ham
I'm having a thorny Flash problem and I was wondering if you've seen anything like it before. In the tool I am building, you can place an object on the stage and do a free transform kind of operation on it; you can scale X, scale Y, and rotate it around its center. So far, I can: * rotate * scale

Re: [Flashcoders] Using XRay

2007-01-17 Thread slangeberg
John, Thanks for all your help. By tinkering around, I was able to get things working just fine. I was already able to diagnose a serious, last-minute situation this morning, so blessings on your life, my friend! As someone else has said, I'm not sure what I was doing without it! -Scott On

Re: [Flashcoders] Using XRay

2007-01-17 Thread John Grden
many thanks man, I really appreciate hearing things went well :) On 1/17/07, slangeberg [EMAIL PROTECTED] wrote: John, Thanks for all your help. By tinkering around, I was able to get things working just fine. I was already able to diagnose a serious, last-minute situation this morning, so

Re: [Flashcoders] movieclip size change onRotate?

2007-01-17 Thread David Lochhead
What about changing the height and width of a movieclip inside the one you are rotating and scaling? Just a thought. Dave ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] how to know that thae video is finished?

2007-01-17 Thread natalia Vikhtinskaya
Hi to all How to determine that the video is finished? I tried ns[onMetaData]=function(obj){ duration=obj.duration; } and then if(ns.time==duration) but it is always false. Thank you for any help. ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Thomas Fowler
Looked at this for about 15 min. and for some reason neither component is available for me to change. Strange... - Original Message - From: Alexander Farber [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, January 17, 2007 8:57 AM

Re: [Flashcoders] how to know that thae video is finished?

2007-01-17 Thread Jordan Snyder
The onMetaData event is fired in the beginning of the clip if there is metadata. Using similar code, look at the onComplete event of the NetStream class. cheers On 1/17/07, natalia Vikhtinskaya [EMAIL PROTECTED] wrote: Hi to all How to determine that the video is finished? I tried

[Flashcoders] OT: Flex instances

2007-01-17 Thread Merrill, Jason
Excuse the OT, but the Flexcoders list keeps failing me - meaning, I subscribe, it works for a few days, then I get automatically unsubscribed - other times, I post a question, and it doesn't appear for hours and hours, and even then nobody responds sometimes. With the high traffic on the list,

[Flashcoders] AS2 best practice question - attachMovie or static create method

2007-01-17 Thread Matthias Dittgen
Hello, beside the many AS3 questions, IMHO most of the current real-world projects are still based on FlashPlayer 7 and 8 and thus on AS2, because of the player penetration. This was probably asked before, but I want to know which workflow works best for you guys: Do you prefer a) the

RE: [Flashcoders] Flash and JAWS

2007-01-17 Thread Andrew Kirkpatrick
JAWS uses quick navigation keys. You can turn them off by hitting ins+n, if only to diagnose the issue. JAWS builds in additional shortcuts - you can navigate to controls from the ins+f5 control dialog, for example. I'm happy to take a look if you can send a link. AWK Andrew Kirkpatrick

Re: [Flashcoders] OT: Flex instances

2007-01-17 Thread Farid Shahlavi
This example should help you: http://www.drisgill.com/index.cfm/2006/10/19/Flex-Fancy-Gallery hth Farid - Original Message From: Merrill, Jason [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, January 17, 2007 1:27:47 PM Subject:

Re: [Flashcoders] Flash and JAWS

2007-01-17 Thread JOR
JAWS 8 and Flash 7. James Michael Stuhr wrote: JOR schrieb: I need to add JAWS support to a current application. Are there any developers out there already familiar with integration? I'm having a problem with JAWS trapping key events so event handlers in my app like click any key to

RE: [Flashcoders] XML and line breaks ...

2007-01-17 Thread Alexander, Mary
You can also insert #10; into your XML to force a newline. m. From: [EMAIL PROTECTED] on behalf of eric dolecki Sent: Wed 1/10/2007 11:46 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] XML and line breaks ... Use CDATA and a br/ tag where you

Re: [Flashcoders] movieclip size change onRotate?

2007-01-17 Thread R�kos Attila
I tried the following script: for (var i = 0; i 3; i++) { mc = createEmptyMovieClip(mc + i, i); mc.lineStyle(0, 0, 0); mc.beginFill(0xFF (i * 8)); mc.moveTo(-50, -15); mc.lineTo(50, -15); mc.lineTo(50, 15); mc.lineTo(-50, 15);

RE: [Flashcoders] OT: Flex instances

2007-01-17 Thread Merrill, Jason
Thank very much, that got me to a point, but that is an example of targeting the id to class addded as a component - how would you do it if your class was not a component? I plugged in their example code, and did it the same way (at least I thought), and I don't get any errors in Flex, but I also

RE: [Flashcoders] Algo's to change the ordering of arrays

2007-01-17 Thread Hairy Dog Digital
Happen to have a link to an English version? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eka Sent: Wednesday, January 17, 2007 10:59 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Algo's to change the ordering of arrays Hello :) the

[Flashcoders] (no subject)

2007-01-17 Thread actionscript
I apologize if this does not relate directly to an AS issue. I'm building a flash application that is going to sit on the desktop and act as a glorified screensaver with some intense animations and video (via FLV). As such, I've been give too models of PC builds to support my application.

[Flashcoders] JSFL: Converting contours to symbols

2007-01-17 Thread Max Kaufmann
The age-old problem, finally hacked: /* Symbolize Contours By Max Kaufmann */ function copy_array(src,dest) { for (var i=0; isrc.length; i++) dest[i] = src[i]; } fl.outputPanel.clear(); var doc = fl.getDocumentDOM(); var tl =

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Muzak
The checkbox and button aren't ready (initialized) by the time the Window complete event is triggered. To found out when the Settings movieclip is ready, attach a class to the movieclip (call it Settings), which extends the MovieClip class. Define an onLoad method and dispatch an event.

Re: [Flashcoders] (no subject)

2007-01-17 Thread Ron Wheeler
My guess would be that memory in excess of 1 GB would be almost useless in a dedicated application. Ron [EMAIL PROTECTED] wrote: I apologize if this does not relate directly to an AS issue. I'm building a flash application that is going to sit on the desktop and act as a glorified screensaver

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Fumio Nonaka
Hi Muzak, Shouldn't the EventDispatcher.initialize() apply to the prototype of a class? _ The checkbox and button aren't ready (initialized) by the time the Window complete event is triggered. To found out when the Settings movieclip is ready, attach a class to the movieclip (call it

Re: [Flashcoders] how to know that thae video is finished?

2007-01-17 Thread Shang
I look through the help file but didn't find onComplete event. What I always use is onStatus NetStream.Play.Stop. On 1/18/07, Jordan Snyder [EMAIL PROTECTED] wrote: The onMetaData event is fired in the beginning of the clip if there is metadata. Using similar code, look at the onComplete

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Muzak
Yup, it should.. Thanx for spotting that ;-) private static var dispatcherInit = EventDispatcher.initialize(Settings.prototype); regards, Muzak - Original Message - From: Fumio Nonaka [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday,

Re: [Flashcoders] how to know that thae video is finished?

2007-01-17 Thread Matthias Dittgen
use this: myNetStream.onStatus = function(infoObject:Object):Void { if (debug==true) { status_txt.text += status ( + this.time + seconds)\n; status_txt.text += \t Level: + infoObject.level + \n; status_txt.text += \t Code: + infoObject.code + \n\n;