Hi, My team is working on an ASP .Net project that also uses an SWF file on certain pages. This SWF file accesses COLLADA models located in a resources folder in the project directory. The SWF file works just fine when launched from the Flex builder IDE. When I try to launch the enclosing aspx page from Visual Studio, the SWF file is loaded, but, its unable to access any of the assets from the resources folder.
What could possibly be causing this problem? Is it some security related issue?
Thanks in advance.