[Flashcoders] swf/html and swf/swf communication

2007-02-26 Thread Martin Klasson
Hi Flashcoders, I have been searching around, but not found it to be that easy to get answers. I know that you people here tends to know everything, so I will ask you. first question: Is LocalConnection the only way to talk between two swf's in a browser (when NOT using javascript), and

[Flashcoders] webcam

2007-02-26 Thread Laurent CUCHET
Is there a way to have a webcam in a web site without flashcomm ? Thank you ___ 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

Re: [Flashcoders] webcam

2007-02-26 Thread Morten Reinholdt
Im not sure but try checkout http://osflash.org/red5 I think it is possible :-) Hope this helps you Regards Morten Reinholdt http://www.flashorbit.com On Feb 26, 2007, at 9:45 AM, Laurent CUCHET wrote: Is there a way to have a webcam in a web site without flashcomm ? Thank you

[Flashcoders] MovieClipLoader woes

2007-02-26 Thread Ian Thomas
Hi all, Has anyone ever come across a situation where MovieClipLoader just refuses to fire any events whatsoever? The situation: - Flash 8, running in IDE or as local projector (on Win XP) - A whole pile of successful MovieClipLoader calls have been made (probably 50 or so by this stage),

Re: [Flashcoders] webcam

2007-02-26 Thread Amir T Rocker
Sure, but only local - means no one else can see you. // get the camera var cam = Camera.get( [opt. camName ] ) ; // attach the camera on the vid display videoPanel.attachCamera(cam) ; thats it - nowe you have a working camera - but no way to show it to others or record anything. For that you

[Flashcoders] ru.bezier geom package beta

2007-02-26 Thread Iv
Hello, beta version of bezier.ru geom package: http://www.bezier.ru/rus/AS2/sources/ru.bezier.zip (now comments in russian only). please send me private bugs and requests. good luck, iv -- Ivan Dembicki [EMAIL

RE: [Flashcoders] DataGrid Component not displaying all rows

2007-02-26 Thread Charlie Skinner
This strange quirk of the DataGrid Component has nothing to do with the Flash Remoting RecordSet Class. It is in fact caused by the DataGrid being exactly the right height to display 20 records. The solution is simple, make it one pixel less high. -Original Message- From: [EMAIL

[Flashcoders] Cleaning HTML for use in Flash 8

2007-02-26 Thread David Townsend
Heya All, I am currently working on a project where I am receiving a huge database of html pages that I need to convert into xml to drive a flash application. From memory, many current html codes do not work in Flash and I was wondering if anyone knew of a way of cleaning up the code,

Re: [Flashcoders] What don't I understand about the display list?

2007-02-26 Thread Tim Consolazio
If you're doing this in the same frame, the fact that the object is no longer on the displaylist may not have been updated yet. Try moving the code throwing the error into the childRemove event. Daniel Thompson wrote: Why will the following error be thrown? Shouldn't the displayObject be

[Flashcoders] as3 book

2007-02-26 Thread Gustavo Duenas
Hi Guys, I have to accept I'm the newbiest guy in this flash thing, I'm finishing(when I'll get time) the flash oop book , and then I'd like to move to as3...any book you could recommend me? I've found the as3 book in a nutshell for O'reilly in 10 bucks in books a million, so if you know

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

2007-02-26 Thread Andy Herrman
My understanding is that LocalConnection has nothing to with the browser. It's some process that Flash itself has implemented, so you can run the SWFs in a browser, projector, anything. For instance, I have a flash EXE that talks to flash movies running in various browsers, and it all works

Re: [Flashcoders] XPathAPI recursive XML search

2007-02-26 Thread Tom Klepl
Thanks for the reply.. unfortunately this only returns matching nodes below the parent node specified. What I need is to crawl the XML tree and find ALL matching nodes, regardless of where they are in the tree. Tom Quoting [EMAIL PROTECTED]: I believe:

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

2007-02-26 Thread Omar Fouad
answer of the second questions: no, there arent any problems in calling java function inside getURL() On 2/26/07, Martin Klasson [EMAIL PROTECTED] wrote: Hi Flashcoders, I have been searching around, but not found it to be that easy to get answers. I know that you people here tends to know

RE: [Flashcoders] test

2007-02-26 Thread Steven Sacks | BLITZ
1 out of 1 tests completed. Errors: 0. Warnings: 0. BLITZ | Steven Sacks - 310-551-0200 x209 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Watts Sent: Sunday, February 25, 2007 11:11 AM To: flashcoders@chattyfig.figleaf.com Subject: RE:

RE: [Flashcoders] Flash exe and Vista

2007-02-26 Thread Robert Akerson
I just finished a large Flash CD project that started out as a SWF Studio build, but Switched over the Using MDMs Zinc 2.5 after some initial testing with Vista. http://www.multidmedia.com/ This got around the locking up and Admin access issues with SWFStudio. The syntax is fairly similar