/ Published in: ActionScript 3
Expand |
Embed | Plain Text
1. Pass a context to MyView: var contextObj:Object = new Object(); contextObj.isFullScren = true; navigator.pushView(MyView, nextPhoto, contextObj, leftSlide); 2. Reading context in MyView: if(navigator.context)_isFullScreen = navigator.context.isFullScreen; note that context is a property of navigator.
You need to login to post a comment.
