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 fine. :)

As for javascript in getURL, I think in general it works, but I've had
some issues with it.  I ran into a problem where if I did getURL calls
with javascript in quick succession some of them would never run (if
the first one didn't complete before the second one ran then the first
one would be canceled, or something like that).  So in general I think
it works, but I don't always trust it.

As for how much javascript you put in the getURL call, I would suggest
you write a javascript function in the HTML page, and then simply call
that function using getURL.

  -Andy

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 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 are there a list of browsers/os that supports this? In my case it I
will have two swf's on the same
html-page. -or is there a list of browsers/os that LocalConnection does
NOT work on?


second question:
Inline javascript in flash, are there any problems with that? I mean
using javascript in a getURL to make
it for example write out another swf in a <div>. I have used javascript
to open popups directly from a
getURL -but is there any known limitations of writing javascript in the
getURL? Maybe the 99> character-bugg
still is there in Flash as well?


Thanks mates!

_______________________________________________
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
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 Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to