Updated fl.* Package .swc
A comment in the post about the fl.* package .swc written by Dimitriy outlined that the package was missing the fl.video package in it. I did a quick test and it indeed was missing (not sure how I missed that before) so I went ahead and did a quick search for the video package and found that Aron Philipp had a proper version of the package. You can now grab his version from the same link that my old version was at or get it directly at his blog.
Thanks Aron, hope you don’t mind me posting it up here.
If you found this post useful, please consider leaving a comment, subscribing to the feed, or making a small donation.
3 Comments
Rick,
I’ve got no idea and I never created an SWC which is why I just nabbed this off the net somewhere
To create a SWC with non visible classes you need to open the first frame code, import the class you need and create an object of this class.
Example with the Color class :
import fl.motion.Color;
new Color();













How do you create the swc to include just the classes? I know you can drag flash components to library then make a swc from that, but I dont see where you are able to import all the non component classes, like fl.motion