Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Error loading url

    Im trying to load a asp generated xml format file from within flash IDE. When
    uploaded to server this works fine, so the file it self is OK, but it cant seem
    to load from inside. Im sure this did work before, but stopped when I switched
    to flash 8 likely (probaly something else but thats the biggest change made).
    SInce when did the IDE ever care about the remote file access? Any Ideas what
    could cause this? The settings in flash 8 publish doesnt make a difference and
    this is makiing development very slow. Please help.

    xzander Guest

  2. Similar Questions and Discussions

    1. Error Loading UserControl
      I am revieving the following error for one of my controls when loading any pages that use it: Server Error in '/exposure/app' Application....
    2. error loading non-utf-8 XML file
      I'm trying to create a rss-reader, which will be used on a dedicated platform. I've got everything up and running, except for one. I need to...
    3. Error loading flash! Error-4836
      :| I don't know much about computers but I have been trying to play slingo on AOL and everytime it is loading I get this error message. Error...
    4. Error Loading Plugins...
      Keep on getting an error, only happens when starting the application. "Adobe Illustrator Error Loading Plugins ASDataStream.apl" Can't find...
    5. Error loading Photoshop
      I am attempting to load Photoshop Elements and the full version of Photoshop on a Windows 2000 platform but continue to receive the following error...
  3. #2

    Default Re: Error loading url

    The IDE is not launched from a server and so is not running under http://
    and thus no server is processing the ASP and you get the raw file.

    Add http:// reference for testing in the IDE.

    You can add a test for System.capabilities.playerType and have two urls one
    for when the value is External and one for when it is not.


    --
    Lon Hosford
    [url]www.lonhosford.com[/url]
    May many happy bits flow your way!
    "xzander" <webforumsuser@macromedia.com> wrote in message
    news:e1lkfn$rsc$1@forums.macromedia.com...
    Im trying to load a asp generated xml format file from within flash IDE.
    When
    uploaded to server this works fine, so the file it self is OK, but it cant
    seem
    to load from inside. Im sure this did work before, but stopped when I
    switched
    to flash 8 likely (probaly something else but thats the biggest change
    made).
    SInce when did the IDE ever care about the remote file access? Any Ideas
    what
    could cause this? The settings in flash 8 publish doesnt make a difference
    and
    this is makiing development very slow. Please help.


    Motion Maker Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139