I have a pure ActionScript project. I'm using Flex Builder on a Mac, Flex SDK 3.4 and I've even added the playerglobal.swc from the Flash folder to the project's library path. I get autocomplete when I add
import flash.net.NetStreamPlayOptions;
import flash.net.NetStreamPlayTransitions;
But when I run the movie, I get:
VerifyError: Error #1014: Class flash.net::NetStreamPlayOptions could not be found.
I don't get it.. What must I do to use those classes?