Changes between Version 9 and Version 10 of SeamlessLooping
- Timestamp:
- 04/28/09 22:24:26 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SeamlessLooping
v9 v10 54 54 == Try 4: Setting visibility a different way (addChild/removeChild) == 55 55 56 The previous method doesn't loop correctly, for some reason it doesn't make the first video object visible . The solution to thisis 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.56 The 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. 57 57 58 58 == Final notes == 72 72 == Questions == 73 73 74 If you have any questions etc, do not hesitate to leave a message on on our [/trac/discussion/9/37 forum].74 If 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]. 75 75 76 76
