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 5/19/06, erix tekila [EMAIL PROTECTED] wrote:


Hi,



I went to install Flash IDE 8 pro.
Everything goes well, but after actvating, the software crashes.
Anyone already get this issue on OSX 10.4.6 running on PPC ?

Even if I desinstall and reinstall.
Any idea ?
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 dynamically loaded PNG's with their
transparency.  I haven't been successful in printing hardcoded PNG
transparency, so I'm not entirely hopeful that I'll find a reasonable
solution for printing these directly.  I need to overlay the transparent
images on a colored background so it's got to be accurate.

I've hit a wall already, have searched everywhere I can think of and
haven't
seen anything on this problem.
I've tried a few of the old tricks like movie clip transparency/color/size
manipulation to force correct output, but haven't been successful.

My other thought for a solution was to capture bitmap data of the
loaded clip with the PNG using bitmapData.draw, but this doesn't print
either (saw an archived post here on this).   I'm trying to avoid having
to
send that image back to the server for process to jpg/gif and return it
just
to print the current complex graphic in the .swf.

Thoughts?

Thanks much,

Peter
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 else trying to do this...use a
server-side script for all the reasons outlined below.
:-)

Cheers,
   Flashgrrl


--- GregoryN [EMAIL PROTECTED] wrote:

 Hello Flashgrrl,
 
 I don't mind you being a girl, so just an answer to
 the point.
 
 The matter is that placing some web-accessible file
 above the root directory
 of your Web Server is highly NOT recommended.
 
 The claim that you're trying to do it for security
 is even not
 funny.
 
 If you will manage to do it (e.g. place file above
 the root
 directory), an average hacker will have good chances
 to get full
 access/control to your web server, especially
 considering your level of
 expertise in security. Please not feel insulted
 about me mentioning this,
 it's just another field of expertise (where cost of
 mistake is high).
 
 When I say control over your web server it means
 not only
 view/copy/edit/delete files, but also much more
 serious actions:
 running spamming programs under your name, for
 example.
 
 
 As to your attempt to protect your data, seems the
 only trustable
 solution(s) is use some kind of server-side proxy
 (script that will
 generate data file by request). I've already told
 you about this,
 right?
 
 Easy way to check how secure is the solution you
 want to try is just
 see what files are in browser cache ;-).
 
 
   
 
 -- 
 Best regards,
  GregoryN
 
 http://GOusable.com
 Flash components development.
 Usability services.


Send instant messages to your online friends http://au.messenger.yahoo.com 
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 screen 
setups. My dual-screen setup doesn't recover properly when returning from 
a changed resolution, whether it be DirectDraw or a temporary setting 
(other functionality available from SWF Studio that doesn't mess with 
desktop icons). But I'm used to that with any software that changes my 
resolution, like games.

As for the jagged display, yes flat panels like to display at certain 
resolutions and get fuzzy at others. It's a give and take for this 
scenario, since you would get better performance but a fuzzyier image.

And yes you do get better performance when you lower the screen res 
because the Flash Player, and the client system, has fewer pixels to push 
around.

There's a reason why games change your screen resolution on you, and they 
do change it, via DirectDraw typically. Some games will let you set the 
screen resolution, and if you've got a kick-ass system you can play the 
game at very high res for even clearer display, but it does degrade 
performance.

And when I mention games I don't mean Flash games, I mean PC games.

As for the change res failing, when you attempt a res change in SWF 
Studio, via DirectDraw, and it fails, nothing happens, as in the call 
fails and the user's system doesn't change. DirectDraw doesn't change the 
refresh rate so cannot place the monitor in some messed up state.

Lucky for you, Flash can stretch to fill the screen.  You just need to
design for that by using vector art for the UI, although raster images 
look fine up to a point.  Stretching Flash may cause a slight performance 
hit, but you can also code your application to dynamically resize itself 
based on the user's current resolution, which takes more finesse and 
planning.

That's the point in changing the res - performance and keeping your SWF 
playing at the size you want while making it fullscreen.

Many users have flatscreen displays nowadays, which you can't or don't 
want to change resolutions on anyway.

Really? I have not yet seen a flat panel display that won't let you change 
the resolution. While I don't claim to have seen all flat panels out 
there, I would bet this isn't true of most displays.

On others, it simply puts deadspace around the sides whilst making the 
visual area smaller

800x600 is only 224x168 smaller than the average resolution these days. 
Try a nice border around the edge, black or a dark grey usually works best 
and after a few minutes most users won't even notice it anymore (much like 
the black bars at the top and bottom of widescreen movies).

That's rather contradictory. Yes, there is a setting for some screens 
(like laptops) that causes a res change to shrink the visual area, 
actually using the specified number of pixels rather than blowing up the 
image to fit the screen. What does that do? It's actually a great effect! 
It means you are playing your SWF at the smaller res, which means better 
performance, and the screen doesn't get fuzzy, and you get black borders 
for free! I don't see a downside here ...

As Robin mentioned it's not a wise thing to do this for every project. 
It's only needed when you are looking for best performance in a project 
that demands it.

And with proper planning you actually can account for special 
circumstances like screens that are not the typical 4:3 or dual displays.

I don't think a blanket don't do it is particularly useful.


Derek Vadneau

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Steven 
Sacks
Sent: Friday, May 19, 2006 1:11 AM
To: 'Flashcoders mailing list'
Subject: RE: [Flashcoders] CD ROM dimensions?


As a former Director programmer and desktop application developer, with 10
years experience in the industry, I have one thing to say to Flash
developers who have little to no experience developing desktop 
applications.

Changing a user's resolution without asking them first is a HUGE no-no.

Don't do it.

Why shouldn't I change their resolution automatically? I hear from the
desktop application development neophytes.  Such sweet innocence.  Your
incredulous cries shall be answered forthwith.

First, many displays, laptop displays (read: flatscreens) in particular,
only like to display at a specific resolution.  Changing the resolution on
these displays can result in unintended side effects.  On some, everything
gets extremely jagged, pixelated, blocky (i.e. crappy).  On others, it
simply puts deadspace around the sides whilst making the visual area 
smaller
(oh the irony).  Either way, your goal of making things look bigger and
better for the user just got Punk'd (Punk'd used with express permission
from Ashton Kutcher and MTV/Viacom, all rights reserved).

Second, if the 

[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 weirder sometime it does. It depends on the combination you make.

Anyone has a solution, or a clue?
thanx
jan

37 = left
38 = up
39 = right
40 = down

CODE:
this.onEnterFrame = function() {
  if(Key.isDown(37)) {
  trace('37 is down');
  } else {
  trace('37 is NOT down');
  }
if(Key.isDown(38)) {
  trace('38 is down');
  } else {
  trace('38 is NOT down');
  }
if(Key.isDown(39)) {
  trace('39 is down');
  } else {
  trace('39 is NOT down');
  }
if(Key.isDown(40)) {
  trace('40 is down');
  } else {
  trace('40 is NOT down');
  }
}




___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 Effectiveness
Technology Solutions

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
j.c.wichman
Sent: Friday, May 19, 2006 3:08 AM
To: 'Flashcoders mailing list'
Subject: RE: [Flashcoders] .NET and XML Web services

Hi,
i tried the example before mailing it to you, it worked here. Not sure
why it isn't working at your place, can you access the webservice url
from your browser?
greetz
H 
 

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Merrill, Jason
 Sent: Thursday, May 18, 2006 6:03 PM
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] .NET and XML Web services
 
 Anyone have an answer for this? Thanks.
  
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Merrill, Jason
 Sent: Thursday, May 18, 2006 11:23 AM
 To: Flashcoders mailing list
 Subject: RE: [Flashcoders] .NET and XML Web services
 
 Ok - I borrowed my coworker's proxy login again and tried that 
 example, but I get the following message:
 
 Error opening URL
 http://www.flash-db.com/services/ws/companyInfo.wsdl;
 undefined,Could not load WSDL
 
 I have the WebserviceClass in my library too.  The service:
 http://www.flash-db.com/services/ws/companyInfo.wsdl  does seem to be 
 there (I can browse to it with Firefox), so I'm not sure why that 
 doesn't work.
 
 Does the code example work for you?
  
 ___
 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 Software
 Premier Authorized Adobe Consulting and Training 
 http://www.figleaf.com http://training.figleaf.com
 

___
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 Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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.
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 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 weirder sometime it does. It depends on the combination you 
make.


Anyone has a solution, or a clue?
thanx
jan

37 = left
38 = up
39 = right
40 = down

CODE:
this.onEnterFrame = function() {
  if(Key.isDown(37)) {
  trace('37 is down');
  } else {
  trace('37 is NOT down');
  }
if(Key.isDown(38)) {
  trace('38 is down');
  } else {
  trace('38 is NOT down');
  }
if(Key.isDown(39)) {
  trace('39 is down');
  } else {
  trace('39 is NOT down');
  }
if(Key.isDown(40)) {
  trace('40 is down');
  } else {
  trace('40 is NOT down');
  }
}




___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
Jan Guichelaar
---
[EMAIL PROTECTED]
http://www.woedend.nl
---
Woedend!
Magna Plaza
Spuistraat 139 J
1012 SV Amsterdam
---
tel +31 [0]20 6764999
fax +31 [0]20 4714446
---




___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 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 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 weirder sometime it does. It depends on the combination you 
make.


Anyone has a solution, or a clue?
thanx
jan

37 = left
38 = up
39 = right
40 = down

CODE:
this.onEnterFrame = function() {
  if(Key.isDown(37)) {
  trace('37 is down');
  } else {
  trace('37 is NOT down');
  }
if(Key.isDown(38)) {
  trace('38 is down');
  } else {
  trace('38 is NOT down');
  }
if(Key.isDown(39)) {
  trace('39 is down');
  } else {
  trace('39 is NOT down');
  }
if(Key.isDown(40)) {
  trace('40 is down');
  } else {
  trace('40 is NOT down');
  }
}




___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Manuel Saint-Victor
 Sent: Friday, May 19, 2006 3:31 PM
 To: Flashcoders mailing list
 Subject: [Flashcoders] Do objects lose their class identity 
 when they arestored and retrieved from an lso?
 
 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.
 ___
 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 Software
 Premier Authorized Adobe Consulting and Training 
 http://www.figleaf.com http://training.figleaf.com
 

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 it's done, but that won't be for some time (deadlines etc).

greetz
Hans


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf
 Of Manuel Saint-Victor
 Sent: Friday, May 19, 2006 3:31 PM
 To: Flashcoders mailing list
 Subject: [Flashcoders] Do objects lose their class identity
 when they arestored and retrieved from an lso?

 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.
 ___
 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 Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 Saint-Victor [EMAIL PROTECTED]
 Date: 2006/05/19 Fri AM 08:31:02 CDT
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Do objects lose their class identity when they are
   stored and retrieved from an lso?
 
 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.
 ___
 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 Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 

--
John Mark Hawley
The Nilbog Group
773.968.4980 (cell)

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 !
Thanks arul.

flash 8 pro is not supported by OSX 10.4.6. period.

Thanks to the (de-)activation process I presume.
Once you get stuck, it's forever.
There seems to be hiddens.

---
erixtekila
http://blog.v-i-a.net/

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 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 !
Thanks arul.

flash 8 pro is not supported by OSX 10.4.6. period.

Thanks to the (de-)activation process I presume.
Once you get stuck, it's forever.
There seems to be hiddens.

---
erixtekila
http://blog.v-i-a.net/

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 (?)
:Macromeda:Flash:...
as I said, I'm not very sure about the path, just check it out.


I did it 3 times !
Thanks arul.

flash 8 pro is not supported by OSX 10.4.6. period.

Thanks to the (de-)activation process I presume.
Once you get stuck, it's forever.
There seems to be hiddens.

---
erixtekila
http://blog.v-i-a.net/

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 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 (?)
 :Macromeda:Flash:...
 as I said, I'm not very sure about the path, just check it out.

 I did it 3 times !
 Thanks arul.

 flash 8 pro is not supported by OSX 10.4.6. period.

 Thanks to the (de-)activation process I presume.
 Once you get stuck, it's forever.
 There seems to be hiddens.

 ---
 erixtekila
 http://blog.v-i-a.net/

 ___
 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 Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 desktop application. But I agree you should not do this
 automatically..
 
 Robin 

Perhaps a bit more clarification as to the origin of my question. I suppose
my interest is with how much resolution real estate everyone is comfortable
designing for? I'm not interested in altering or scaling the dimensions of
the project at runtime and will go with 800x600 should I not be convinced
that 1024x768 is a reasonable expectation for my audience (healthcare
professionals and nurses.) I could definitely use the increased dimensions.
Just looking for thoughts, opinions and experience of others.

I will be creating the Flash 8 projector with flash and using an FS command
for full screen (unless someone recommends a better solution.) I use a Mac
and of course test on Mac and Windows, Windows being the primary platform of
my audience.

Another thing. When I create a projector with Flash 8, why does the playback
rate change depending on whether or not the projector is displayed
fullscreen or non-full screen 100%? No scaling either way. Loaded external
swf's play more slowly when the primary swf is presented full screen. Is
this primarily a Mac issue?


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

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
Sent: May 19, 2006 10:01 AM
To: Flashcoders mailing list
Subject: [Flashcoders] WSE securing Web services

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 archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 
dual g5.


Nick McNeill
Intellistrand
843-839-1480

On May 19, 2006, at 11:57 AM, Marlon Harrison wrote:


How have you 'confirmed' this? I run 10.4.6 on a PowerBook  Mini at
home, and a G5 at work with no issue.

On 5/19/06, Cedric Muller [EMAIL PROTECTED] wrote:

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 (?)
 :Macromeda:Flash:...
 as I said, I'm not very sure about the path, just check it out.

 I did it 3 times !
 Thanks arul.

 flash 8 pro is not supported by OSX 10.4.6. period.

 Thanks to the (de-)activation process I presume.
 Once you get stuck, it's forever.
 There seems to be hiddens.

 ---
 erixtekila
 http://blog.v-i-a.net/

 ___
 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 Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


SPAM and virus protection provided by Intellistrand



___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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, this is being formatted as actionscript 
objects using sepiroths XML2Object class, now, when i try and split some 
of this data on \n it doesn't work, neither does \r. now the guy who 
has done the backend stuff in his asp code uses vbCrLf to put in the 
breaks, which is ascii 10 or 13, the same as \r or \n.

anyone know whats happening here?



___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls.  Great rates 
starting at 1cent;/min.

-
Sneak preview the  all-new Yahoo.com. It's not radically different. Just 
radically better. 
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 not a new line?

hello all,

i'm getting xml data via http, this is being formatted as actionscript 
objects using sepiroths XML2Object class, now, when i try and split some 
of this data on \n it doesn't work, neither does \r. now the guy who 
has done the backend stuff in his asp code uses vbCrLf to put in the 
breaks, which is ascii 10 or 13, the same as \r or \n.

anyone know whats happening here?



___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 an instance using attachMovie, but the class is not bound to the
symbol.  Does this not work?  What is the proper procedure?

Thanks in advance!
-g
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 try.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rifled
Cloaca
Sent: Friday, May 19, 2006 1:26 PM
To: Flashcoders mailing list
Subject: [Flashcoders] Binding a Symbol to a Class

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 an instance using attachMovie, but the class is not bound to the
symbol.  Does this not work?  What is the proper procedure?

Thanks in advance!
-g
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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
FlashDevelop.


On 5/19/06, Mike Levy [EMAIL PROTECTED] wrote:


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 try.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rifled
Cloaca
Sent: Friday, May 19, 2006 1:26 PM
To: Flashcoders mailing list
Subject: [Flashcoders] Binding a Symbol to a Class

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 an instance using attachMovie, but the class is not bound to the
symbol.  Does this not work?  What is the proper procedure?

Thanks in advance!
-g
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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.
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 2:59 PM
To: Flashcoders mailing list
Subject: [Flashcoders] formatted xml in a textarea component

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.
___
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 Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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!

http://chattyfig.figleaf.com/pipermail/flashcoders/2002-May/034342.html

...has the scoop.

-mark hawley


 From: Manuel Saint-Victor [EMAIL PROTECTED]
 Date: 2006/05/19 Fri AM 08:31:02 CDT
 To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Do objects lose their class identity when they
are
   stored and retrieved from an lso?

 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.
 ___
 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 Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


--
John Mark Hawley
The Nilbog Group
773.968.4980 (cell)

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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@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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[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 the stream and some do not. It seems to be mostly an IE problem, but
I had read that the Flash Player does not recognize the headers of certain
streaming media. Is this true? We are really frustrated with this and now
are looking for another solution. However, I would love to fix this. So what
do you think/know?

-Jonathan
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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
Technology Solutions

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan
Berry
Sent: Friday, May 19, 2006 3:50 PM
To: Flashcoders mailing list
Subject: [Flashcoders] Did Adobe/MM break loadSound streaming?

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 the stream and some do not. It seems to be mostly an IE
problem, but I had read that the Flash Player does not recognize the
headers of certain streaming media. Is this true? We are really
frustrated with this and now are looking for another solution. However,
I would love to fix this. So what do you think/know?

-Jonathan
___
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 Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 have any examples they can share of using Korean or Chinese text
in textfields?

Thanks,

Jim Kremens
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



-
Sneak preview the  all-new Yahoo.com. It's not radically different. Just 
radically better. 

-
Ring'em or ping'em. Make  PC-to-phone calls as low as 1¢/min with Yahoo! 
Messenger with Voice.
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 ?


---
erixtekila
http://blog.v-i-a.net/

___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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' font to it ? I always export my fonts to __Fontname 
so they always appear at the top of my font list like this :


__HelveticaNeue*
__MyriadPro*
...



Marcelo de Moraes Serpa a écrit :

The used fonts are packaged into a shared library that is pre-loaded at the
beginning of the application. The embedding works, I´ve testing rotating 
and

changing dynamic textfields and they show the correct fonts. However,
character such as á,é,ç,ã that I need to use don´t show! Why!?

Thanks in advacne,
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 countries are tied for second most
Championships with 3?/question
   answer1Germany and Argentina/answer1
   answer2Italy and Germany/answer2
   answer3France and England/answer3
   answer4Spain and Argentina/answer4
 /trivia
 trivia answer=2
   questionHow many substitute players are allowed in a World Cup
match?/question
   answer12/answer1
   answer23/answer2
   answer34/answer3
   answer45/answer4
 /trivia
/root

On 5/19/06, Merrill, Jason [EMAIL PROTECTED] wrote:

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 2:59 PM
To: Flashcoders mailing list
Subject: [Flashcoders] formatted xml in a textarea component

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.
___
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 Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com
___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 is different from the enconding Cake
uses (it seems). I would really love to know if AMFPHP has something to deal
with that issue!

THanks!

Marcelo.

On 5/19/06, Julien Vignali [EMAIL PROTECTED] wrote:


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' font to it ? I always export my fonts to __Fontname
so they always appear at the top of my font list like this :

__HelveticaNeue*
__MyriadPro*
...



Marcelo de Moraes Serpa a écrit :
 The used fonts are packaged into a shared library that is pre-loaded at
the
 beginning of the application. The embedding works, I´ve testing rotating
 and
 changing dynamic textfields and they show the correct fonts. However,
 character such as á,é,ç,ã that I need to use don´t show! Why!?

 Thanks in advacne,
 ___
 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 Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 Fernando [EMAIL PROTECTED]

To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, May 18, 2006 7:58 PM
Subject: Re: [Flashcoders] Problem with delayed Zigo Tweens



I am having problems with a MC (instanceA) that has quite a few Zigo
Tweens (ver. 1.2) on it's children MCs, with delay parameters spanning
over approx. 90 seconds. InstanceA is one of 19 MC instances that sit on
consecutive frames in the parent MC. This parent swf is loaded into an
interface swf. In the interface, when I target the parent swf to go to a
different frame (thus a different instance) before all the delayed tweens
are completed in InstanceA, then return to InstanceA, the delayed tweens
still seem to be in memory.  How do I get rid of the delayed tweens when
the mc instance is removed?  I realize that ver. 1.2 has a cleanUp()
function to remove uncalled delayed tweens when instances are removed,
but it doesn't seem to be working properly.

Thanks in advance for any insight into this problem...


You can try doing a stopTween() on the 'offending' movieclips before
moving to the other frame, or immediatelly before a new frame is shown.
This removes all tweens for a given reference. It could be strange
depending on the number of movieclips you'll have to stop (you'll need
several lines of stopTween()s), but it's the cleanest way.


- Zeh




___
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com