[Flashcoders] [ AS3 ] - Problem with an AS3 application who use a swf AS2 who load images

2008-03-12 Thread david costard
Hey list, Since few days I'm developping my first AS3 application. In this project I need to load some swfs who are developped in AS2. One of them is a diaporama who load images. The diaporama can load the first images but then he never load the other images. In the MovieClipLoader object the

Re: [Flashcoders] [ AS3 ] - Problem with an AS3 application who use a swf AS2 who load images

2008-03-12 Thread david costard
Requests for crossdomain.xml - try loading this yourself to check it's there. If it is requesting crossdomain files, you probably need to have one setup - this maybe one issue, may not be... Glen david costard wrote: Hey list, Since few days I'm developping my first AS3 application

[Flashcoders] AS3 - Eclipse FDT - Problem with Embed Fonts

2008-07-29 Thread david costard
Hi List, I'm using Eclipse and FDT for an AS3 application. In this application I need to embed fonts. I search the correct technique in Joey Lott and in tutorial on the web. So in my class just before the constructor I write that : [Embed(source=assets/Arial Unicode MS.TTF,

[Flashcoders] Re: AS3 - Eclipse FDT - Problem with Embed Fonts

2008-07-30 Thread david costard
. 2008/7/29 david costard [EMAIL PROTECTED] Hi List, I'm using Eclipse and FDT for an AS3 application. In this application I need to embed fonts. I search the correct technique in Joey Lott and in tutorial on the web. So in my class just before the constructor I write that : [Embed(source

Re: [Flashcoders] Re: AS3 - Eclipse FDT - Problem with Embed Fonts

2008-07-30 Thread david costard
] On Behalf Of david costard Sent: 30 July 2008 10:41 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Re: AS3 - Eclipse FDT - Problem with Embed Fonts Hi, I try whith a font from my file system and my problem is resolved but a new one is present. Now the error message

[Flashcoders] Arabic Text Problem

2008-08-29 Thread david costard
Hi list, We are having trouble to create XML files containing Arabic text. When we copy and paste the text from Word or Excel (Arabic is displayed correctly in theses software), the text appears reversed in the XML editor. Is there a way to write XML file with Arabic language on a European OS.

Re: [Flashcoders] Arabic Text Problem

2008-08-29 Thread david costard
Thanks four your answer Ibrahim. We find the solution, we just chnage the language in Windows parameters. 2008/8/29 Ibrahim Y [EMAIL PROTECTED] try to use notepad by the way, even it's reversed it will work fine. -- Ibrahim On Fri, Aug 29, 2008 at 1:46 PM, david costard [EMAIL

[Flashcoders] AIR execute file .bat

2008-11-24 Thread david costard
Hi List, Is it possible to execute a .bat file from an AIR application ? david ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AIR execute file .bat

2008-11-26 Thread david costard
Hi, I find a solution with this framework. http://aperture.fluorinefx.com/ david 2008/11/25 Steven Sacks [EMAIL PROTECTED] No. david costard wrote: Hi List, Is it possible to execute a .bat file from an AIR application ? david

[Flashcoders] [ Air Application - File.browse ] - Font file

2008-11-26 Thread david costard
Hi list, In a new AIR application, I want to catch the path of a font in the user's sytem. The user will click on a Browse button. It will open a file dialog box and the user select the font. My problem is each time I select a font my OS (Windows XP) open the font in the Windows font player. I

Re: [Flashcoders] AIR execute file .bat

2008-11-27 Thread david costard
, Nov 26, 2008 at 1:11 PM, david costard [EMAIL PROTECTED] wrote: Hi, I find a solution with this framework. http://aperture.fluorinefx.com/ david 2008/11/25 Steven Sacks [EMAIL PROTECTED] No. david costard wrote: Hi List, Is it possible to execute a .bat

[Flashcoders] Re: [ Air Application - File.browse ] - Font file

2008-11-27 Thread david costard
OK I find a solution. I can't select a font if I try to select it in the Windows Font Folder. If I try from a non System folder (for ex: d:\projects\font) it's ok. david 2008/11/26 david costard [EMAIL PROTECTED] Hi list, In a new AIR application, I want to catch the path of a font