Re: [Flashcoders] 128 character limit in XML node?

2006-08-25 Thread Aaron Hedquist
thing) character limit. Cheers, Claus. Aaron Hedquist wrote: Hello, I have a node that is being parsed by Flash, then used as a .url text link. However the link that opens up once you export the flash is being trimmed after 128 characters (it's about 151 characters). Is there any inh

[Flashcoders] 128 character limit in XML node?

2006-08-25 Thread Aaron Hedquist
Hello, I have a node that is being parsed by Flash, then used as a .url text link. However the link that opens up once you export the flash is being trimmed after 128 characters (it's about 151 characters). Is there any inherit limit to a node or a link in Flash? Using AS 2.0. I can look

[Flashcoders] delay when seeking in Video

2006-08-22 Thread Aaron Hedquist
(Redirected by "Xavier" <[EMAIL PROTECTED]>) Hello I am developing a CDROM with videos that use FLVPlayback Component. When I load a video whith high duration and I want to make a seek advancing a significant quantity of time, searching delays many seconds, like in an streaming loading. The fac

[Flashcoders] Mac's can't BitmapData.draw()!

2006-08-22 Thread Aaron Hedquist
Hello everyone, I'm trying to make a screenshot of a page in Flash, using the BitmapData.draw() method. This works fine in most uses, until I tried doing it when there's an FLV playing in the movie clip I'm trying to render as a bitmap. It works in the Flash IDE on Mac as a test movie, bu

[Flashcoders] Passing in optional arguments

2006-08-18 Thread Aaron Hedquist
Hi everyone, First post... I was wondering if there's a shortcut to passing in an argument to a function or a built-in class. For instance, for BitmapData.draw(), I just want to pass in a "true" value for "smooth", but I don't want to apply a Matrix or any of the other options. Must I pop