I have tried all browsers. This error is getting thrown. What exactly is 
the ExternalInterface.available looking for. I have read through the 
ExternalInterface API.  I am lost !!!

public function set source(source: String): void
        {
            if (source)
            {

                if (! ExternalInterface.available)
                {
                    throw new Error("ExternalInterface is not available in 
this container. Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and 
greater, or other browsers that support NPRuntime are required.");
                }
                __source = source;
                ExternalInterface.call("loadIFrame", source);
                moveIFrame();
            }
        }



Joe James
Work: (562) 658-3670
Tie Line: 8-320-3670


CONFIDENTIALITY STATEMENT - This message and any files or text attached to 
it are intended only for the recipients named above, and contain 
information that may be confidential or privileged.  If you are not an 
intended recipient, you must not read, copy, use, or disclose this 
communication.  Please also notify the sender by replying to this message, 
and then delete all copies of it from your system.  Thank you.

NOTICE TO RECIPIENT:  If you are not the intended recipient of this 
e-mail, you are prohibited from sharing, copying, or otherwise using or 
disclosing its contents.  If you have received this e-mail in error, 
please notify the sender immediately by reply e-mail and permanently 
delete this e-mail and any attachments without reading, forwarding or 
saving them.  Thank you.




"Brian Holmes" <[EMAIL PROTECTED]> 
Sent by: [email protected]
12/14/2006 01:37 PM
Please respond to
[email protected]


To
<[email protected]>
cc

Subject
RE: [flexcoders] Embed HTML in Flex






Switch browsers.

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Joe
Sent: Thursday, December 14, 2006 2:34 PM
To: [email protected]
Subject: [flexcoders] Embed HTML in Flex

I am trying to embedd html in a flex component using iframe. I am
recieving an error that I do not understand.

Can someone please explain this error to me?

Error: ExternalInterface is not available in this container. Internet
Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers
that support NPRuntime are required.
at IFrame/set source()
at mx.core::Container/createComponentFromDescriptor()
at mx.core::Container/createComponentsFromDescriptors()
at mx.containers::Panel/createComponentsFromDescriptors()
at mx.core::Container/mx.core:Container::createChildren()
at mx.containers::Panel/mx.containers:Panel::createChildren()
at mx.core::UIComponent/initialize()
at mx.core::Container/initialize()
at
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::child
Added()
at
mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAd
ded()

--
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

***
The information in this e-mail is confidential and intended solely for the 
individual or entity to whom it is addressed. If you have received this 
e-mail in error please notify the sender by return e-mail delete this 
e-mail and refrain from any disclosure or action based on the information.
***
 

Attachment: gifBnesCtaWut.gif
Description: GIF image

Attachment: gifJp5Fyvns1h.gif
Description: GIF image

Reply via email to