Re: [Flashcoders] Creating Fonts dynamically

2009-08-04 Thread Greg Starr
application. Thanks AgainWill swfmill - Original Message - From: Glen Pike g...@engineeredarts.co.uk To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Friday, July 03, 2009 3:46 PM Subject: Re: [Flashcoders] Creating Fonts dynamically Just a suggestion - could you

[Flashcoders] Creating Fonts dynamically

2009-07-03 Thread Sumeet Kumar
Hi All, Is there any way by which i can create the fonts dynamically i.e. i want to create fonts files dynamically without using Flash IDE. Is there any method or workaround by which i can do this? Thanks in Advance Sumeet ___ Flashcoders mailing

Re: [Flashcoders] Creating Fonts dynamically

2009-07-03 Thread Glen Pike
Just a suggestion - could you compile them into library swfs that you load at runtime if you had the flash compiler running on the server (perhaps)? The idea would be to dynamically generate an ActionScript file that uses the [Embed] command then compile this into a SWF with the name you want

Re: [Flashcoders] Creating Fonts dynamically

2009-07-03 Thread Sumeet Kumar
Subject: Re: [Flashcoders] Creating Fonts dynamically Just a suggestion - could you compile them into library swfs that you load at runtime if you had the flash compiler running on the server (perhaps)? The idea would be to dynamically generate an ActionScript file that uses the [Embed] command