[Flashcoders] top border combobox. How?

2006-12-25 Thread natalia Vikhtinskaya
Hi to all I checked everywhere and could not find answer. I can change almost everything in combobox with this _global.styles.ComboBox.setStyle(borderStyle, solid); _global.styles.ComboBox.setStyle(borderColor, 0xD1BC9C); _global.styles.ComboBox.setStyle(themeColor, 0xCCB491); I can change

Re: [Flashcoders] Flash on Wii

2006-12-25 Thread Martin Jonasson
I've also been doing some poking around. It seems it renders the page at a higher resolution than the one displayed and then scales it down (since you can zoom), so setting the swf to half the resolution (400x250 for 4:3) and then zooming in gives a nice performance boost. The only real

[Flashcoders] Stupid path question

2006-12-25 Thread Tolis Christomanos
Hi all! I am exporting for actionscript a movieclip and i also want to set an AS 2.0 class. The directory is like that CLASSNAME | |__.FLA FOLDER | |__the .fla with the Movieclip i am exporting. Can anyone tell the path to the class? If i use CLASSNAME as the path nothing happens. Nothing

Re: [Flashcoders] Stupid path question

2006-12-25 Thread Arindam Dhar
Hi, As per your descrption, i understood your AS2 class is in CLASSNAME folder which has the fla folder containing the .fla file. You need to set the classpath first, either global or document-level. For global,you need to set it in edit -preferences As2 settings and add a new path

Re: [Flashcoders] Stupid path question

2006-12-25 Thread Tolis Christomanos
Thanks a lot it worked!! ___ 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

Re: Re: [Flashcoders] i want to know how to record the flv with rtmp

2006-12-25 Thread Yehia Shouman
Oh I thought you want to record on the server from a client. to do the opposite, You need a screen capture software, check this thread http://stream-recorder.com/forum/archive/index.php/index.php?t-16.html or http://www.wmrecorder.com/ On 12/25/06, hongrizhao [EMAIL PROTECTED] wrote: the

Re: [Flashcoders] Flash on Wii

2006-12-25 Thread Max
Any key events? What about right-clicks or mouse scrolling? I'd do it myself but I'm facinated by this and don't have any wireless Internet for a while so I can't test anything. On 12/25/06, Martin Jonasson [EMAIL PROTECTED] wrote: I've also been doing some poking around. It seems it renders