Hi there,
I'm using a VS browser window to shows HTML file containing the Flash animation.
I have some difficulties with that - when I open this HTML file I see the warning at the top of the VS browser window containing the following message: "To help protect your security, your web browser has restricted this file from showing active content that could access your computer Click here for option..."
I'm interesting how to remove that message from the top of VS browser window
I've tried IE options - no results. I've tried both way to show my HTML file described in that post.
Any ideas will be much appreciated!!!
Thanks!

VS browser window shows the following message: "To help protect your security..."
John Doherty
I have found the post for similar problem - CoInternetSetFeatureEnabled and SET_FEATURE_ON_PROCESS
Tadwick said, that he had a succes with setting FEATURE_LOCALMACHINE_LOCKDOWN to 'false' - information bar goes on. But I have tried to do that via changing the registry settings as in described in Security and Compatibility in Internet Explorer 7 and I didn't fix the problem. Maybe I missed something I have added devenv.exe to that hive - but no result:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN]
@=""
"wmplayer.exe"=dword:00000001
"iexplore.exe"=dword:00000001
"explorer.exe"=dword:00000001
"OUTLOOK.EXE"=dword:00000001
"devenv.exe"=dword:00000001 - I tried to set 'dword:00000000' too...
Any ideas
Yelnik
Hi Ed,
Thank you for advice! I'm not tested it yet but will do it and drop here some words about the result.
Darcelle
Hi,
I know the answer now! And it's name is MOTW. That is the quote from MSDN:
Read the full article "Mark of the Web" here: http://msdn.microsoft.com/library/default.asp url=/workshop/author/dhtml/overview/motw.asp
That works!!! Great!
Saad Kanawati
Hi Dmitry,
A buddy of mine working over in IE land suggested calling the CoInternetSetFeatureEnabled API in URLMON.DLL, with FEATURE_LOCALMACHINE_LOCKDOWN before attempting to navigate to the page that has that flash content in it.
Sincerely,
Paashi
Hi Dmitry,
Just to clarify, this particular feature is enabled by default. So you'll want to use that CoInternetSetFeatureEnabled to disable the FEATURE_LOCALMACHINE_LOCKDOWN.
Do let us know the results.
Thanks,