This is quite convoluted so bear with me..

We are developing a large scale product using Flex 1.5 and it has been
decided that interaction with the users system was required.

This lead to the creation of a .NET control (broadcast via the net)
that hosts our application and gives us the interactions we require.

Flex movies don't play nice with their containers, so we decided to
use a Flash 8 movie contained within a Loader object to use its
ExternalInterface API to comunicate with the .NET control.

Now when the control is run in a test environment everything works
happily, however when used in a webpage, the flash 8 movie comes back
with ExternalInterface.available = true and no errors are thrown,
however no communication takes place with the .NET control.

My intial suspicion was to do with the allowScriptAccess property
being unable to be set, but as all the pieces of the jigsaw are coming
from the same domain, there isn't any cross-scripting occuring...

Anyone have any suggestions for a frustrated developer?





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to