Jump to content
Search Community

Stefan

Members
  • Posts

    5
  • Joined

  • Last visited

Stefan's Achievements

0

Reputation

  1. Thanks for your fast response. I really know, as you say, using an XMLLoader while not loading. I know that. It was only that everything is referring to LoaderMax or XMLLoader inside the application and i thought to leave the coded structure as it is now. For me it would be the fastest way to add the hard-coded XML to XMLLoader, if theres a way to do that. So. I think i am going to change everything to the included XML. Thanks, Jack. Stefan.
  2. Hi Jack. I have the following problem. I have loaded a XML via XMLLoader and included some ImageLoader nodes. Everything is working fine. I am getting the images from the LoaderMax.getContent ( ... ) and i have the XML-Nodes to get Texts and Links, etc ... from the XML inside LoaderMax. So. the clients system is not working with external XMLs ( he told me after everythings finished ). Now my plan is to include the XML in an XMLObject inside the SWF to stay in the same structure. Is there a way to send the XML Object into the XMLLoader? I have find out that i can give the XMLLoader --> XMLLoader.parseLoaders(). And the LoaderMax is loading all the Images. That works fine. But how can i send the full XML to LoaderMax/XMLLoader without loading, so that i can stay in my builded work. Do you have any ideas or work arounds? Thank you very much. Stefan.
  3. Jack, i have found the solution. It was my fault. I have added the CuePoints at "LoaderEvent.INIT" of the "VideoLoader". So it was added 2 times, cause "Init" was called 2 times.
  4. Hi Jack! Thank you so much for extending the VideoLoader with dynamicCuePoints! I have tried the the method and everythings works fine. Only one thing i have noticed. The Listener (VideoLoader.VIDEO_CUE_POINT) always fires 2 times when it reaches the the dynamic added CuePoint from the "addASCuePoint()"-method. If it reaches the included CuePoint ( rendered into the video ), it only fires 1 time. Any idea? Thank you and greetings. Stefan.
  5. Hi everybody. Does anyone know how to add dynamic video cuePoints to the VideoLoader? Like the “addASCuePoint()” method from the FLVPlayback Component. Is it possible to define in the “VideoLoaderVars” an array with my cuePoints? I would like to write some nodes with cuePoint Information into a XML and add the cuePoints later dynamically to the VideoLoader. Or should i work with the "videoTime"-property?
×
×
  • Create New...