I'm currently creating a demo-application for our software, and it's basically a website, just delivered inside a delphi-application which works with a TWebbrowser to prevents the user from doing unnecessary things. I've embedded some youtube-videos via tubeplayer-plugin, and because of that I get error-dialogs related to the "Same Origin Policy".
In IE, normally there is an option to disable this policy, is there any way to do this for the TWebbrowser? (See here for the option I'm referring to)
If not I'd also be glad to hear other ideas on how to prevent this error messages (I can't change the code which causes the errors, so please don't tell me to use Cross-Site-Requests).
Edit: I know the "silent"-option of TWebbrowser, but the error also causes my component to misbehave, so this isn't a real solution for my problem...