Package files deployment - webserver

I’ve have an asp.net app that uses flash for its navigation bar…the flash app uses two class files wrapped in packages that create the functionality of the whole navigation bar.

When I run the swf file alone, the flash app works fine…but when I try it in the webserver it fails. Whats more, the flash app in the web server will work fine if I type the full URL to the swf file…it will not work however as an embeded object…and what I mean by that is that the flash app will show up embedded into the .net app but the additional functionality created by the other two class files fails!!!..

Any ideas? I’ve never deployed a flash application to the webserver with class files so I may be doing something wrong there…Any help would be greatly apprecidated.