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
.. > >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@yahoogro

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

2005-06-29 Thread Abdul Qabiz
nks Sent: Wednesday, June 29, 2005 12:01 PM To: [EMAIL PROTECTED] Com Subject: [flexcoders] puzzled with JavaScript and Flash Integration Kit Hi, All, I am try to use this tool. But as an flex new user, I am be puzzled with this tool. The docs for this are about the flash file. if i place

[flexcoders] puzzled with JavaScript and Flash Integration Kit

2005-06-28 Thread Banks
Hi, All, I am try to use this tool. But as an flex new user, I am be puzzled with this tool. The docs for this are about the flash file. if i place this tag "" in my JSP file, does this mean I can construct the flashProxy like this: var flashProxy = new FlashProxy('mmapp', 'mmapp'); -- Best