Not sure where to put that package and how to reference it from my primary fla. AS 3.0 says to use "import.packageName.*" or "import.packageName.className".

DO I need to put a name in the package like
"package ssURLLoader
{"

and then save it as an .as in the same folder?-

would I need to also import some SWF Studio classes from somewhere or designate a class path to the named package?