Flex Error #1014: Class flash.net::NetStreamPlayOptions

Posted by evilpenguin on Stack Overflow See other posts from Stack Overflow or by evilpenguin
Published on 2009-09-09T15:42:42Z Indexed on 2010/05/17 17:00 UTC
Read the original article Hit count: 389

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about flex

Related posts about actionscript-3