Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread Arul Prasad
try clearing off the Flash folder, in ur Users folder. I dont have a Mac right now, so forgot cant give u the exactpath. it should be somewhere in Users::library:Application data (?) :Macromeda:Flash:... as I said, I'm not very sure about the path, just check it out. ~Arul Prasad. On

Re: [Flashcoders] Printing with dynamically loaded transparent PNG's

2006-05-19 Thread Rob Muller
Hi Peter, Shouldn't be any problem - but you need to set the printAsBitmap options parameter to true.. which unfortunately means all your vectors will print as bitmaps as well. Cheers, Rob. On 5/19/06, Peter Gehring [EMAIL PROTECTED] wrote: Hello again... I'm looking for a solution to print

[Flashcoders] load data

2006-05-19 Thread Flashgrrl
Hi all, This discussion got taken offline so to share with everyone...it looks like a server side script will be used. GregoryN: Yes, you sent me some very good information a while back. Thanks again for that. All good points translated into layman's terms. Much appreciated! So for anyone

RE: [Flashcoders] CD ROM dimensions?

2006-05-19 Thread Derek Vadneau
All of that would be true, if I hadn't mentioned changing the resolution via DirectDraw. When you change the resolution via DirectDraw, the actual screen resolution doesn't change, so it doesn't screw up desktop icons or your original settings. The only exception to this is with some dual

[Flashcoders] multiple Key.isDown weird behaviour

2006-05-19 Thread _jan Guichelaar [woedend!]
Hi All I have a weird problem with checking if multiple keys are down. In the code example beneath, i check if the 4 arrow buttons (not on the numpad) are down or not. All individual, work fine, 2 at the same time works fine as well, but the third button i press isn't noticed. And even

RE: [Flashcoders] .NET and XML Web services

2006-05-19 Thread Merrill, Jason
Yes - but I am also working through a proxy, and using someone else's proxy logon since I haven't been granted internet access yet, so it could be a host of problems on my end. Funny thing though, I can see the XML with my browser. Jason Merrill Bank of America Learning Organization

RE: [Flashcoders] .NET and XML Web services

2006-05-19 Thread Merrill, Jason
Radley, Muzak, Great suggestions and great information! I'll try some of this out today. Thanks! Jason Merrill Bank of America Learning Organizational Effectiveness Technology Solutions ___ Flashcoders@chattyfig.figleaf.com To change your

[Flashcoders] Do objects lose their class identity when they are stored and retrieved from an lso?

2006-05-19 Thread Manuel Saint-Victor
This is probably a dumb question but I haven't found an answer on Google. When I save a set of data to a Local Shared object do I need to create some sort of deserializer to get it? I just tested some stuff from my shared object with a instanceof operator and it returned false.

Re: [Flashcoders] multiple Key.isDown weird behaviour

2006-05-19 Thread _jan Guichelaar [woedend!]
I've found some information on the subject: It seems that the limitation is the hardware, it depends on the keyboard you're using :-( jan _jan Guichelaar [woedend!] wrote: Hi All I have a weird problem with checking if multiple keys are down. In the code example beneath, i check if the 4

Re: [Flashcoders] multiple Key.isDown weird behaviour

2006-05-19 Thread Mikko Törmälä
While it could be because of the keyboard you're using, I remember that in some older systems there were controls in the BIOS for setting how the keyboard acts when pressing multiple keys. When I say older systems I mean 486. Not sure if any of those have survived to this day. MT I've

RE: [Flashcoders] Do objects lose their class identity when they arestored and retrieved from an lso?

2006-05-19 Thread j.c.wichman
Hi, I think so. I am currently working on a serializer/deserializer with saves objects including their classes to xml and reconstructs them. It will be posted when it's done, but that won't be for some time (deadlines etc). greetz Hans -Original Message- From: [EMAIL PROTECTED]

Re: [Flashcoders] Do objects lose their class identity when they arestored and retrieved from an lso?

2006-05-19 Thread Manuel Saint-Victor
I think I saw one on proto51 that does that http://proto.layer51.com/l.aspx?p=6 On 5/19/06, j.c.wichman [EMAIL PROTECTED] wrote: Hi, I think so. I am currently working on a serializer/deserializer with saves objects including their classes to xml and reconstructs them. It will be posted when

Re: [Flashcoders] Do objects lose their class identity when they are

2006-05-19 Thread John Mark Hawley
I don't recall the semantics off the top of my head, but you must use Object.registerClass() in order to retain class info in your sharedObjects. Well, whaddaya know! http://chattyfig.figleaf.com/pipermail/flashcoders/2002-May/034342.html ...has the scoop. -mark hawley From: Manuel

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread erixtekila
try clearing off the Flash folder, in ur Users folder. I dont have a Mac right now, so forgot cant give u the exactpath. it should be somewhere in Users::library:Application data (?) :Macromeda:Flash:... as I said, I'm not very sure about the path, just check it out. I did it 3 times !

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread Marcelo de Moraes Serpa
Just curious... insn´t OSX based on unix? So, how difficult it would be to make it run under linux? On 5/19/06, erixtekila [EMAIL PROTECTED] wrote: try clearing off the Flash folder, in ur Users folder. I dont have a Mac right now, so forgot cant give u the exactpath. it should be

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread Cedric Muller
CONFIRMED: Flash 8 PRO is NOT OSX 10.4.6 Ready! actually, don't try mixing both ... hard times ahead ... ... try clearing off the Flash folder, in ur Users folder. I dont have a Mac right now, so forgot cant give u the exactpath. it should be somewhere in Users::library:Application data

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread stefan burt
I'm running OSX 10.4.6 on a powerbook 1.67ghz and flash pro without any problems. One thing I have noticed is I can tell when flash is running as the processor makes more noise than usual but thats it. Stefan On 5/19/06, Cedric Muller [EMAIL PROTECTED] wrote: CONFIRMED: Flash 8 PRO is NOT

[Flashcoders] RE: CD ROM dimensions?

2006-05-19 Thread Tony Watkins
Changing a user's resolution without asking them first is a HUGE no-no. Who was talking about this? There are defiantly scenarios (Such as presentations for exhibitions or flash games provided on CD) where it makes sense to change the screen resolution. I would not use this feature for a

[Flashcoders] WSE securing Web services

2006-05-19 Thread Robert A. Colvin
Anybody have any success structuring WebServices to support WSE? Maybe the algorithm that creates the token and injecting it into the header ? Cheers Robert ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

RE: [Flashcoders] Ossama and Sadam

2006-05-19 Thread Dave Watts
Subject: [Flashcoders] Ossama and Sadam http://www.youtube.com/watch?v=JqVY04JVqiA I seriously doubt this youtube link has anything to do with Flash programming. Please keep this kind of stuff off the list. Thanks! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software

Re: [Flashcoders] Ossama and Sadam

2006-05-19 Thread Yotam Laufer
Oh dear, I am so so sorry. This was an honest mistake. Yotam. ___ 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

RE: [Flashcoders] WSE securing Web services

2006-05-19 Thread Kevin Aebig
I took a crack at it, but it wasn't a good implementation. We ended up just using HTTPS based calls instead and using webservice authentication. If you find anything, please let me know. !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert A. Colvin

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread erixtekila
OK Guys. So anyone knows how to reinstall a failed installation ? I assume Adobe won't receive any crash report ! Thanks for any tips. I've already used the uninstaller feature. Le 19 mai 06, à 18:11, Nick McNeill a écrit : I am running the same setup, no problems on 2 machines, a g4 and a

Re: [Flashcoders] when is a new line not a new line?

2006-05-19 Thread Boon Chew
You should figure it what's exactly in the string first by looping through your string and take it from there. You can print out the character code using String.charCodeAt(i) to see if you are really getting 13/10. Tom Rhodes [EMAIL PROTECTED] wrote: hello all, i'm getting xml data via http,

RE: [Flashcoders] when is a new line not a new line?

2006-05-19 Thread Kevin Aebig
Chances are you need to do both. Cr = Carriage Return Lf = Line Feed Try to split on \r\n !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Rhodes Sent: May 19, 2006 8:49 AM To: Flashcoders mailing list Subject: [Flashcoders] when is a new line

[Flashcoders] Binding a Symbol to a Class

2006-05-19 Thread Rifled Cloaca
Hi, I'm trying to do something that would seem to be very simple, and yet it doesn't work. I'm binding a class to a symbol in the library. This symbol will be instantiated at runtime. The class extends MovieClip. I've added the classpath, and added the class in the linkage panel. I create

Automated Reply Re: [Flashcoders] Binding a Symbol to a Class

2006-05-19 Thread pete . hotchkiss
I am now out of the office until Tuesday 23rd May. Please contact Andrew Timms on 020 3008 8086. Pete ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] Binding a Symbol to a Class

2006-05-19 Thread Mike Levy
Did you export for ActionScript 2.0? Compiling for 2.0? Referencing the exact linkageIdentifier name in attachMovie? Are you getting a reference back from the attachMovie call? - It could be you are using getNextHighestDepth() incorrectly so you just aren't seeing the movieClip? A few things to

Re: [Flashcoders] Binding a Symbol to a Class

2006-05-19 Thread Rifled Cloaca
I think I figured it out.. I'm using FlashDevelop and MTASC to build a base movie, that is loading in these child movies that have the symbols with the class I am binding. I was using trace to see if it worked. But, I think that when one compiles trace actions in the IDE, they don't work in

[Flashcoders] formatted xml in a textarea component

2006-05-19 Thread Rich Rodecker
is there an easy way to get formatted xml into a textarea component? right now I am setting the textarea's text property to xml.toString(), but that's just one long string. i could probably go through each node and add some tabs or something, but i probably don't want to do that.

RE: [Flashcoders] formatted xml in a textarea component

2006-05-19 Thread Merrill, Jason
Have you tried wrapping the XML you want to show in a CDATA tag in the XML? Jason Merrill Bank of America Learning Organization Effectiveness Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Rodecker Sent: Friday, May 19, 2006

Re: [Flashcoders] Do objects lose their class identity when they are

2006-05-19 Thread Manuel Saint-Victor
Cool Thanks, On 5/19/06, John Mark Hawley [EMAIL PROTECTED] wrote: I don't recall the semantics off the top of my head, but you must use Object.registerClass() in order to retain class info in your sharedObjects. Well, whaddaya know!

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread erixtekila
I am running the same setup, no problems on 2 machines, a g4 and a dual g5. BTW, did all install Flash 8 on 10.4.6 or did you update for distro after having installed it ? --- erixtekila http://blog.v-i-a.net/ ___

[Flashcoders] Did Adobe/MM break loadSound streaming?

2006-05-19 Thread Jonathan Berry
Hello all, I don't mean to make such an assertion that Adobe/MM broke the method, but a discussion board thread brought this question up in my research. I have posted on here recently some code for a Flash MP3 player for our radio station, but the reception has been spotty. Some people receive

RE: [Flashcoders] Did Adobe/MM break loadSound streaming?

2006-05-19 Thread Merrill, Jason
With the people who do not get the stream, are they able to get MP3s from other sites? Some organizations/companies block any MP3 from streaming and it's sometimes a silent failure with no warning messages. Just a thought. Jason Merrill Bank of America Learning Organization Effectiveness

Re: [Flashcoders] Using Korean or Chinese text in textfields

2006-05-19 Thread Boon Chew
What specifically are you looking for? Using Korean text or Chinese text should be no different than using regular text, except that you need to make sure the textfield is set to use Unicode fonts so your text will appear properly. Jim Kremens [EMAIL PROTECTED] wrote: Hi all, Does anyone

Re: [Flashcoders] Installing Flash 8 pro on a fresh OSX 10.4.6 crash on launch

2006-05-19 Thread Sander
Tried repairing permissions? Often helps with flash crashes under X. On 19 May 2006, at 21:09, erixtekila wrote: I am running the same setup, no problems on 2 machines, a g4 and a dual g5. BTW, did all install Flash 8 on 10.4.6 or did you update for distro after having installed it ?

Re: [Flashcoders] TextField using s hared font is not showing character such ã ,á,ç...

2006-05-19 Thread Julien Vignali
Marcelo, Strange...I am using fonts in a shared library too and it can display accentuated characters without any problems... Are you sure that the font you're using initially contains those characters ? And have you correctly imported the shared font in your library and set your textfields'

Re: [Flashcoders] formatted xml in a textarea component

2006-05-19 Thread Rich Rodecker
im nto sure that would help...basically i want to show the entire contents of the xml object inside a text area, exactly as below (i hope this formatting doesnt get screwed up): root trivia answer=2 questionBrazil has been the most prolific World Cup Champion with 5 titles. Which two

Re: [Flashcoders] TextField using shared f ont is not showing character such ã, á, ç...

2006-05-19 Thread Marcelo de Moraes Serpa
Hey Julien, thanks for the reply. I just discovered it isn´t a shared font problem but actually a string encoding problem! I´m using CakePHP as the application server and the admin system is all in html - all the data is entered through this interface. The problem is that flash uses UTF8 which

Re: [Flashcoders] Problem with delayed Zigo Tweens

2006-05-19 Thread PR Johnny
Thanks a lot Zeh, It worked nicely. I really appreciate you helping me out! Initially, I wasn't targeting the individual offending child MCs with stopTween(). BTW, I checked out your work, which is excellent. I even have Flash Hacks in my library... - Original Message - From: Zeh