PopUp Security Warning - How to Avoid

I am building a company website and we have a flash intro...I
used the
stop();
getURL("
http://www.companyname.com/index.html");
command to auto redirect after the into is done playing.
After hours of toying with different ways to do it, this is the
only way I could get it to work. Now, whenever I try it on various
computers, they all bring up a security warning, saying that Flash
Player is trying to access the internet...change global security
settings..blah blah blah
Since this is a big website with a lot of hits, I do not want
everyone to have to go through these security warnings just to get
to the site! Is there anyway I can solve this? I have Flash MX and
Published using Player 5.
Thanks so much for the help!

May be pResponse.getNamesList() returns List type,
not List<Names> .
If so you need to correct the getNamesList() return type.
If you are not able to do that ( it is a method from library)
you could write @SuppressWarnings("unchecked")teg before the line 2.

Similar Messages

  • Open File - Security Warning for network launch

    Another set of applications I am trying to bring over from ZfD 7. They are
    simple apps that just launch an executable from a UNC path
    (\\server\volume\folder\app.exe). The only action is a Launch Executable
    action with the network UNC path to the app. These worked fine with ZfD,
    but with ZCM I get a popup security warning box saying that the publisher
    could not be verified (Unknown Publisher) every time I launch the
    application. I can just click Run and it continues as it should. These
    applications are "Unknown" in the sense that I built them myself. Is there
    anyway to make this prompt go away and stop bothering me?
    Thanks.

    Try This...
    Create a Group Policy in Zen and apply it to the machines you want to run the exe on with the following settings
    In "Computer Configuration | Administrative Templates | Windows Components | Internet Explorer | Internet Control Panel | Security Page" make the following changes...
    Intranet Sites: Include all local (intranet) sites not listed in other zones - Enabled
    Locked-Down Intranet Zone Template - Enabled - Low
    Intranet Zone Template - Enabled - Low
    Trusted Sites Zone Template - Enabled - Low
    Intranet Sites: Include all sites that bypass the proxy server - Enabled
    Intranet Sites: Include all network paths (UNCs) - Enabled
    Site to Zone Assignments List - Enable - *****
    *****Click Show and Then Add... here you identify where you are trying to install from such as *.adomain.com OR server.adomain.com OR 10.0.0.0 OR Z: in the top line and set the value as 1. You can create as many zone assignments you want... I have 4 in mine but that is because i don't completely understand what in the world i am doing!*****
    Move to the "Trusted Sites Zone"
    Launching programs and unsafe files - Enabled - Enable
    Save it and apply it (At your own risk of course!) and hope i didn't forget something...

  • How to avoid security note popup?

    Hi,
    I have two BSP Applications, which I start from SRM Enterprise Buyer via new window. I have created an internet service user, which I put in the ICF service of the application.
    Here goes the question.
    In one of my BSPs the new window appears like expected. In the otherone I get a popup message (I must translate this from German to English, but I hope you get the contents):
    The popup says:
    <i>Title: Security note
    You are about to turn to an insecure connection. data which has been sent to the prior site, will possibly be sent to the insecure site. Do you wish to continue?</i>
    Why is that? Both ICF entries use the same user and look the same - under security there is a radio at standard in both cases.
    The URL of the BSP without Popup looks like this:
    http://<host>:8028/sap/bc/bsp/sap/z_imp_all1/start.htm
    the one with popup like this:
    http://<host>:8028/sap(bD1kZSZjPTMwMQ==)/bc/bsp/sap/z_scan_pzn1/start.htm?sicht=pzn&username=MEYERM&HOOK_URL=https%3A%2F%2Fukmsapweb%2E<host>%2Ede%3A9211%2Fscripts%2Fwgate%2Fbbppu99354e5a01%2F%3F%7EOkCode%3DADDI%26%7Etarget%3D%5Ftop%26%7ECALLER%3DCTLG&OCI_VERSION=3%2E0&http_content_charset=iso%2D8859%2D1&returntarget=%5Ftop
    Any ideas, how to avoid the popup, welcome.
    regards, Matthias
    Message was edited by: Matthias Kasig

    Hi Renald and Rainer,
    to Renald: Yes, I have also checked Internet options -- advanced, and unchecked the warning, when switching from save to unsave mode. I also unchecked the warning, if formular data is being redirected. Still this takes no effect. And anyway, I can't see the point, because from the same https page I've got two links which link to http-BSPs. One brings about the unwanted popup - the otherone, with apparently same settings does the security popup. The link itself is launched via JavaScript, like this:
    <a href="JavaScript:launchCTLG('PZN_Scan');" class="catalog" alt="PZN" title="PZN">PZN</a>
    to Rainer: I checked the note you gave. It contained a chm file. It also refers to the situation, that you get the popup message, when leaving https and turning to http. It also provides a solution like this:
    <iframe id="myIframe" src="JavaScript:void(0);"></iframe>
    In fact I can't change/modify the call of the URL - and it is already being called via JavaScript. The EBP page is SRM generated.
    I shall try to copy the BSP application, that works fine without popup, and then put in the code of the popup-version... and see what happens next.
    Thanks so far. I shall give feedback, when I have finished.
    Matthias

  • How do I avoid the recipient of my Indesign PDF receiving a security warning when clicking on links?

    I create PDF's out of Indesign to send to new clients. They contain links to external websites. They do not contain any javascript or videos or hidden links. If the PDF is opened in Adobe Reader, when the recipient clicks on a hyperlink in my PDF they get a security warning asking if they trust the site. How can I avoid the recipient receiving this Security Warning as it would scare people into thinking I had sent them something malicious when I haven't?

    You cannot avoid it, that's part of the PDF security system to make the user aware that he is entering non-trusted area, as it is with every web page when it is opened the first time in Reader or Acrobat on this computer. ThatÄs an unchageable fact. You have to live with it.

  • How do I avoid the recipient of my PDF receiving a security warning when clicking on hyperlinks?

    I create PDF's out of Indesign to send to new clients. They contain links to external websites. They do not contain any javascript or videos or hidden links. If the PDF is opened in Adobe Reader, when the recipient clicks on a hyperlink in my PDF they get a security warning asking if they trust the site. How can I avoid the recipient receiving this Security Warning as it would scare people into thinking I had sent them something malicious when I haven't?

    There's nothing you can do as the creator of the file. If you could, that whole source of security would be worthless.
    They would need to tweak their security settings in Edit>Preferences>Security(enhanced).

  • How to sign jar to avoid security warning

    could anybody give advice, how to sign jar file in order to avoid that nasty security warning splash page when starting web start.i sign my jar using jarsigner, but that doesn't work.
    thank you.
    kastis

    i'm using Thwate Free Mail , which is accepted by the web start, but still i get security warning like in this page:
    http://www.dallaway.com/acad/webstart/
    maybe it's better to use security option j2ee-application-client-permissions,i only need access to printer on the client mashine, and ability to open the browser and e-mail.any ideas?
    kastis

  • WLC cert to avoid the security warning page

    Hi guys,
    I am doing some tests with installiing a 3rd party cert on a WLC to avoid the security warning page when trying to access the WLC through https, and I am following the following configuration example:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00806e367a.shtml
    I have followed the same precedures given in the above document, and I am using windows CA to sign the CSR just for a test, I could install the final .pem cert successfully onto the WLC however I am still getting the same warning page when I was trying to login to the WLC through https. I have checked in my certificate store and I have trusted the root CA which is the windows CA in this case.
    I have also tried to access the WLC from the CA server (windows 2008 box) still getting the same warning message.
    so what should I do in order to make this to work with windows CA? did I missed something in the configuration?
    Thanks in advance for your time and help.
    Andy

    ok guys.... I was wrong last time... actually after double check again it was NOT working .... I think i just simply trusted the cert last time when i was using firefox....
    I have tried a number of different things and double checked the places that mentioned previously in this thread however I could not pick up anything wrong in particular, although I know there must be something I have missed out.....
    so this time I have also read through some other references on the web, and found the following:
    http://www.my80211.com/home/2011/1/16/wlcgenerate-third-party-web-authentication-certificate-for-a.html
    I think I did very similar config and only difference is that I am using unchained cert.
    I have double checked the following:
    on virtual interface configuration, I have ip address 1.1.1.1 and DNS host name as "wlc2112.mydomain.local"
    from the controller GUI --> Security --> web auth --> certificate, under subject name, I have CN=wlc2112.mydomain.local, however under Issuer name, I have CN=mydomain, this is a bit different from the last screen shot in the above link. could this be a problem?
    in windows 2003 server, with DNS server I have a field called "wlc2112" with IP address 1.1.1.1
    as mentioned by Scott previously, I went to the mmc certificate snap in, and under trusted root certificate authorities, I have installed the WLC cert there and I could see it there as well.
    now if I try to access the WLC GUI from here I am still getting the error message same as the one below:
    http://www.vistaclues.com/the-security-certificate-presented-by-this-website-was-issues-for-a-different-website%E2%80%99s-address/
    I then followed the instruction and continue to the website, and when I go file --> properties --> certificate, it actually shows the certificate is issued to 169.254.1.1 and issued by 169.254.1.1, with a red cross on the cert itself....... I have no idea where is this come from, so I just want to ask when I try to access the WLC GUI through a web browser, after I type in https://wlc-ip-address, how does the browser know / search for which certificate it needs to look into? I think in my case here it clearly points to the wrong certificate?
    also on the server I went to http://127.0.0.1/certsrv and selected "download a CA certificate, certificate chain or CRL" and then "install this CA certificate chain", does this mean I acknowledge to trust the root CA by doing this?
    I am not sure what I have missed out but it just does not work for some reason... is there any other places that I need to check/verify?
    Sorry for the long writing but any comments would be highly appreciated.
    Thanks in advance for your help.

  • Change language on the security warning popup when using signed applets

    Hi
    Today when we use a signed applet the user get a security warning popup box where the langauge is English.
    Is it possible to change the language to other that English and if possible how can this be done ?
    Thanks in Advance,
    Henrik Rasmussen
    Denmark

    The Microsoft one is especially annoying because they should know better than to submit from secure to insecure.
    Let's say you are currently logged in to a Microsoft account and you click Sign in on MSDN. The site redirects to login.live.com, which recognizes that you are logged in, and generates a page with a hidden form and submits it back to MSDN using a script. This is where the problem is, because the hidden form action URL is not secure, yet it is on a secure page. (See Screen shots)
    The workaround (hack, whatever) is to modify the form to a secure address before it is submitted. How can you do that? Since it is impractical to do by hand, you can use an add-on.
    In an earlier thread, user thx1200 posted a link to a userscript that fixes this issue on login.live.com. The userscripts''.''org site has seemingly died, but there is a copy on a mirror of that site.
    * Earlier thread (long): [https://support.mozilla.org/questions/964250 How do disable this Warning? Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection]
    * You need Greasemonkey to run user scripts: https://addons.mozilla.org/firefox/addon/greasemonkey/
    * User script install page: [http://userscripts-mirror.org/scripts/show/173384.html Fix security warning for Microsoft Live login]

  • How to disable security warning "Your current security settings put your computer at risk"

    Hi,
    I wonder if able to disable the security warning bar at the bottom of the IE window.  I enabled the ActiveX control and plug-ins in the IE Option settings, this caused the  security warning "Your current security settings put
    your computer at risk" pop up whenever load the pages.  Is there a way can turn off this warning?
    Thanks a lot for helping!

    That is not an option for Koreans...
    In Korea, most of commercial, financial, or governmental operations need to be done on the Internet. In early 2000's, IE could not support high security outside US due to US laws (that was stupid, but happened) , so Korean sites developed cryptography ActiveX
    controls to circumvent it. Korean government made laws to force all sites to use those kind of ActiveX controls at that time.
    A decade has passed, and now the stupid US law has been repealed. But the cryptography ActiveX industry has become so strong (probably bribing the high officers in the government), that all Korean sites are still using those kind of ActiveX controls. And
    you know, they require Windows and IE. Recently some sites started to support other browsers, but still the majority requires IE and ActiveX.
    So, if you live in Korea, you have no choice but to use IE on Windows to get things done, and almost all sites popup ActiveX installation dialogues constantly. If you do not change the security settings, when you approve the installation, the whole site
    refreshes. That is time-consuming and frustrating. 
    To keep my mental heath, I deal with all Korean sites in a virtual machine. To avoid the refresh problem, I have changed the security settings from "prompt" to "enable". The "Your security is at risk..." banner at the bottom
    of IE is surely annoying. I hope Microsoft let us either remove that banner or remove the support of ActiveX controls altogether.

  • How to avoid security promotion message when opening file in 6630

    Hi, everyone!
    I'm using J2ME to open image in 6630, the code works ,but just got too many security messagebox , every time when i open a folder , open an image, the mobile will promote me a message to confirm this action.
    does anyone know how to avoid this message using java code?
    (not setup in mobile)
    Thank you!
    Any hint or link is much appreciated!

    The "PostToInsecureFromSecureMessage" warning can't be suppressed, it is too important.<br />
    You will get that warning if you go from a secure https connection to an insecure http connection and POST data entered in a form on a secure site is send to an http server.

  • An unknown website just appeared in my 'exceptions' list (Tools Options Security "warn me when sites try to install add-ons"-how could this happen?

    downloaded Firefox onto friends' laptop last night. Found it necessary to place two websites in the (afore-mentioned) "Exceptions" category. shut down/re-booted three-four times over the next few hours before shutting down the laptop and going to bed. Booted up this am and, WHOA!-suddenly my menu/toolbars have new, undesired toolbars(?) search boxes(?): the search box, if I remember right, was labeled "My Web Search sponsored by iwon!" Whilst eliminating the intruders I became aware that by some unknown means I had fetched up on some webpage I've never heard of and had no reason to go to-( the very top of my display (above the menu and address bar) read: 'reason upgrade Search' (separated by a line symbol I can't reproduce here), then 'Musician's Friend' ....HUH? (feeling like Dorothy w/o a tornado transport). So I finish getting rid of the invaders and check out my History to try to figure out how I wound up at this website. my history indicates the last site I visited before going to bed, then 'aclk' (www.google/aclk? followed by a string of mixed symbols letters etc. Then 'redirect' (www.rkdms.com/redirect?c=....and a string of numbers and letters. Then the website"reason upgrade Search (?) Musician's Friend " then 'redirect.jhtml' (www.search.mywebsearch.com/mywe.........) Them 'Firefox Web Browser& Thunder....' still no clue how or why I wound up at that site..didn't go there, (not of my volition, anyways!!) so im checking my security settings and in Tools>options>Security>advanced> in the "Exceptions" category of "Warn me when sites try to install add-ons" is a website I've never heard of (getpersonas.com) and DID NOT enter!!!!!!!.Need to know how this could happen, how to prevent recurrence and how hard should I hit the panic button because right now I'm totally freaked!
    == today

    These prefs get set to an empty String once the sites have been added to the whitelist if the pref is not empty if you open the exception window.
    Tools > Options > Security : "Warn me when sites try to install add-ons": Exceptions
    You can reset these prefs on the about:config page.
    xpinstall.whitelist.add - addons.mozilla.org
    xpinstall.whitelist.add.36 - getpersonas.com
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • How setup browser laces import Bookmarks HTML security disable button open Device Manager security warni vewing mixed

    how to alter these settings?
    1.browser laces import Bookmarks HTML?
    2.security disable button open Device Manager?
    3.security warni vewing mixed?

    We didn't get a reply from you.  I just wanted to try and follow up before I close this out. 
    I'd like to know if the issue went away, and/or if you could confirm whether it's Firefox specific or happening in all browsers.

  • Issues with security warning popups in JRE1.5.0_06

    Using
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    Browser is Internet Explorer 6.0.2800.1106
    Background:
    Our web application has 3 different applets on one page, transmitted using https. Due to a variety of factors, the name of the host does not match the name on the certificate, and we can not change that.
    Problem:
    We get 3 dialog boxes warning us that the names do not match, as usual. However after installing 1.5.0_06 we get 2 different undesirable behaviors:
    A ) 1 or 2 of the dialog boxes are empty and small, as if only the window of the dialog box was created, with no components on it. When you resize them, they remain blank (only default background color). They can not be closed.
    B) All 3 of the dialog boxes look as they should, but only one of them can be interacted with. Even after we press "Run" on the working dialog box, we are not able to interact with the other two dialog boxes.
    The applets causing these security popups are in 2 different frames, and load simultaneously. The popups all appear at the same time .
    We consistently see different behaviors on different PCs:
    PC I : After 30 tries, it fails once, error B
    PC II: After 20 tries, it works once, mostly error A
    PC III: 10 tries, Mostly error A. Never worked once. After a reboot (and full cache clears) we get mostly error B. Never works.
    If we disable the warnings (in the control panel), the page loads ok, with no errors.
    Have anyone experienced this ?

    I've experienced similar problem with Java Web Start twice.
    Also using JRE version 1.5.0_06 Java HotSpot(TM) Client VM and Browser Internet Explorer 6.0.2800.1106 on Windows XP (Problem was the same with Java 1.4.2)
    My application was signed and launched via JNLP. The security warning popup was shown in the windows taskbar, but it was hidden. Using maximize in the taskmanager, I was able to see the dialog but it was blank. The problem was persistent, although I did not try as many times as 20-30 :-)
    On both occations the problem occured on multi (3) screen systems, which I suspected to be the problem (Java has historically had some issues regarding multi screen systems), but now I'm not so sure.
    Did you find a solution / cause?

  • How to avoid safety warning when opening a pdf from an link in another pdf?

    I make pdf in Acrobat with links to other pdf files av have made. When i try to click a link to open the pdf, i get the safety question if trust it or if i will block it. How to avoid that question all the time?

    Hello Kvalitetetsansvarlig
    Try adding the PDF to the trust location in Acrobat
    Edit -> Preferences-> Security (Enhanced), Click on "Add File", and browse to your file.
    Click on "OK" button and check.
    Regards,
    Deepak

  • After adding MIME type in sharepoint server, file click opens a popup for file to open as readonly or edit, How to avoid this popup

    After adding MIME type in sharepoint server,
    File click opens a popup for file to open as readonly or edit, How to avoid this popup
    Popup Details:
    You are about to open --> File Details
    How would you like to open --> ReadOnly, Edit
    OS: Window 7
    Jagadish

    this is likely caused by the library requiring check-out/check-in. For a file to be editable, the file needs to be checked out.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

Maybe you are looking for

  • Save As Function Problems

    Hi Guys I hope you can help me, I'm fairly new to the MAC version of Excel and have always previously used Windows. I recently purchased a MacBook Air and am really happy with it apart from the fact that when I try to save an Excel document to a spec

  • Sun Java 7.0: How to increase the value of

    Hi everyone, In Sun Java 6.1 and former webservers there used to be certain parameters in magnus.conf file like:- RqThrottle 128 DNS off Security off PidLog /export/agent6/amit_server/https-server1/logs/pid User agent6 StackSize 131072 TempDir /tmp/h

  • Ipod  fifth  generation

    I have connected cable from usb port to ipod for more than an hour no response.I tried laptop as well still no response.I tried power adaptor from present ipod.I still am getting no response.

  • Create two logical columns with same LTS mapping but diff filter conditions

    Hi, Problem: How to create two logical columns within same logical table mapped to same physical column but different filter conditions? I have a scenario where in, Physical layer columns      - table1.employee      - table1.emp_city I need a columns

  • Why Firefox doesn't support alt symbols with long codes?

    For example, I try to type symbol 'ґ' using Alt+1169. But instead of this I see char 'С' (cyryllic). Also I noticed that (e.g.) Alt+1 = Alt+257, Alt+2 = Alt+258, etc, i.e. cyclically. Opera has not such problem. Thanks.