Ticket #412 (closed defect: fixed)
Click throughs do not pop up a window if "scriptaccess" is false
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for AS3 (v1.0.1) |
| Component: | OVA for AS3 | Version: | OVA for AS3 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
Click throughs do not pop up a window if "scriptaccess" is false
This is because the default mode uses Javascript to open the window. Provide an option to allow AS3 navigateURL to be used.
Change History
Note: See
TracTickets for help on using
tickets.

ExternalInterface.available is returning true in PopupWindow if scriptaccess="never". A try/catch added around the ExternalInterface.call to stop the exception breaking the popup process. The default is navigateURL.