Jump to content
Search Community

zedman

Members
  • Posts

    4
  • Joined

  • Last visited

About zedman

  • Birthday 04/19/1968

Profile Information

  • Location
    Dusseldorf

zedman's Achievements

0

Reputation

  1. Hi, I just tried to implement the TypewriterPlugin, but get the error message: "Mit 'override' gekennzeichnete Methode muss eine andere Methode außer Kraft setzen." German, I know But there are some issues with the override thing in the Plugin. Do you know something about that? Thanks Zoran
  2. Hi, I´m using the LoaderMax and it works like a charm. Now I was wondering how to trigger different actions on multiple cuepoints. Here´s my code that doesn´t work: IntroFirst.addASCuePoint(5.87, "one"); IntroFirst.addASCuePoint(7.76, "two"); IntroFirst.addEventListener(VideoLoader.VIDEO_CUE_POINT, _onCuePoint); function _onCuePoint(event:LoaderEvent):void { if (event.target=="one") { trace("here´s the first cuepoint"); } if (event.target=="two") { trace("here´s the second cuepoint"); } } I would like to set different action on different cuepoints. Like showing one text here than doing other stuff on other cuepoint. Any idea how to manage this? Many thanks in advance. Zoran
  3. thanks carl, it works perfectly! you guys from greensock are really cool. answering so fast!
  4. Hi guys, I´m using the LoaderMax and everything works perfect. What I would like to do is to tell LoaderMax to wait a few seconds before starting the loading process, because I need to show the text: "please turn on your sound and enjoy the show." How could I tell him to wait before playing the first video? Any idea? Thanks in advance. Zoran
×
×
  • Create New...