Select to view content in your preferred language

Run error on Flexviewer Project

1224
5
08-04-2010 09:41 AM
PeteVitt
Frequent Contributor
I just installed Adobe Flashplayer 4, imported the flexviewer project and built it as described in the documentation and set my output directory to a valid location on my server in the wwwroot directory.  When I go to run the index.html I get the following error:

Error: Event Target: [object HTTPOperation]

Event Type: fault

Fault Code: Server.Error.Request

Fault Info: HTTP request error

What do I need to do to correct this error and get the project to run

Thanks

Pete
Tags (2)
0 Kudos
5 Replies
DasaPaddock
Esri Regular Contributor
Can you try a tool like HttpFox or Firebug to see what HTTP requests are being sent and which ones are failing?
0 Kudos
MLowry
by
Frequent Contributor
What method are you using to run the index.html?
0 Kudos
PeteVitt
Frequent Contributor
What method are you using to run the index.html?


I am using the run button on the menu and also right clicking the index.mxml
0 Kudos
PeteVitt
Frequent Contributor
Can you try a tool like HttpFox or Firebug to see what HTTP requests are being sent and which ones are failing?


the error pops up when it moves to the document.write below
<script type="text/javascript">
                var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
                document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
                                + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
            </script>

any idea?

Thanks
0 Kudos
PeteVitt
Frequent Contributor
I rebuilt the project again and it worked --
0 Kudos