views:

65

answers:

1

Hello, I am trying to use the flXHR javascript library for making cross-domain calls.

I got stuck at the begining.

As they say in the docs, I copied the /deploy directory's content to a /scripts directory. All the dependencies are supposed to be included in the flXHR download.

This is my html, which returns several errors:

the errors:

y.base_path is undefined y.checkplayer is undefined y.ua is undefined E.attachEvent is not a function

thanks

A: 

I noticed the "y.base_path is undefined" error sometimes, but only when Firebug is open. Try closing firebug (or use a different browser) and see what happens.

BrianCuller
I managed to get it working on IE $ Chrome, but not on my version of FF (3.5.9). I know that on a later version of FF it's working also.
Yaron