serg-srri-umass / TP-data-games

Middle School/Statistics oriented data games for the Data Games Project
http://srri.umass.edu/datagames
4 stars 5 forks source link

Suppress sandbox violation warning for Chainsaw and ShipOdyssey #175

Open rmmccann opened 10 years ago

rmmccann commented 10 years ago

The Youtube intro videos for Chainsaw and ShipOdyssey cause security sandbox warning messages to be logged despite calls to Security.allowDomain() calls.

russphelan commented 10 years ago

Meta-policy warnings remain, but since we can't change Youtube's crossdomain.xml file, this will have to do.

russphelan commented 10 years ago

Fix is not viable due to a relative path issue. We need to add the local .SWF generated in bin-debug and bin-release as trusted files. This needs to be done in a way that is relative to any dev machine we use. Commits reverted, issue reopened.