[Flashcoders] open windows explorer or OSX finder from flash

2008-10-31 Thread thomas nordahl
Is it possible to open either windows explorer or finder from flash ? is there maybe an jacascript that in use with Externalinterface does the trick? If any one have a soullution or know a tutorial please reply to this thread :) Happy coder Thomas

Re: [Flashcoders] Object vs *

2008-08-10 Thread thomas nordahl
is there any way in AS3 to set the coordinates of the cursor? I want to make the cursor skip to a spesific place in my swf when a spesific object is clicked. Anyone? Thomas ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] pause a loop for an set amount of time

2007-12-17 Thread thomas nordahl
I have an string made from using getpixel on an image. I want to compress this string using lzw compression, but the string is way too big so my flash application hangs. is there anyway to make flash pause 50 milliseconds every 3 sekunds? or every 1000 iteration? here is the part of the code that

[Flashcoders] prevent bot updating voting

2007-07-30 Thread Thomas Nordahl
. is there anyway I can make shure the vote is comeing from the swf, and that in a way that cant be traced so there can be made a new bot? does anyone here have an solution to my problem? Best Regards Thomas Nordahl ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] sending mail directly from flash?

2007-07-10 Thread Thomas Nordahl
is it possible to send Mail directly from flash without using and php script or such? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

Re: [Flashcoders] MC height/width with mask problem

2007-07-09 Thread Thomas Nordahl
Is there any SWF downloader for mac? Den 9. jul. 2007 kl. 14.01 skrev Johnny Zen: Hi all Sure this is a easy one but cant find the answer I have a container MC and within I have a MC and mask MC to contain contents within. eg. _root.container_mc _root.container_mc.contents_mc