Jump to content
Search Community

ilhan

Members
  • Posts

    3
  • Joined

  • Last visited

ilhan's Achievements

0

Reputation

  1. Ok, sorry for wasting your time. Tried on another computer and found that there is something wrong with my installation or something, have not had issues importing TweenMax etc and other classes but the world of Flash can be mysterious sometimes if you aren't an expert. Setting class paths didnt help in my case. Time to reinstall....
  2. Yeah, I am troubleshooting and also suspect something strange with my Flash install. I will post whatever I find. I'm propably too excited about this library to figure it out though
  3. Hi there, I am trying out LoaderMax and get this dreadful message when using VideoLoader: TypeError: Error #1006: attachNetStream is not a function. at com.greensock.loading::VideoLoader() Any hints? My code: import com.greensock.*; import com.greensock.loading.*; import com.greensock.easing.*; import com.greensock.events.LoaderEvent; import com.greensock.loading.display.*; var loader:VideoLoader = new VideoLoader("video/intro.flv", {name:"myIntro"}); loader.load(loader); Thanks,
×
×
  • Create New...