Re: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Banks
Thank you very much, Abdul. :-) --Feng Abdul Qabiz wrote: Following code shows the right way, please read the documentation of " Flash _javascript_ Integration Kit": http://osflash.org/doku.php?id=flashjs You need to place "com\macromedia\_javascript_\" directory, _javascript_FlashG

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
te="onAppInit()"> -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Wednesday, June 29, 2005 4:17 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
: [flexcoders] puzzled with JavaScript and Flash Integration Kit Hi, Abdul, Thank you very much. i try this, but it does not take the effect. my jsp file is : <%@ taglib uri="FlexTagLib" prefix="mm" %> window.onbeforeunload = confirmExit; function confirmExit() {

Re: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Banks
Hi, Abdul, Thank you very much. i try this, but it does not take the effect. my jsp file is : <%@ taglib uri="FlexTagLib" prefix="mm" %> window.onbeforeunload = confirmExit; function confirmExit() { var flashProxy = new FlashProxy('mmid', 'mmapp'); flashProxy.call('com

RE: [flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-29 Thread Abdul Qabiz
Yeah... That should work, as long as you are also passing lcId to Flex App using FlashVars attribute of like this: http://www.macromedia.com/2003/mxml";> -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Banks Sent: