dhanna wrote: Is there anywhere that I can upload files within the dnn install that will maintain relative links. When uploading into the "non-secured" file system, do thew files go into a database?
Non-secured files are stored as they are, as files, without name changes. The root directory of the File Manager is the portal's root directory, e. g. /Portals/0/.
From now on, I'm guessing again :-)
To make your swf's run in DNN, you can create (in File Manager) the same subdirectory structure as created by your authoring software, and upload your files to the subdirectories they belong. You can speed things up if you have FTP access to your DNN installation - transfer all files to the desired subdirectory of your portal root, e. g. /Portals/0/survey/, and make them visible to the File Manager by clicking on the "Synchronize" button when the survey/ subdir is selected in the File Manager. As the relative folder structure is preserved, the swf should find everything where it's expected.
To secure everything, it should be sufficient to secure the swf with one of the mentioned options. I guess all the other files are more or less worthless without the swf, and may be requested directly by smart users without bringing them much benefit?
BTW: you cannot change a file's security option after you have uploaded it. So, to secure your swf, don't FTP it, but upload it separately in the File Manager.
Hope that helps!