RE: [Flashcoders] duplicate loaded image + convert object to image

2008-02-29 Thread Michael Ypes
Stathis, Create a class that deals with the loading of images. Once that image has been loaded you can create a bitmapdata of that image and then distribute it as many times as you want. I have used this method several times and have built classes to deal with it. If you need some class files the

RE: [Flashcoders] central up to date data

2007-10-21 Thread Michael Ypes
Great to have the list back, I was worried for a while that it was gone forever, phew In answer to your question: Create a singleton class which stores all data. I use this in applications to store data from xml files and use it as a mvc pattern. This way you can extract the information from

[Flashcoders] AS3 Bug in IE when resizing the stage

2007-08-24 Thread Michael Ypes
Morning people... I would really appreciate any help on this matter THE LINK : http://dev045.the3rdroom.com/ I have a movieclip on the stage which contains the navigation, within this movieclip are bunch of other movieclips which are actually the menuitems. When the user resizes the window I move

RE: [Flashcoders] AS2 Shared Fonts and dynamically created textFields

2007-07-23 Thread Michael Ypes
aviour for fonts: if some font don't used this font will not removed if any TextFormat object have his name (not link!). This behaviour isn't documented because it's incorrect realisation. Correct realisation must work like all other libraries objects. I hope my english is understa

RE: [Flashcoders] Display Non-English Characters from XML?

2007-07-23 Thread Michael Ypes
Are you sure that the font supports é. If you are using unique font sets then they may not be in the font set. An easy way to test is to just create a static field in the flash file and cut and paste the text from the xml into the textfield and see if the character displays. What font are you usin

RE: [Flashcoders] AS2 Shared Fonts and dynamically created textFields

2007-07-23 Thread Michael Ypes
Hey Ivan, Now your code is free :) Can you quickly confirm how you embedded the fonts at runtime without embedding the shared library at author time. I have done it based on something similar to yours but by someone else on flash coders. Is it because it is embedded into the external flash file

RE: [Flashcoders] Language expert on embedding fontsfordifferent language sets

2007-07-19 Thread Michael Ypes
ch covered everything. > Don't know about Greek either though.. > > Hope this helps you along.. > > With kind regards, > > Dennis > I Sioux > > > > > - Original Message - > From: "Michael Ypes" <[EMAIL PROTECTED]> > To:

RE: [Flashcoders] Language expert on embedding fonts for different language sets

2007-07-19 Thread Michael Ypes
luck. Cheers M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Ypes Sent: 18 July 2007 16:20 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Language expert on embedding fonts for different language sets I am implementing a multilingual

[Flashcoders] Language expert on embedding fonts for different language sets

2007-07-18 Thread Michael Ypes
I am implementing a multilingual site for all the European countries and I am creating separate font libraries for which I will just load the right one based on the locale. From what I can gather there are four main ones which is Latin, Armenian, Cyrillic and Greek. The question I am asking is what

[Flashcoders] RE: Cross domain issue

2007-04-23 Thread Michael Ypes
a bit further how you are using your classes and how the two different swf's are using them and i shall try to help??? Cheers Michael Ypes ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Embedding fonts for different langauges

2007-03-29 Thread Michael Ypes
to do Armenian for instance, would I still need to embed the Uppercase, Lowercase, etc. Is there a definitive list as to which character sets need to be embedded for any particular language. Any ideas or links welcome??? Cheers Michael Ypes

[Flashcoders] Re: Pretty impressive Flash website

2007-02-07 Thread Michael Ypes
2006 but that is for version 2. The first one came out a few years ago in 2003 and won fwa site of the day/month and year. Now thats impressive. Lovely bit of work Cheers Michael Ypes ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] FLV playing back too fast after I have unpaused it

2007-02-05 Thread Michael Ypes
st it drag the timeline towards the end and then press play/pause a few times. I am sure that this is not a unique bug so any help would be appreciated or at least a point in the right direction. Cheers Michael Ypes ___ Flashcoders@chattyfig.f

[Flashcoders] Intermittent Bug With Movie(s) Not Showing

2006-01-25 Thread Michael Ypes
viewed on the following test site: http://86.11.48.101/013/fe/htm/home/index.asp Cheers Michael Ypes The 3rd Room e: [EMAIL PROTECTED] w: http://www.the3rdroom.com <http://www.the3rdroom.com/> The information within this e-mail is confidential and may be subject to lega

[Flashcoders] Dynamic Wallpaper creation

2005-11-30 Thread Michael Ypes
I would like to create a wallpaper out of elements that a user drags to a stage. Basically the user creates there own scene in flash and then can save it off as a wallpaper and download it, so I need to be able to create a dynamic jpeg out of my flash movie!!! It doesn't sound difficult but hav