I have 50 local HTML files. I want to show these in scrollview or list. I tried by stageWebView. But it shows always on top of the stage. is there any way to do this. if it is possible in mxml na also, tell me... (In mxml, i tried with mx:HTML but its not working in device. its working in desktop oly.)
|
QNXStageWebView is a native component, not a Flash display object, so there's no way to put it in the middle of the display list, sandwiched between other layers. Your choices are to display on top, or to display behind the entire stage. In the latter case you would of course want to make your background transparent, but then draw a non-transparent "frame" in all the regions not covered by the QNXStageWebView. Until the native SDK is available it's extremely unlikely there will be any "fix" for this, and even then it may have similar restrictions. | |||||
feedback
|