Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding flash witout activex or getting past security waning in IE

Status
Not open for further replies.

GMaix

Instructor
Oct 12, 2005
3
ES
Every site I make when viewed by my brower restricts the activex controlas and warns me of thier potential hazzard.
yet I am able to view feature rich flash sites without any such warning or blocking.

Most of my flash content is nothing more than photo slideshows,. How do I create content which is not blocked by this security. (I dont need to know how to change IE security settings, I want to know how to make it work with these settings as they are).

Any help is much appreciated
 
No, that was my problem thanks, I read you note and uploaded and tested it on the server. I feel like such a fool (flash noob). This should be more obvoius in the dumentation for flash. (I also seach the net alot for this, what a simple fix)-

Thanks alot.
 
i think you can do this in flash player 8 for a work around.

Place this at the top of frame 1:
Code:
System.security.allowDomain("urdomain here");   //e.g. [URL unfurl="true"]http://www.webrevolt.biz[/URL]
So presumably you put in localhost for the domain...

Not tested by the way...

Hope it helps!

Regards,

Martin

Computing Help And Info:
 
The best workaround I have found is to put this line of code in the HTML file that triggers the warning:
Code:
<!-- saved from url=(0014)about:internet -->

frozenpeas
--
Micfo.com Affiliate Program
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top