Ticket #412 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

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

comment:1 Changed 14 months ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

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.

Note: See TracTickets for help on using tickets.