So i've created a class, which as I have learned requires an external flash file and a command like:
is there anyway to have the as file embedded into the fla so it doesnt need to call an external as file from the same directory? or if that isnt possible can it be called from anywhere on the internet like the following:Code:import Class1.as;
Code:import http://www.blanksite/testing/Class1.as;




Reply With Quote