<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">can you post a link to your page?<DIV><BR class="khtml-block-placeholder"></DIV><DIV>is there a form on the same page as your flash movie?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On May 22, 2006, at 6:45 AM, Tiago Vale wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Anyone?<BR><BR><DIV><SPAN class="gmail_quote">On 5/19/06, <B class="gmail_sendername">Tiago Vale</B> <<A href="mailto:tiago.vale@gmail.com">tiago.vale@gmail.com</A>> wrote:</SPAN><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <DIV><BR>Fixed, where was cardchooser I've replaced with flashcontent</DIV><DIV><SPAN class="q"><BR><BR>   var so = new SWFObject("media/cardchooser</SPAN></DIV><DIV><DIV>.swf", "flashcontent", "945", "550", "8",   "#a6caf0"); <BR>   so.write("flashcontent");<BR></DIV><BR><BR>but now IE says<BR><BR>Object doesn't support this property or method<BR><BR>Although flash does comunicate with js and the functions are triggered.</DIV><DIV><SPAN class="e" id="q_10b4d56469da8386_3"> <BR><BR><BR> <BR><BR><BR><BR><DIV><SPAN class="gmail_quote">On 5/19/06, <B class="gmail_sendername">Tiago Vale</B> <<A href="mailto:tiago.vale@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">tiago.vale@gmail.com </A>> wrote:</SPAN><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <DIV>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></DIV><DIV><SPAN><BR clear="all"><BR>-- <BR>Cheers Tiago Janz </SPAN></DIV></BLOCKQUOTE></DIV><BR><BR clear="all"><BR></SPAN></DIV><DIV><SPAN class="sg">-- <BR>Cheers Tiago Janz </SPAN></DIV></BLOCKQUOTE></DIV><BR><BR clear="all"><BR>-- <BR>Cheers Tiago Janz<DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">_______________________________________________</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">SWFObject mailing list</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="mailto:SWFObject@lists.deconcept.com">SWFObject@lists.deconcept.com</A></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><A href="http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com">http://lists.deconcept.com/listinfo.cgi/swfobject-deconcept.com</A></DIV> </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>