Code Monkey home page Code Monkey logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024

Original comment by debert on 17 Dec 2007 at 8:57

from bulk-loader.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
Hi There.

It's not a BulkLoader issue here. You're trying to load a flash 8 (or earlier) 
movie
and cast is to a MovieClip. The AVM2 won't let the cast go through.

You can cast it yourself:
var myOlderMovie : AVM1Movie = bulkLoader.getContent("as2swf.swf") as AVM1Movie;

I've just commited to revision 90 a convenience method to do that:
var myOlderMovie : AVM1Movie = bulkLoader.getAVM1Movie("as2swf.swf") ;
(it's on trunk, and should make to the next download pretty soon).

[]s
Arthur

Original comment by debert on 18 Dec 2007 at 12:53

  • Changed state: Fixed

from bulk-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.