Changes between Version 9 and Version 10 of SeamlessLooping

Show
Ignore:
Author:
arjen (IP: 82.94.203.238)
Timestamp:
04/28/09 22:24:26 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SeamlessLooping

    v9 v10  
    5454== Try 4: Setting visibility a different way (addChild/removeChild) == 
    5555 
    56 The previous method doesn't loop correctly, for some reason it doesn't make the first video object visible. The solution to this is to use [http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObjectContainer.html#addChild() addChild]/[http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObjectContainer.html#removeChild() removeChild] instead of toggling the visibility. 
     56The previous method doesn't loop correctly, for some reason it doesn't make the first video object visible the next time around. The solution is to use [http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObjectContainer.html#addChild() addChild]/[http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/DisplayObjectContainer.html#removeChild() removeChild] instead of toggling the visibility. 
    5757 
    5858== Final notes == 
    7272== Questions == 
    7373 
    74 If you have any questions etc, do not hesitate to leave a message on on our [/trac/discussion/9/37 forum]. 
     74If you have any questions, ideas for improvements, helpful links, etc..., do not hesitate to leave a message on on our [/trac/discussion/9/37 forum]. 
    7575 
    7676