<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">if you are using externalinterface, this should work just fine...<DIV><BR class="khtml-block-placeholder"></DIV><DIV>just make sure you set up all the functions you need to call in the flash movie.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On Jun 27, 2006, at 1:13 PM, Danya Henninger wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Okay -- this is my last revision -- sorry for the multiple posts -- trying to repurpose and slim down my actual code introduced some errors.<BR><BR>The setting of the variable "var flashVideoPlayer" can't occur until the page loads.  So the script should really be something like: <BR><BR><head><BR>...<BR><script type="text/javascript"> <BR>var flashVideoPlayer;<BR>function initialize(){<BR> flashVideoPlayer = document.getElementById('video');<BR>}<BR>function callFlashPlayVideo(flv_path) {<BR>    flashVideoPlayer.playVideo(flv_path);<BR>} <BR></script> <BR>...<BR></head><BR><body onload="initialize"><BR><BR><DIV><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><DIV><DIV> <BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><DIV></DIV><DIV><SPAN class="q"><BR>-- <BR>Danya Henninger<BR><BR>Imagic  |  <A href="http://www.imagicdigital.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> www.imagicdigital.com </A><BR><A href="mailto:danya@imagicdigital.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">danya@imagicdigital.com</A> </SPAN></DIV><DIV></DIV></BLOCKQUOTE></DIV><BR><BR clear="all"><BR> </DIV></BLOCKQUOTE></DIV><BR><BR clear="all"><BR>-- <BR>Danya Henninger<BR><BR>Imagic  |  <A href="http://www.imagicdigital.com">www.imagicdigital.com</A><BR><BR>609.645.7755 tel<BR>866.530.6608 fax<BR>609.289.0411 cell<BR> <A href="mailto:danya@imagicdigital.com">danya@imagicdigital.com</A><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>