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.

Similar Messages

  • HT4927 all my pictures in iPhoto got deleted and i don't know how to get them back so could anyone help me with that ??

    all my pictures in iPhoto got deleted and i don't know how to get them back so could anyone help me with that ??

    We do need more information to help. Are the images gone from your iPhoto library, or is the iPhoto Library missing? How and when did this happen?
    If images are missing from the library: Did you check for hidden photos? Did you check the iPhoto Trash?
    If the pictures are still in the iPhoto Trash, open the Trash, select the images and and press the liitle arrow in the lower right corner - select "Put back".
    If the pictures are still in an "iPhoto" folder in the system Trash (with sub folders named by date), import these folders to your iPhoto library.
    Have you checked, if you have opened the correct iPhoto Library? Launch iPhoto with the options key held down, to select another Library.
    If the entire Library is missing, have you searched for ".photolibrary" with spotlight?
    Do have a backup?
    If none of these easy measures helps, report back with more details - your iPhoto version, and anything else that might be helpful to find out, what the problem is. Don't do anything that changes the contents of your hard drive for now.
    Reagards
    Léonie

  • HT2492 When I try to update Adobe Flash Player I'm prompted to quit Safari and Dashboard Client. I quit Safari but I don' know how to quit Dashboard Client. Can anyone help with this challenge?

    When I try to update Adobe Flash Player I'm prompted to quit Safari and Dashboard Client. I quit Safari but I don' know how to quit Dashboard Client. Can anyone help with this challenge?

    Carolyn,
    Thank you. It worked
    Angus.

  • 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

  • When I sign in to my account it's telling me that the security code on my credit card is wrong  and the code is correct could anyone help with this

    When I try to sign in to my account it's telling me my sercurity code on my credit card is wrong but it's not can anyone help I can't download

    Open the iTunes app on your computer and sign into your account to see that everything is correct.

  • HT4972 how can i resolve error 1015 iphone 3g

    how can i resolve error 1015 iphone 3g

    You will get this Error in iTunes when you are trying to downgrade the iOS Software.
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    Errors Related to Downgrading iOS

  • Hello, I would like to download my contacts from icloud to a flash drive in order to print out.  Can anyone help with this?  Many thanks

    Hello, I would like to download my contacts from icloud to a flash drive in order to have them printed out as I have over 4,000 contacts.  Could anyone help with this?  Thank you

    This  this discussion >  https://discussions.apple.com/message/24150181#24150181

  • 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 can I connect my Mac Book Pro (year 2008) to the TV set through  HDMI? I've seen a DVI to HDMI iwire but I'm no sure that it is correct. Could anyone help me? Thank you very much.

    How can I connect my Mac Book Pro (year 2008) to the TV set through  HDMI? I've seen a DVI to HDMI iwire but I'm no sure that it is correct. Could anyone help me? Thank you very much.

    I do not know the iWire adapter, but I use an inexpensive ($3) DVI to HDMI adapter from Monoprice, along with a regular HDMI cable:
    http://www.monoprice.com/products/product.asp?c_id=104&cp_id=10419&cs_id=1041902 &p_id=2029&seq=1&format=2
    Be aware that this will only transfer video. You Macbook Pro cannot combine audio through DVI to HDMI. You will need to listen to the audio through the Mac speakers, or attach speakers or a sound system to the Mac earphone jack, or determine if your TV has the ability to accept external sound from the Mac while showing video through HDMI (few can).

  • 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

  • Hey guys, when i try and log in to itunes, even though the details are correct it is showing up as an error and not allowing me access to my account.. could anyone help??

    Hey guys, when i try and log in to itunes, even though the details are correct it is showing up as an error and not allowing me access to my account.. could anyone help?

    what is the error?

  • 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.

Maybe you are looking for

  • IPhone 4 upgraded from iPhone 3GS but Apps did not synch after restore...

    I have had every iPhone since the very first one - call me crazy... and each time a new one has come out, all I have needed to do is take it home, restore from last back up and voila - all good. This time, no so good - I took the new iPhone 4 home, p

  • Itunes Library Will Not Organize

    Hi All, I'm a bit of a neat freak when it comes to organizing my itunes library. Usually I have no problems because I am content with how itunes keeps my library organized. However, I have noticed in the last few months that my library will not stay

  • Tough question: Can I purchase an off-contract iPhone 5 from Verizon and let my brother use it in Europe?

    I have an iPhone 4S with Verizon, and I wanted to know if it would be possible for me to buy an iPhone 5 for the off-contract price just as if I was purchasing it for myself, and then ship it to my brother in Austria and let him use it there on the G

  • Users for a diskless system with NFSv4

    I'm trying to set up the root filesystem for a diskless Arch client on an NFSv4 share.  It just dawned on me that, based on my understanding of user mapping for NFSv4 (user mapping by name rather than numeric UID), any user that owns files on the cli

  • Why do iweb pages keep growing - vertical scrollbar

    while building web pages, i notice that every time i scroll the blue scroll-bar to the bottom of the page, the scroll bar jumps about a centimeter and the page "grows" higher - leaving a black background. if i scroll the bar down to hit the bottom ag