RE: [Flashcoders] Delegate scope - superclass issue?

2005-11-29 Thread Nikolaj Selvik
: [Flashcoders] Delegate scope - superclass issue? I've never had that problem. Try removing the this from this.myFunction. Shouldn't make any difference - but I don't use it, and, as I said, I don't have the problem. :-) HTH, Ian On 11/28/05, Nikolaj Selvik [EMAIL PROTECTED] wrote: Hi, Thanks

[Flashcoders] SOAP HTTP 500 header

2005-11-29 Thread Nikolaj Selvik
Hi all, Having a bit of a problem using SOAP and Flash - The SOAP 1.1 specifications say the SOAP HTTP server MUST issue an HTTP 500 Internal Server Error response in case of a SOAP error, but Flash´s XML (and loadVars) Objects won't parse the data when a 500 header is returned. This way there

RE: [Flashcoders] How to get colour of text formatted with CSS

2005-11-29 Thread Nikolaj Selvik
var yourStyle:Object = yourStyleSheet.getStyle(yourStyleName); then get yourStyle.[color]; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Stickland Sent: den 29 november 2005 14:14 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] How

[Flashcoders] Import in superclass

2005-12-07 Thread Nikolaj Selvik
Hi all, I've been aware of the fact that i can't use import statements in a superclass and then use the imported class in the subclass, however, I always thought of it as being an issue with the compiler not knowing it should import the class when an instance of the imported class was not defined

RE: [Flashcoders] CSS styles vs. TextFormat

2005-12-08 Thread Nikolaj Selvik
You cant use CSS styles when working with input textfields, so, in an application where you use CSS for text styling you would have to convert the styles to textformats when styling input textfields. That is one situation where you would have to use TextFormat. -Original Message- From:

[Flashcoders] Object path to string

2006-04-10 Thread Nikolaj Selvik
Hi all, I need to convert an Object path, for example data.item[3].description.short To a string: data.item[3].description.short Something like the targetpath() MovieClip method, but for a basic Object. I reckon you'd need to loop through the object backwards but was hoping to find a

RE: [Flashcoders] RGB circles animation needed

2006-05-10 Thread Nikolaj Selvik
In Flash 8 you could use the Add blending mode. Of course, the background would have to be black to get the desired blending. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Boyd (MMCR) Sent: den 10 maj 2006 12:56 To: 'Flashcoders mailing list'

[Flashcoders] JPEG compression for PNG details

2006-07-05 Thread Nikolaj Selvik
Hi all, Wondering if someone here could provide or point me in the direction of details on the inner workings of jpeg compression for png images in the swf format? I am particularly interested in how the alpha channel in the PNG is translated and stored. Thanks! Nick

RE: [Flashcoders] JPEG compression for PNG details

2006-07-05 Thread Nikolaj Selvik
Thank you! Exactly the verification I needed. Perhaps I could ask for a recommendation when it comes to a PNG to SWF batch converter as well? Seems to be quite a few out there. Thanks again. Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zeh

SV: [Flashcoders] UML Diagram generator

2006-12-20 Thread Nikolaj Selvik
If you want it for free, you can use doxygen in combination with graphviz, needs a little tweaking to work flawlessly with AS2 but I´ve had great use of it. Från: [EMAIL PROTECTED] genom Jeroen Beckers Skickat: on 2006-12-20 14:43 Till: Flashcoders mailing list

RE: [Flashcoders] swf/html and swf/swf communication

2007-02-27 Thread Nikolaj Selvik
Hej Martin, There are undocumented issues and restrictions when using getURL(Javascript:) in content published for FP8 or higher. Instead, use ExternalInterface where you also should be able to implement good swf-to-swf communication A nice, short tutorial can be found at:

RE: [Flashcoders] swf/html and swf/swf communication

2007-02-27 Thread Nikolaj Selvik
Hej Martin, There are largely undocumented issues and restrictions when using getURL(Javascript:) in content published for FP8 or higher. Some discussions on the subject can be found at: http://weblogs.macromedia.com/mesh/archives/2005/08/new_flash_8_pla.html Instead, use ExternalInterface

[Flashcoders] wmode, cacheasbitmap and scrollrect issues

2008-03-28 Thread Nikolaj Selvik
Hi all, So it seemed like Adobe had solved the artifact issues when using scrollrect on a bitmap cached object, but not quite... I am in a current application using scrollrect and get artifacts when vertically scrolling large bitmapcached sprites, see example here: