Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread Rajat Paharia
Hi David - Good question - I don't recall - I'll try it out again. It's been a while since I looked at this issue - here's a short summary (from memory) of the issue I was hitting: My app calls JS to open new windows, and that works fine all the time in Firefox and IE. Then I tried to have my app

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread Martin Wood
btw, there's a list just for the js integration kit. very low traffic, but useful for questions specific to the kit. http://osflash.org/mailman/listinfo/flashjs_osflash.org thanks, Martin -- Martin Wood http://relivethefuture.com/choronzon ___ Fla

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread Jim Kremens
Thanks! Jim Kremens On 2/2/06, david kraftsow <[EMAIL PROTECTED]> wrote: > > I was yeah able to get it working with the latest SVN source [in both ie > and ff]. But it didnt work as well as I wanted it to. I needed a way to > have flash constantly retrieve a javascript variable. Unfortunately I >

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread david kraftsow
I was yeah able to get it working with the latest SVN source [in both ie and ff]. But it didnt work as well as I wanted it to. I needed a way to have flash constantly retrieve a javascript variable. Unfortunately I could only seem to call a js function from flash maybe two or three times a seco

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread Jim Kremens
Hi David, Were you able to get it working with the latest source from SVN? I can't see what I might be doing wrong in the setup, so I'm assuming there are some bugs. But if you've got it working, that would be great to know. And maybe you could post (or send) an example? Thanks, Jim Kremens O

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread david kraftsow
Rajat - Are you testing with both firefox and ie open at the same time, by chance? Because it will only work in one but not the other depending on which one opened the local connection first. This happened to me as well and I couldn't figure out what was going on until I tested it with ie open

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread Jim Kremens
Thanks for the reply! I actually reached out to Mike Chambers directly... waiting to hear back. Is the kit actually supported by Macromedia? Just wondering if I'm on my own here or if I can expect some advice. Jim Kremens On 2/2/06, Rajat Paharia <[EMAIL PROTECTED]> wrote: > > Hi Jim - I'm e

Re: [Flashcoders] Problems with Javascript Integration Kit

2006-02-02 Thread Rajat Paharia
Hi Jim - I'm encountering similar problems in IE (not in Firefox) with an older version of the kit, but haven't been able to figure out how to fix it. But you're not alone :( - rajat On 2/1/06, Jim Kremens <[EMAIL PROTECTED]> wrote: > Hi all! > > I'm having trouble with the latest version of the

[Flashcoders] Problems with Javascript Integration Kit

2006-02-01 Thread Jim Kremens
Hi all! I'm having trouble with the latest version of the Flash Javascript Integration Kit (from SVN source). I've got 2 examples that show the problems I'm having: http://www.jimkremens.com/js_kit_issues/example_01.html http://www.jimkremens.com/js_kit_issues/example_02.html View source to comp