Re: [Flashcoders] AIR app - possible to dynamically unzip?

2011-07-14 Thread Henrik Andersson
First of all, there is no protection in the current design. And you can never make one that will do squat. Second, there are libraries to work with zip files. I have used one myself, not too hard. ___ Flashcoders mailing list

Re: [Flashcoders] Wild Idea. Possible?

2010-01-25 Thread beno -
On Sat, Jan 23, 2010 at 7:28 PM, David Hunter davehunte...@hotmail.comwrote: maybe look at Processing.org its a great language based on java that i imagine can do what you're after. there are lots of libraries written for it like blob detection (which might be useful for detecting you on a

Re: [Flashcoders] Wild Idea. Possible?

2010-01-25 Thread beno -
On Sun, Jan 24, 2010 at 6:31 AM, Soeren.Meyer-Eppler soeren.meyer-epp...@buschnick.net wrote: Check out the art installations of Zachary Booth Simpson. Totally awesome ideas IMHO, he's been doing this for years and it requires lots of the same techniques you'll need.

RE: [Flashcoders] Wild Idea. Possible?

2010-01-25 Thread Merrill, Jason
This could be done nicely with free WiiFlash server, a bluetooth dongle, Papervision3d, and a Nintendo Wiimote (which you would have on you somewhere) to act as the infared camera. You'd use some of Johnny Chung Lee's methods, seen here: http://johnnylee.net/projects/wii/ I would incorporate

Re: [Flashcoders] Wild Idea. Possible?

2010-01-25 Thread beno -
On Mon, Jan 25, 2010 at 12:09 PM, Merrill, Jason jason.merr...@bankofamerica.com wrote: This could be done nicely with free WiiFlash server, a bluetooth dongle, Papervision3d, and a Nintendo Wiimote (which you would have on you somewhere) to act as the infared camera. Cool. Logged it.

Re: [Flashcoders] Wild Idea. Possible?

2010-01-24 Thread Soeren.Meyer-Eppler
Obviously. Thanks. Dead-serious question. I will obviously need some kind of feedback hardware device that tells Flash where I am physically on stage so that it could triangulate my position and adjust itself accordingly. But is it even possible? There are swf files that move things around on

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Matt S.
Best. Troll. Evar. .m ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread beno -
On Sat, Jan 23, 2010 at 11:06 AM, Matt S. mattsp...@gmail.com wrote: Best. Troll. Evar. Huh? Could you translate that into English? beno ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Henrik Andersson
beno - wrote: On Sat, Jan 23, 2010 at 11:06 AM, Matt S.mattsp...@gmail.com wrote: Best. Troll. Evar. Huh? Could you translate that into English? You are new to the Internet aren't you? Troll (subst): Someone who trolls. Troll (verb): To post in order to cause drama. Typical troll posts

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Matt S.
You are correct, and I withdraw the troll claim, simply because I don't believe there is any malicious intent on beno's part. But if there's a word for someone having a bit of mischievous (but harmless) fun on a forum (gnome? imp?) then I do still believe that it applies here. I could be wrong, in

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread beno -
On Sat, Jan 23, 2010 at 11:34 AM, Henrik Andersson he...@henke37.cjb.netwrote: beno - wrote: On Sat, Jan 23, 2010 at 11:06 AM, Matt S.mattsp...@gmail.com wrote: Best. Troll. Evar. Huh? Could you translate that into English? You are new to the Internet aren't you? Yes. Started in

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Andrei Thomaz
maybe this can help you: http://www.eyesweb.org/ There is also a lot of code and examples using BitmapData and a simple webcam to do motion detection, if you want a pure-flash solution. []'s andrei On Sat, Jan 23, 2010 at 1:44 PM, beno - flashmeb...@gmail.com wrote: On Sat, Jan 23, 2010 at

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Henrik Andersson
beno - wrote: But is it even possible? It is, you can talk to a flash movie from the embedding application. Forwarding the current position is far from difficult. Just look up ExternalInterface in the manual. It's getting it to begin with that will be the real issue for you. You will need

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Paul Andrews
beno - wrote: On Sat, Jan 23, 2010 at 11:34 AM, Henrik Andersson he...@henke37.cjb.netwrote: beno - wrote: On Sat, Jan 23, 2010 at 11:06 AM, Matt S.mattsp...@gmail.com wrote: Best. Troll. Evar. Huh? Could you translate that into English? You are new to

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread beno -
On Sat, Jan 23, 2010 at 11:57 AM, Henrik Andersson he...@henke37.cjb.netwrote: beno - wrote: But is it even possible? It is, you can talk to a flash movie from the embedding application. Forwarding the current position is far from difficult. Just look up ExternalInterface in the manual.

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread Andrei Thomaz
if the moving background is a projection, it is easy to isolate the performer image. All you need is to use infrared camera. Infrared cameras don't see projected images (because that kind of light is cold'). andrei On Sat, Jan 23, 2010 at 2:00 PM, Paul Andrews p...@ipauland.com wrote: beno -

Re: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread beno -
On Sat, Jan 23, 2010 at 12:07 PM, Andrei Thomaz andreitho...@gmail.comwrote: if the moving background is a projection, it is easy to isolate the performer image. All you need is to use infrared camera. Infrared cameras don't see projected images (because that kind of light is cold'). I'm

RE: [Flashcoders] Wild Idea. Possible?

2010-01-23 Thread David Hunter
2010 12:18:01 -0400 Subject: Re: [Flashcoders] Wild Idea. Possible? From: flashmeb...@gmail.com To: flashcoders@chattyfig.figleaf.com On Sat, Jan 23, 2010 at 12:07 PM, Andrei Thomaz andreitho...@gmail.comwrote: if the moving background is a projection, it is easy to isolate the performer

Re: [Flashcoders] Is it possible to embed Flash player inside C++ application on MacOS?

2009-04-08 Thread Ian Thomas
Yes. I'd take a look at the open source code for Screenweaver HX - SWHX. This embeds the Netscape Flash plugin. There's a source code link on this page: http://screenweaver.org/doku.php?id=download HTH, Ian On Wed, Apr 8, 2009 at 11:36 AM, Pavel Repkin pavel.rep...@gmail.com wrote: Hey!

Re: [Flashcoders] :: JSFL ..this possible?

2008-10-15 Thread Dennis - I Sioux
Yup possible. You can read/write textfiles .. and you can do stgae manipulation(add mc's .. frames etc.) Just look in your help under extending With kind regards, Dennis Isioux - Original Message - From: artur [EMAIL PROTECTED] To: flashcoders flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] Is it possible to create duplicate event listeners?

2008-09-30 Thread Paul Andrews
Would be really easy to find out by adding two identical event listeners to a button. I'd expect it to be called twice. - Original Message - From: ben gomez farrell [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Tuesday, September 30, 2008 6:23 PM

Re: [Flashcoders] Is it possible to display in the xml file

2008-06-12 Thread Cedric Muller
Hello, add a CDATA tag dep![CDATA[Fin IT]]/dep cedric hey there, Is it possible to display in the xml file? I tried to convert it to %26, but it won't display in the flash for example: depFin IT /dep thanks ___ Flashcoders mailing list

Re: [Flashcoders] Is it possible to display in the xml file

2008-06-12 Thread Cedric Muller
or you could set an attribute instead of a node dep value=Fin IT / hey there, Is it possible to display in the xml file? I tried to convert it to %26, but it won't display in the flash for example: depFin IT /dep thanks ___ Flashcoders

Re: [Flashcoders] Is it possible to display in the xml file

2008-06-12 Thread Ian Thomas
Or use: depFin amp; IT/dep Similarly, lt; gives you gt; gives you Ian On Thu, Jun 12, 2008 at 2:21 PM, Cedric Muller [EMAIL PROTECTED] wrote: or you could set an attribute instead of a node dep value=Fin IT / hey there, Is it possible to display in the xml file? I tried to convert

Re: [Flashcoders] Is it possible to display in the xml file

2008-06-12 Thread Kenneth Kawamoto
amp; Kenneth Kawamoto http://www.materiaprima.co.uk/ ACE Flash wrote: hey there, Is it possible to display in the xml file? I tried to convert it to %26, but it won't display in the flash for example: depFin IT /dep thanks ___ Flashcoders

Re: [Flashcoders] Is it possible to display in the xml file

2008-06-12 Thread allandt bik-elliott
it should be fine if you're outputting it to mytextfield.text but if it's going into a textfield.htmlText then it should be converted On Thu, Jun 12, 2008 at 2:14 PM, ACE Flash [EMAIL PROTECTED] wrote: hey there, Is it possible to display in the xml file? I tried to convert it to %26, but

Re: [Flashcoders] Is it possible to display in the xml file

2008-06-12 Thread Steven Sacks
If you put ampersands in attributes, the XML will not parse correctly in any browser. Ampersands (and other special characters) should go inside CDATA tags to maintain valid XML. :) Cedric Muller wrote: or you could set an attribute instead of a node dep value=Fin IT /

Re: [Flashcoders] Is it possible to display in the xml file

2008-06-12 Thread ACE Flash
thanks for all of your input...it's awesome! On Thu, Jun 12, 2008 at 1:38 PM, Steven Sacks [EMAIL PROTECTED] wrote: If you put ampersands in attributes, the XML will not parse correctly in any browser. Ampersands (and other special characters) should go inside CDATA tags to maintain valid

RE: [Flashcoders] Is it possible to display in the xml file

2008-06-12 Thread Dave Watts
If you put ampersands in attributes, the XML will not parse correctly in any browser. Ampersands (and other special characters) should go inside CDATA tags to maintain valid XML. :) You can simply use the appropriate XML character entity to use an ampersand in an attribute: amp; This is

Re: [Flashcoders] Surround sound possible in flash?

2008-06-04 Thread Christopher Whiteford
No, surround sound isn't yet available in flash. On Wed, Jun 4, 2008 at 4:26 AM, Ali Drongo [EMAIL PROTECTED] wrote: Can't seem to find anything on this. Has anyone any experience of this? Cheers, Ali ___ Flashcoders mailing list

Re: [Flashcoders] Is it possible to referene a flashvars object in Flash

2007-03-12 Thread John laPlante
I use flashvars to pass initialization parameters. These are automagically converted to root variables. Does anyone know of a way to reference a object that holds all the flashvars. I would like to loop over such an object to ensure completeness. I'm passing most of the values back to another

RE: [Flashcoders] Is it possible?

2007-03-02 Thread Kalani Bright
@chattyfig.figleaf.com Subject: Re: [Flashcoders] Is it possible? Have a look at Wallop - it is a Flash based system like what you are talking about. I have played a little, but it has an API which allows you to talk to the system and find out about the social network, etc. I have sent you an invite - you don't

RE: [Flashcoders] Is it possible to expand work area in flash?

2006-11-13 Thread Holth, Daniel C.
André, You can drag the various parts of the Flash application to all different sizes and locations, as well as move menus and coding areas around too. If you want to see more of your stage you can zoom in and out with the magnifying tool, or minimize windows you aren't using. Otherwise if

RE: [Flashcoders] Is it possible to expand work area in flash?

2006-11-09 Thread Nick Weekes
Not much you can do if you need more than the 2880 max stage size. Sounds like you need to move to actionscript based animation... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of André Hedetoft Sent: 09 November 2006 08:21 To:

Re: [Flashcoders] Is it possible to expand work area in flash?

2006-11-09 Thread James Marsden
does anyone know if there are plans to extend the paste board width in Flash 9? Nick Weekes wrote: Not much you can do if you need more than the 2880 max stage size. Sounds like you need to move to actionscript based animation... ___

Re: [Flashcoders] Is it possible to expand work area in flash?

2006-11-09 Thread Hans Wichman
Hi, nesting clips and scaling them down on the workarea might help. You need to scale them back on app start. greetz JC On 11/9/06, James Marsden [EMAIL PROTECTED] wrote: does anyone know if there are plans to extend the paste board width in Flash 9? Nick Weekes wrote: Not much you can

Re: [Flashcoders] Is it possible to change Stage background coloratruntime?

2006-06-08 Thread Derek Vadneau
[EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Thursday, June 08, 2006 12:28 AM Subject: RE: [Flashcoders] Is it possible to change Stage background coloratruntime? Oops! I did forget to specify that this question is about EXE files. Thanks

Re: [Flashcoders] Is it possible to change Stage background color at runtime?

2006-06-07 Thread Mick G
You could also set your wmode to transparent in the object/embed tag and use javascript to change the background of a containing DIV (Not that this is elegant but should work). On 6/8/06, Fernando Castillo [EMAIL PROTECTED] wrote: I would like to know if I can change the stage background color

RE: [Flashcoders] Is it possible to change Stage background color atruntime?

2006-06-07 Thread Fernando Castillo
Oops! I did forget to specify that this question is about EXE files. Thanks! On 6/8/06, [EMAIL PROTECTED] wrote: You could also set your wmode to transparent in the object/embed tag and use javascript to change the background of a containing DIV (Not that this is elegant but should work). On

Re: [Flashcoders] Is it possible to change Stage background color atruntime?

2006-06-07 Thread Mick G
Doh! If you're having trouble managing the size of the MC you're using as a 'fake' background, you could always just use a manageable size and use: MC._width = Stage.width; MC._width = Stage.height; Make sure you run that onResize if you're allowing people to resize the window of the

Re: [Flashcoders] Is it possible to make AS1.0 code instantiate AS2.0 objects without compiling it under AS2.0?

2006-03-15 Thread elibol
Since you're strapped for time and can't classify the code to as2, you shouldn't even bother trying to classify it in as1 if you're having trouble converting it to as2. I recommend classifying the as1 code using as2, if you don't and use a hybrid of as1 and as2 with poorly decoupled as1 code (

Re: [Flashcoders] Is it possible to do a karaoke app in flash?

2006-02-09 Thread Danny Kodicek
When you say 'app' are you talking about online or offline? I don't think Flash can do recording, but offline at least, you could do it with Director using an Xtra and embed the Flash into it. Online I think you're going to have some trouble! Danny - Original Message - From: Jorge

Re: [Flashcoders] Is it possible to do a karaoke app in flash?

2006-02-09 Thread Jorge Rego
My first goal is offline, but i migth need it online as well. I don't mind to do it in Director ... which Xtra are you talking about? Can we talk off list? Danny Kodicek wrote: When you say 'app' are you talking about online or offline? I don't think Flash can do recording, but offline at

Re: [Flashcoders] Is it possible to do a karaoke app in flash?

2006-02-09 Thread JesterXL
You could build an engine that records the voice via Flashcom, and then plays it back with timing queues saved into the FLV. I did this for 30 second freestyle rap takes for an LG site. - Original Message - From: Jorge Rego [EMAIL PROTECTED] To: 'Flashcoders mailing list'

Re: [Flashcoders] Is podcasting possible with Flash MX 2004 Pro ?

2006-02-06 Thread Rich Rodecker
not sure exactly what you are asking. 'Podcasting' generally means using a special tag (i'm pretty sure the tag name is 'enclosure' but im not 100%) in an rss feed which indicate a path to a file (mp3 generally. Programs like itunes 'subscribe' to that rss feed (meaning they listen for new