Re: [Flashcoders] Flash JavaScript Integration Kit Issues

2007-03-23 Thread Muzak
Are you running this in a browser from the desktop or in a browser from a 
(local) server?

If in a browser from the desktop, you need to set 'permissions'.

http://www.adobe.com/devnet/flash/articles/external_interface_print.html
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4c093f20

You'll have to add the swf file or the directory it resides in to the trusted 
files in the Global Security Settings Panel
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

These restrictions/settings do not apply when running the html+swf through a 
web server.

regards,
Muzak

- Original Message - 
From: Steve Mathews [EMAIL PROTECTED]
To: flashcoders@chattyfig.figleaf.com
Sent: Thursday, March 22, 2007 11:27 PM
Subject: Re: [Flashcoders] Flash JavaScript Integration Kit Issues


Thanks for the ideas. Unfortunately after further investigation it
appears that communication from JavaScript - Flash is working fine,
but making calls from Flash to JavaScript are getting lost. So the
Flash code runs, then attempts to do a callback into JavaScript and
nothing happens (no JavaScript error either).



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash JavaScript Integration Kit Issues

2007-03-22 Thread Alain Rousseau
Check more on the JavaScript Side, It might be a problem accessing the 
DOM objects in IE6.


Check out document.documentElement in javascript, sometimes this is 
where the solution lies in such problems.
put some alerts() at the key places and try to find the value of the 
Flash object for IE6 ...


Hope this helps

Steve Mathews wrote:

Hi,

I have an issue with some e-learning content that I can't figure out.
The content is setup to communicate with the LMS using AICC and is
currently working fine in IE7 and FireFox. In IE6 it fails to finish
initializing and I believe I have tracked it down to a point where
Javascript is calling a Flash method, but Flash doesn't seem to
receive the call. Is there any known issues with the kit and IE6 that
I might look at, or any reasons for a call to just not get sent?

Thanks,
Steve
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash JavaScript Integration Kit Issues

2007-03-22 Thread Marcelo Volmaro

If your flash object is inside a form element, that´s the problem.
Check  
http://www.extremefx.com.ar/blog/fixing-flash-external-interface-inside-form-on-internet-explorer  
for more information.


On Thu, 22 Mar 2007 09:08:49 -0300, Alain Rousseau [EMAIL PROTECTED]  
wrote:


Check more on the JavaScript Side, It might be a problem accessing the  
DOM objects in IE6.


Check out document.documentElement in javascript, sometimes this is  
where the solution lies in such problems.
put some alerts() at the key places and try to find the value of the  
Flash object for IE6 ...


Hope this helps

Steve Mathews wrote:

Hi,

I have an issue with some e-learning content that I can't figure out.
The content is setup to communicate with the LMS using AICC and is
currently working fine in IE7 and FireFox. In IE6 it fails to finish
initializing and I believe I have tracked it down to a point where
Javascript is calling a Flash method, but Flash doesn't seem to
receive the call. Is there any known issues with the kit and IE6 that
I might look at, or any reasons for a call to just not get sent?

Thanks,
Steve
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
_
Marcelo Volmaro
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flash JavaScript Integration Kit Issues

2007-03-22 Thread Steve Mathews

Thanks for the ideas. Unfortunately after further investigation it
appears that communication from JavaScript - Flash is working fine,
but making calls from Flash to JavaScript are getting lost. So the
Flash code runs, then attempts to do a callback into JavaScript and
nothing happens (no JavaScript error either).

On 3/22/07, Marcelo Volmaro [EMAIL PROTECTED] wrote:

If your flash object is inside a form element, that´s the problem.
Check
http://www.extremefx.com.ar/blog/fixing-flash-external-interface-inside-form-on-internet-explorer
for more information.

On Thu, 22 Mar 2007 09:08:49 -0300, Alain Rousseau [EMAIL PROTECTED]
wrote:

 Check more on the JavaScript Side, It might be a problem accessing the
 DOM objects in IE6.

 Check out document.documentElement in javascript, sometimes this is
 where the solution lies in such problems.
 put some alerts() at the key places and try to find the value of the
 Flash object for IE6 ...

 Hope this helps

 Steve Mathews wrote:
 Hi,

 I have an issue with some e-learning content that I can't figure out.
 The content is setup to communicate with the LMS using AICC and is
 currently working fine in IE7 and FireFox. In IE6 it fails to finish
 initializing and I believe I have tracked it down to a point where
 Javascript is calling a Flash method, but Flash doesn't seem to
 receive the call. Is there any known issues with the kit and IE6 that
 I might look at, or any reasons for a call to just not get sent?

 Thanks,
 Steve
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com



--
_
Marcelo Volmaro
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Flash JavaScript Integration Kit Issues

2007-03-21 Thread Steve Mathews

Hi,

I have an issue with some e-learning content that I can't figure out.
The content is setup to communicate with the LMS using AICC and is
currently working fine in IE7 and FireFox. In IE6 it fails to finish
initializing and I believe I have tracked it down to a point where
Javascript is calling a Flash method, but Flash doesn't seem to
receive the call. Is there any known issues with the kit and IE6 that
I might look at, or any reasons for a call to just not get sent?

Thanks,
Steve
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com