Jump to content
Search Community

kiu

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by kiu

  1. I just tried to update one of my Projects to AIR 3.0 Now the APP gets stuck after setting up a queue and calling queue.load(); undefined at flash.net::NetStream/invokeWithArgsArray() at flash.net::NetStream/call() at flash.net::NetStream/pause() at com.greensock.loading::VideoLoader/_closeStream()[/Volumes/Data/FLASH APP/com/greensock/loading/VideoLoader.as] The URL is valid, I'm getting no FAIL or ERROR messages. I must be missing something very obvious? Any Hints? Thanks in advance. By the way, your libraries are the most useful piece of code I have come across, thanks for developing it!
  2. It's not a hardware issue, tested different machines. It seems that there is an maximum Number of 10 Movies that can be added to the stage on Windows. I used this many seperate movies as it is easier to manage in case of changes. They were all instantiated and invisible on the stage to avoid the short flash I get on .addChild(). I now rendered all movies together and am working with cue points and it works fine. Thanks again, I guess it all would have been a lot more hassle without videoLoader. Best, -martin
  3. Hi, I do have a problem that might be related. I built an Application which preloads 15 f4v movies (FULL HD, 165MB for all of them) which can be played back over a simple interface. Works like a dream on MAC (where I initially developed it). Your Framework is really nice work and was good to develop with.. Unfortunately, PC is my target platform. When I test it in Flash CS5.5 on PC, the preloader starts and finishes up to 98%, then the app crashes. I looked further and found that it would crash after exactly 10 movies preloaded, independent from size or specific file (preloading 10 times the same small movie will return similar results). I donwnloaded your updated videoloader and it would crash a tad bit later :-/. When I preload only 10 movies, the application runs, but very unstable and will crash eventually. I'm completely puzzled what the reason for this is. Shouldn't be RAM as there is plenty and the App isn't going past 450 MB. I'm working on Win 7, Core I7, 24 GB RAM, Adobe Air 2.7 installed. (same result on AIR 2.6 though). The worst thing is that I have to install this at a trade show on Sunday! HELP! :-/ Any Hints? Thanks, -martin
×
×
  • Create New...