my updated version is based on the latest from SVN and also inserts the 
vbscript for the fscommand calls, so you don't get the clicks in IE. 
this way you don't need to link the extra .vbs file - it's just the 2 js 
files (or you could even combine them if you wanted)




John Grden wrote:
> ah thanks Mike, I'll go out and double check that.
>
> One question I had, and this might just be my lack of knowledge, but I 
> think I saw that in the proxy class for flash, getURL was being used 
> for all calls - were your fixes for IE in regards to using FScommand?
>
> We've always done FScommand for IE and getURL for non-IE, and just 
> wondered if you knew something we didn't - like that's a myth etc
>
> thanks again, I'll let you know if updating from svn fixes it.
>
> On 1/28/06, *Mike Chambers* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Did you pull the latest source from subversion?
>
>     You may have to manually add a little bit of vbscript (i.e. paste it
>     in). We may have made this change to fix some IE bugs. Ill ask
>     Christian as soon as I see him online, but in the meantime, that
>     might give you something to search for.
>
>     mike chambers
>
>     [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>     On Jan 27, 2006, at 1:46 PM, John Grden wrote:
>
>     > First, it rocks - for the first time, I've been able to use Xray to
>     > debug Javascript ;)
>     >
>     > Though, alas, I do have one problem.
>     >
>     > Firefox = works great
>     > IE = I can make calls from JS -> AS, but not the reverse.
>     >
>     > I've read the instructions 20 times, double checked etc, but I
>     > can't see to successfully make a call from AS -> JS from IE.
>     >
>     > The ONLY difference in my setup as compared to the instructions is
>     > that I don't use this block to create my flash object:
>     >
>     > <BR> var tag = new FlashTag('/path/to/flashContent.swf', 300,
>     > 300); // last two arguments are height and width<BR>
>     > tag.setFlashvars('lcId='+uid);<BR> tag.write (document);<BR>I
>     > actually hardcode the UID into my flash movie.
>     >
>     > Anyone know what the top 3 reasons might be why it's not working in
>     > IE6?
>     >
>     > Nice job on this btw - I was completely sold when I saw that I
>     > could pass complex objects back to Xray as well as execute
>     > Javascript calls FROM Xray to test the page.
>     >
>     > --
>     > John Grden - Blitz
>     > _______________________________________________
>     > osflash mailing list
>     > [email protected] <mailto:[email protected]>
>     > http://osflash.org/mailman/listinfo/osflash_osflash.org
>     <http://osflash.org/mailman/listinfo/osflash_osflash.org>
>
>
>     _______________________________________________
>     osflash mailing list
>     [email protected] <mailto:[email protected]>
>     http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
>
>
> -- 
> John Grden - Blitz
> ------------------------------------------------------------------------
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>   

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to