So i've created a class, which as I have learned requires an external flash file and a command like:

Code:
import Class1.as;
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 http://www.blanksite/testing/Class1.as;