[Flashcoders] UI testing and Flash

2007-08-24 Thread Donald Desloge
Guys,

Does anyone know of a product that can do ui testing of Flash apps.

Thanks

Donald




   

Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=listsid=396545469
___
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] Site Check

2007-03-14 Thread Donald Desloge
The site works for me every single time.

- Original Message 
From: Adrian Lynch [EMAIL PROTECTED]
To: Flashcoders flashcoders@chattyfig.figleaf.com
Sent: Wednesday, March 14, 2007 11:37:02 AM
Subject: [Flashcoders] Site Check

Could I get some of you to check this site:

http://www.simon-mills.co.uk/test/

Some people are saying that it gets stuck at 1% or 2%. Can anyone confirm
this?

Cheers.

Adrian Lynch

___
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







 

Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/
___
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] handling non-western characters in Flash

2007-02-15 Thread Donald Desloge
I've got a client who wants to have multiple language support. I was wondering 
if there is a preferred way, for those who have done this before, for handling 
non-western characters in Flash? Any advice?



 

Don't get soaked.  Take a quick peak at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather
___
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] handling non-western characters in Flash

2007-02-15 Thread Donald Desloge
I like the XML idea, have one for every language. You mentioned using device 
fonts instead of embedding them, have you ever tried this with shared fonts? 
Maybe have on font per shared library and load on demand the font that you 
need? 

Donald
- Original Message 
From: Mick G [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, February 15, 2007 2:20:20 PM
Subject: Re: [Flashcoders] handling non-western characters in Flash

I did this for a project recently...
- Used XML files (different one for each language)
- Use device fonts (embedding fonts for most languages is not an option...
eg. Japanese font files would add massive file size)

On 2/15/07, Michael Mudge [EMAIL PROTECTED] wrote:

 It'll take a ton of space, but try embedding a font that supports all
 the characters you need.  Bitstream Cyberbit is a unicode TTF that has
 practically everything.  As far as I can tell, Flash supports UTF8,
 which is an 8-bit unicode format...  Files, variables, etc should all be
 in this format.  Or, you can paste the non-western charaters straight in
 to Flash and they'll work fine... You can even save files this way;
 they'll be in the UTF-8 format.

 I have all manner of oriental characters working on my chat program
 without any extra work, except that the viewing machine needs to have
 the right font installed.

 - Kipp

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf
  Of Donald Desloge
  Sent: Thursday, February 15, 2007 10:48 AM
  To: Flashcoders mailing list
  Subject: [Flashcoders] handling non-western characters in Flash
 
 
  I've got a client who wants to have multiple language
  support. I was wondering if there is a preferred way, for
  those who have done this before, for handling non-western
  characters in Flash? Any advice?
 
 
 
 
  __
  __
  Don't get soaked.  Take a quick peak at the forecast
  with the Yahoo! Search weather shortcut.
  http://tools.search.yahoo.com/shortcuts/ #loc_weather
 
  ___
 
  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







 

It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
___
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]MovieClipLoader http error codes

2007-01-22 Thread Donald Desloge
I'm getting an httpStatus code of 0 back from a MovieClipLoader error. This 
only happens on a Mac with the Flash IDE. Every once and a while I get a 403 
http error but not all of the time. I was wondering if anyone else has run into 
that error before or not?

- Original Message 
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Sunday, January 21, 2007 10:23:49 AM
Subject: [Flashcoders] Q:The case for Functional vs OOP programming

I am a strong believer of the power of OOP, but recently came across  
the following blog posts that argue for the advantges, and some would  
say supremacy of functional over imperative/procedural and OOP  
programming.

http://blog.lostlake.org/index.php?/archives/18-Functional-languages- 
will-rule.html

http://www.joelonsoftware.com/items/2006/08/01.html
http://www.developerdotstar.com/community/node/544



I think the best approach would be to find a way to gain the  
advantages of functional based programming while keeping the  easy-to- 
understand OOP metaphor.


Is Actionscript ideally suited for functional programming?

Can someone give/point me to some examples?

Thanks again
Jim Bachalo
___
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







 

Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121
___
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]MovieClipLoader http error codes

2007-01-22 Thread Donald Desloge
Thanks for the info, I look into it on the server end.

- Original Message 
From: Derek Vadneau [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Monday, January 22, 2007 9:52:03 AM
Subject: Re: [Flashcoders]MovieClipLoader http error codes

From the docs:
If Flash Player cannot get a status code from the server, or if Flash 
Player cannot communicate with the server, the default value of 0 is 
passed to your ActionScript code. A value of 0 can be generated in any 
player (for example, if a malformed URL is requested), and a value of 0 is 
always generated by the Flash Player plug-in when run in the following 
browsers, which cannot pass HTTP status codes from the server to Flash 
Player: Netscape, Mozilla, Safari, Opera, and Internet Explorer for the 
Macintosh. A value of 0 can also be generated if the player did not try to 
make the URL request to perform the load operation. This can happen 
because the request violates security sandbox rules for the SWF file.

The 403, in case you were asking about that, is the server restricting 
access to a resource. Typically, this is because you need to provide some 
type of authorization to get access.


Derek Vadneau

- Original Message - 
From: Donald Desloge [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Monday, January 22, 2007 9:24 AM
Subject: [Flashcoders]MovieClipLoader http error codes


I'm getting an httpStatus code of 0 back from a MovieClipLoader error. 
This only happens on a Mac with the Flash IDE. Every once and a while I 
get a 403 http error but not all of the time. I was wondering if anyone 
else has run into that error before or not?


___
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







 

Never Miss an Email
Stay connected with Yahoo! Mail on your mobile.  Get started!
http://mobile.yahoo.com/services?promote=mail
___
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] Embed text Problem

2006-12-21 Thread Donald Desloge
Kamal,

Make sure your fonts are on the pixel and not on somehting like 45.2 in the IDE 
if the fonts are placed on stage. Especially with dynamic textfields and 
embedded fonts. Sometimes the size of the font will make the difference also. 
Hope that helps.

Donald

- Original Message 
From: Julien Vignali [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, December 21, 2006 4:59:10 AM
Subject: Re: [Flashcoders] Embed text Problem

Kamal,
Best method I guess is to upgrade to flash 8 (at least publish your movies
for flash 8 with MTASC for example if you can't buy the flash 8 upgrade),
and use the advanced antialiasing system for fonts (see
TextField.antiAliasType in the flash 8 API reference for more info).
Another method if your text is only static, you may also create it in
Photoshop and then export it to an image and load it up in your movie
library...

Regards
Julien


2006/12/21, kamal Priyashantha [EMAIL PROTECTED]:

 *Hello Flashcoders,*

 is there any method  for  avoid letters looks fuzzy when embed the
 font  in
 Text Fields 

 IDE - MX2004
 Font - Gill Sans Light

 Kamal
 ___
 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




-- 
Julien Vignali
___
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






__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.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