Skip to main content
November 2, 2007
Question

Loading course to server

  • November 2, 2007
  • 1 reply
  • 203 views
Hi - I built a course, with multiple lessons (exe), tied together with a menu (exe). We are trying to place these files on a server, but everytime the files are saved on the server, we receive a en_US directory error. Can anyone provide suggestions of what's going on or how we can resolve this?

Thanks
    This topic has been closed for replies.

    1 reply

    Captiv8r
    Legend
    November 2, 2007
    Hi SGSTrng

    I'm not trying to tell you how to run your own ship here, but .EXE format is typically a bad choice for server deployment. For one thing, when you provide links to open them up, your users will always see an intermediate dialog asking what they wish to do with the file. Run it from here (which may or may not be presented as an option, depending on security settings and browser type) or save it to their hard drive, where they run it later. So you may wish to re-think creating .EXE format if you intend to place the content on a server. Choose the .SWF output instead. Sure you will end up with more files to push to the server, but the process is actually more seamless from the user standpoint.

    Cheers... Rick