How do i resolve Error #2032 ?

Hi,
I am using the following code to launch SWF file. When i launch the page, getting "Error #2032" from GUI.
Could you please advise if any changes needs to be done in the following file?
Do you think this is environmental issue?
Please let us know how to troubleshoot the issue.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Reports</title>
<meta name="google" value="notranslate" />      
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
the percentage of the height of its parent container, which has to be set explicitly. Fix for
Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show
if JavaScript disabled.
-->
<style type="text/css" media="screen">
html, body { height:100%; }
body { margin:0; padding:0; overflow:auto; text-align:center;
background-color: #ffffff; }
object:focus { outline:none; }
#flashContent { display:none; }
</style>
        <script type="text/javascript" src="swfobject.js"></script>
    </head>
    <body>
        <script type="text/javascript">
var swfVersionStr = "10.2.0";
// To use express install, set to playerProductInstall.swf, otherwise the empty string.
            var xiSwfUrlStr = "playerProductInstall.swf";
var flashvars = {};
var params = {};
params.quality = "high";
params.bgcolor = "#ffffff";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
params.wmode="transparent"; // set proper z-index so swf won't go on top of mega menu
var attributes = {};
attributes.id = "TestMain";
attributes.name = "TestMain";
attributes.align = "middle";
swfobject.embedSWF(
"/acsview/pages/flex/TestMain.swf", "flashContent",
                "100%", "100%",
                swfVersionStr, xiSwfUrlStr,
                flashvars, params, attributes);
// JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
swfobject.createCSS("#flashContent", "display:block;text-align:left;");
if (swfobject.ua.ie && swfobject.ua.win)
swfobject.addLoadEvent(
function()
var app = swfobject.getObjectById("TestMain");
if (app)
app.focus();
        </script>
        <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
             JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
when JavaScript is disabled.
        -->
        <div id="flashContent">
<p>
To view this page ensure that Adobe Flash Player version
                10.2.0 or greater is installed.
            </p>
        </div>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="index">
<param name="movie" value="TestMain.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="TestMain.swf" width="100%" height="100%">
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true" />
<!--<![endif]-->
<!--[if gte IE 6]>-->
<p>
Either scripts and active content are not permitted to run or Adobe Flash Player version
11.1.0 or greater is not installed.
</p>
<!--<![endif]-->
<!--
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
</a>
-->
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</noscript>
   </body>
</html>
We added crossdomain.xml file in the web application and still not working. The following is content of the crossdomian.xml file.
<?xml version="1.0"?>
<cross-domain-policy>
<allow-http-request-headers-from domain="" headers="" secure="false" />
<allow-access-from domain="*" secure="false" />
</cross-domain-policy>
Thanks in advance,
Parimala

Your question relates to Flash, not Shockwave (despite the name conflict), so you should ask your question on this forum

Similar Messages

  • How do i resolve Error #2032 ? Could anyone help on this?

    @Hi,
    I am using the following code to launch SWF file. When i launch the page, getting "Error #2032" from GUI.
    Could you please advise if any changes needs to be done in the following file?
    Do you think this is environmental issue?
    Please let us know how to troubleshoot the issue.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Reports</title>
    <meta name="google" value="notranslate" />      
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- Include CSS to eliminate any default margins/padding and set the height of the html element and
    the body element to 100%, because Firefox, or any Gecko based browser, interprets percentage as
    the percentage of the height of its parent container, which has to be set explicitly. Fix for
    Firefox 3.6 focus border issues. Initially, don't display flashContent div so it won't show
    if JavaScript disabled.
    -->
    <style type="text/css" media="screen">
    html, body { height:100%; }
    body { margin:0; padding:0; overflow:auto; text-align:center;
    background-color: #ffffff; }
    object:focus { outline:none; }
    #flashContent { display:none; }
    </style>
    <script type="text/javascript" src="swfobject.js"></script>
    </head>
    <body>
    <script type="text/javascript">
    var swfVersionStr = "10.2.0";
    // To use express install, set to playerProductInstall.swf, otherwise the empty string.
    var xiSwfUrlStr = "playerProductInstall.swf";
    var flashvars = {};
    var params = {};
    params.quality = "high";
    params.bgcolor = "#ffffff";
    params.allowscriptaccess = "sameDomain";
    params.allowfullscreen = "true";
    params.wmode="transparent"; // set proper z-index so swf won't go on top of mega menu
    var attributes = {};
    attributes.id = "TestMain";
    attributes.name = "TestMain";
    attributes.align = "middle";
    swfobject.embedSWF(
    "/acsview/pages/flex/TestMain.swf", "flashContent",
    "100%", "100%",
    swfVersionStr, xiSwfUrlStr,
    flashvars, params, attributes);
    // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
    swfobject.createCSS("#flashContent", "display:block;text-align:left;");
    if (swfobject.ua.ie && swfobject.ua.win)
    swfobject.addLoadEvent(
    function()
    var app = swfobject.getObjectById("TestMain");
    if (app)
    app.focus();
    </script>
    <!-- SWFObject's dynamic embed method replaces this alternative HTML content with Flash content when enough
    JavaScript and Flash plug-in support is available. The div is initially hidden so that it doesn't show
    when JavaScript is disabled.
    -->
    <div id="flashContent">
    <p>
    To view this page ensure that Adobe Flash Player version
    10.2.0 or greater is installed.
    </p>
    </div>
    <noscript>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="index">
    <param name="movie" value="TestMain.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="TestMain.swf" width="100%" height="100%">
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <!--<![endif]-->
    <!--[if gte IE 6]>-->
    <p>
    Either scripts and active content are not permitted to run or Adobe Flash Player version
    11.1.0 or greater is not installed.
    </p>
    <!--<![endif]-->
    <!--
    <a href="http://www.adobe.com/go/getflashplayer">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
    </a>
    -->
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </noscript>
    </body>
    </html>
    We added crossdomain.xml file in the web application and still not working. The following is content of the crossdomian.xml file.
    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-http-request-headers-from domain="" headers="" secure="false" />
    <allow-access-from domain="*" secure="false" />
    </cross-domain-policy>
    Thanks in advance,
    Parimala
    Message was edited by: Parimaladevi Vadivel

    pwillener wrote:
    This is the Shockwave Player forum.
    Sorry, I was mistaken about that.  Still, the Flash or AS forum would be better.

  • How can I resolve error code -54 in iTunes? I am using the latest iTunes. No new updates are available.

    How can I resolve error code -54 in iTunes? I am using the latest iTunes. No new updates are available. I'm using iTunes 11.3 on a MacBook Pro, OS X 10.6.8. I can't save my library in iTunes, the message just keeps popping up.

    From an OS9 reference, error -54 is a software lock on a file or a permissions error. (Although there is no formal list of OSX error code some of the old codes still apply to OSX .)
    First, try simply restarting your computer.
    Try quitting iTunes, then deleting the .xml (not .itl !) version of the library file in the iTunes folder (iTunes will generate a new one).
    iTunes Library cannot be saved (Error -54) - https://discussions.apple.com/thread/1912814 - various things to try.
    Unknown error (-54) while syncing ipod - https://discussions.apple.com/thread/1082953 - problem was locked files
    Why does iTunes keep showing a -54 error when I sync my iPad? - https://discussions.apple.com/thread/3727114
    Error -54 possibly related to Touch Copy - https://discussions.apple.com/thread/3727114 - cleared by deleting preferences on iPad.
    iTunes: Missing folder or incorrect permissions may prevent authorization - http://support.apple.com/kb/ts1277
    Troubleshooting permissions issues in Mac OS X - http://support.apple.com/kb/HT2963

  • HT201413 How do i resolve error 47 when trying to restore iPhone3Gs?

    How do i resolve error 47 when trying to restore iPhone3Gs?

    Hi alsoharryshine,
    If you are getting an Error 47 when attempting to restore your iPhone, you may find the following articles helpful:
    Apple Support: Resolve iOS update and restore errors in iTunes
    http://support.apple.com/kb/ts1275
    Apple Support: Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/TS3694
    Regards,
    - Brenden

  • TS3694 how do i resolve error 1015 please

    How do i resolve error code 1015 please

    Unauthorized modification of iOS
    http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • TS3297 How do I resolve error code 8003 when I try to empty the trash?

    How do I resolve error code 8003 when I try to empty the trash?

    Try this Discussion from the More Like This  section...
    https://discussions.apple.com/message/18549254#18549254

  • HT201210 How do I resolve error 6?

    How do I resolve error 6 on my IPhone 4?

    Try the information in this support article:
    http://support.apple.com/kb/TS3694
    Regards.

  • HT201210 how do i resolve error 3014?

    how do i resolve error message 3014?

    Try the information in this support article:
    http://support.apple.com/kb/TS3694
    Regards.

  • TS1702 How do I resolve error 5011; "Attention: unable to retrieve shared information" on Time Magazine app?

    How do I resolve error 5011; "Attention: unable to retrieve shared information" on Time Magazine app?

    Dear Goteamjosh,
    When you bought a subscription through iTunes you shouldn't have to login seperately using the sign in which asks you for your timesubscription data (this is only when you are a paper subscriber, in that case your iPadsubscription is complimentary). The login should be automatic if your iPad is logged in to iTunes, if not ,you will see the familiar iTunes loginbox in which you use your regular iTunes data. If the app asks you your credentials with a Time-loginbox, then there is still something wrong with the app. As you can see above, a lot of people have been experiencing problems, which they now seem to have resolved (my app is working OK again, no login data requiered).
    Update: I just checked, and my app is not working again either! Back to square one. As we can see above, there is some time-app bug (or server problem or whatever). No use trying to solve it ourselves. I am sure they are aware of it and working on it, i guess we just have to be patient (again!).

  • TS3221 How do I resolve error meassage 0xE800007F please

    How do I resolve error message 0xE800007F please - cannot sync with iphone over wifi

    How do I resolve error message 0xE800007F please - cannot sync with iphone over wifi

  • How do I resolve "Error processing your request", when using Download link in My Orders (photoshop 5

    How do I resolve "error processing your request" when using the download link in My Orders for photoshop 5

    As Jeff already hinted at, try a different browser. Such issues almost always are local problems on your end. Something is either changing or blocking the HTTP headers used for forwarding (could be your router, a desktop firewall or other security tools) or a JavaScript is not running/ being blocked.
    Mylenium

  • How do I resolve error 7 windows 126

    How do I resolve error 7 windows 126 when trying toopen ITunes...I have uninstalled in the correct order and downloaded 5 times...to no avail.
    Jeff

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • How do I resolve error 54

    how do I resolve error  54 on my i- pod touch

    how do I resolve error  54 on my i- pod touch

  • How do I resolve error message R6034

    How do I resolve error message R6034 when trying to access itunes

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • How do i resolve error 3014 on my iphone in laymand terms?

    How do i resolve error 3014 on my iphone in laymand terms?

    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. FollowiTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

Maybe you are looking for

  • Link for Adobe Premiere Elements 11 will not work. Any help please?

    I bought my Premiere Elements package from another seller which gave me a link to download from Adobe. The product key thing is legit but every time I click on the file link for windows, my laptop comes up with this message: "The file archive of Adob

  • Help with StuckThread in java.lang.String.equals(String.java:619)

    I periodically get a stuck Execute thread on my Weblogic 8.15 server during a call to a Stateless Session Bean. When I do thread dumps, the thread is always stuck in the same place (in java.lang.String.equals(String.java:619) or in the call immediate

  • Can't delete contacts or pictures

    I am trying to delete a picture or a contact on my new Iphone5. When I hit the trash can on a photo and delete photo or cancel comes up I can not hit delete photo. I can only hit cancel. This happens where there is two options in the pop up window. S

  • Very weird permisions show during permissions repair - can anyone explain?

    Hi there, I was using a camera tethered via usb when the capture software hung. Force quiting via the finder failed, and the app did not show up in activity monitor or top in terminal. I was forced to turn the power off as when i restarted the screen

  • OSX 10.4.11 & iTunes 7.5 Update recent feedback

    I have avoided taken both OSX 10.4.11 & iTunes 7.5 update - as it seems that some had issues and others didn't. Is there any further information out there on this? Just wondering who has taken the plunge and still has unresolved issues. Cheers Dee To