Swf can't find custom classes after publishing....
Hi everyone,
So this is probably an easy thing I don't know, I'm hoping.
But when I publish my project and test it in a normal HTML, the swf can find some classes but not others for some reason?
How can I make sure all the classes get compiled into the Swf?
I got the main timeline calling the first class (CalypsoPlayer); and it finds this class find -- which is under the same class path.
But CalypsoPlayer can't find the class it needs, even though it's under the same class path as the class.
I've tested the project in Flash itself and it all works great without any errors so I'm not sure what's going on. It's only when I test
the published SWF that it can't find all the classes it needs.
I appreciate anyones help
-- Stan