RE: [Flashcoders] JSFL writing a (Unicode) encoded text file

2007-01-08 Thread Danny Kodicek
Is it possible to write a Unicode encoded text file with JSFL? Yes, absolutely. Except that there's no such thing as a 'Unicode encoded text file' - there are a number of different encodings all of which refer to Unicode mappings in different ways, the most common of which is probably UTF-8.

Re: [Flashcoders] JSFL writing a (Unicode) encoded text file

2007-01-08 Thread Hans Wichman
Hi, you could also search for a commandline tool but i dont know if that is what you need. There are some commandline script out there such as ascii2Uni.vbsetc. I use them to process xml files on the commandline now and then and it works great. greetz JC On 1/8/07, Danny Kodicek [EMAIL

Re: [Flashcoders] Runtime sharing: best practice

2007-01-08 Thread Stefan Thurnherr
Hi Michael, I face the same problem you're describing: most of my UI controls are in a shared SWF (source.swf), which is then used by several of my dest.swf files. I did some testing, and found it impossible to do a preloader with a progress bar for (or within) dest.swf that takes into account

[Flashcoders] problem + workaround: mx.core.View.createEmptyMovieClip(myMc+i, this.getNextHighestDepth())

2007-01-08 Thread Stefan Thurnherr
I found that calling this.createEmptyMovieClip() several times within a class that inherits from mx.core.View causes problems. In my case the following code seems to produce only five red rectangles, and not 7 as I would expect. // NBSLOTS == 7 this.areasMask = new Array(NBSLOTS); for (var

Re: [Flashcoders] limits to AS2 levels of OOP class inheritance?

2007-01-08 Thread T. Michael Keesey
Four levels of inheritance are certainly fine. You're not using exclude XML files, are you? -- T. Michael Keesey The Dinosauricon: http://dino.lm.com Parry Carney: http://parryandcarney.com ISPN Forum: http://www.phylonames.org/forum/ ___

Re: [Flashcoders] limits to AS2 levels of OOP class inheritance?

2007-01-08 Thread baskar subramanian
hi there is no limitation for inheriting we can inherit as much as we want. but there should be some implementation problem if u wish just send ur code i ll correct that bcoz i dont find any issue in ur mail that u stated. bye regards palanivel senior developer

[Flashcoders] FLVPlayback redraw problems with Firefox and opacity filter--help!

2007-01-08 Thread David Ham
Hi, I have an FLVPlayback component playing a progressive download FLV video. The component is on a page whose background image is at a 10% opacity using a CSS filter. The stylesheet code is like this: #background img { filter: alpha(opacity=10); } In Firefox, this is causing some weird

[Flashcoders] NetStream problem

2007-01-08 Thread Olasz RĂ³bert
Hi all! I have a problem to handle a NetStream object. With that code below is working correctly, but i would like to restart the video with the play button when it ends. I did not find out how and where can I put the correct code for it. Please help! Thx Robert AS code: katt_btn._visible =

Re: [Flashcoders] JSFL writing a (Unicode) encoded text file

2007-01-08 Thread keith
Thanks the replies gave me the direction I need. -- Keith H -- ___ 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

Re: [Flashcoders] limits to AS2 levels of OOP class inheritance?

2007-01-08 Thread Newsdee
Thanks for the responses guys. I'm trying to replicate the error in a different FLA but it isn't simple... my test seems to work fine! Here is example (working) code. I'll keep trying and post back... Thanks, Gerard. ___

[Flashcoders] flv sometimes playing sound only

2007-01-08 Thread me myself
I've posted a few times here about my video woes, and I thought I'd solved them all, but now there's a new one and it's really vexing: Sometimes the video is playing, but every once in a while, only the sound will play. It particularly seems to be a problem the first time the swf loads -- or if

[Flashcoders] FileReference question

2007-01-08 Thread Mendelsohn, Michael
Hi list... Does the url parameter for FileReference.download() have to be an absolute path? When I am testing locally: this worked for me: fr.download(http://www.abc.com/a.pdf;); But this relative path didn't: fr.download(a.pdf); Thanks, - Michael M.

[Flashcoders] export images from flash

2007-01-08 Thread badi malik
hi all, i'm wondering if it's possible to export a jpg from flash and post it to a server for an application like Image Magick to composite...? thanks much ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

[Flashcoders] Critical bug in IE

2007-01-08 Thread William Smith
I have this problem to when I use Stage.scaleMode on this one movie it will always end up messing up the position and covering half of certain movieclip (though not all) when I view the movie in IE, both 6 and 7. I have tried everything I can thing of and nothing works. Any ideas?

Re: [Flashcoders] export images from flash

2007-01-08 Thread William Smith
The only way I have seen is to do to for loops on a bitmap data object using the getPixel functon then export the string to a php file that parses the string to an image and saves it. Though fauxto seems to have found a very quick way of saving the image. You might be able to see how they do it.

Re: [Flashcoders] export images from flash

2007-01-08 Thread Mick G
http://www.quasimondo.com/archives/000572.php On 1/8/07, badi malik [EMAIL PROTECTED] wrote: hi all, i'm wondering if it's possible to export a jpg from flash and post it to a server for an application like Image Magick to composite...? thanks much

Re: [Flashcoders] export images from flash

2007-01-08 Thread badi malik
thank you. b - Original Message From: Mick G [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, January 8, 2007 2:51:13 PM Subject: Re: [Flashcoders] export images from flash http://www.quasimondo.com/archives/000572.php On 1/8/07, badi

[Flashcoders] Flash Tracer / FF2

2007-01-08 Thread Eric Lee
For those of you who haven't used it, there's a cool FF plugin called Flash Tracer (https://addons.mozilla.org/firefox/3469/) that lets you view any traces generated by a SWF within firefox. My problem is that, since upgrading to FF2, I haven't been able to get it to work properly. Has anyone

Re: [Flashcoders] Flash Tracer / FF2

2007-01-08 Thread orangeflower
I can do you one better. Download the XRay connector and classes from Blitz agency and use this link http://www.rockonflash.com/xray/flex/Xray.html and tell me what you think ;) T - Original Message - From: Eric Lee [EMAIL PROTECTED] To: 'Flashcoders mailing list'

[Flashcoders] IE Bug with scaleMode

2007-01-08 Thread William Smith
I have this problem to when I use Stage.scaleMode on this one movie it will always end up messing up the position and covering half of certain movieclip (though not all) when I view the movie in IE, both 6 and 7. I have tried everything I can thing of and nothing works. Any ideas?

RE: [Flashcoders] Flash Tracer / FF2

2007-01-08 Thread Steven Sacks | BLITZ
There's a standalone debug executable available too at http://www.osflash.org/xray/ BLITZ | Steven Sacks - 310-551-0200 x208 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 08, 2007 3:54 PM To:

RE: [Flashcoders] Flash Tracer / FF2

2007-01-08 Thread Eric Lee
Very sexy. Documentation could use a bit of work, but definitely a very handy app. Thanks for the link! -Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, January 08, 2007 3:54 PM To: Flashcoders mailing list Subject: