ExternalInterface = is Undefined in IE

I’m getting an error when I try to call javascript using

ExternalInterface.call(“setStart”,_startTime.text);

it works great in Firefox, but in IE I get a WeatherSlider is undefined. Where WeatherSlider is the id of the object and the name of the embed tag.

Anybody got any ideas why?

JGA