Hi List,<br><br>I'm having a problem here.<br><br>Each time I try to get flash to call javascript the IE yelds an error <br><br>Line: 1<br>Char: 79<br>Error: 'cardchooser' is undefined<br>Code:0<br><br><br><br>heres my code
<br><br>function addCard(_card)<br>{<br>    try{<br>    insert_card(cards_to_arr, _card);<br>    }<br>    catch(er)<br>    {<br>        alert("foooo")<br>    }<br>}<br><br><br>   var so = new SWFObject("media/cardchooser.swf", "cardchooser", "945", "550", "8",   "#a6caf0");
<br>   so.write("flashcontent");<br><br>Inside flash I have<br><br>var card:String = "a card";<br>ExternalInterface.call("addCard", card); <br><br><br><br>Browser is Internet Explorer 6.0.2900.2180
 with SP2<br>With Firefox works as expected.<br><br clear="all"><br>-- <br>Cheers Tiago Janz