how can I insert a webPopUp into a group ?
I need to use require(newScreen).new() to load a new scene,and there’s a webpopup in the scene.
thanks.
[import]uid: 21680 topic_id: 11531 reply_id: 311531[/import]
how can I insert a webPopUp into a group ?
I need to use require(newScreen).new() to load a new scene,and there’s a webpopup in the scene.
thanks.
[import]uid: 21680 topic_id: 11531 reply_id: 311531[/import]
@jason,
I am not sure if you can place a webpopup into a group.
However you can include a webpopup into a scene (in director)
cheers,
?
[import]uid: 3826 topic_id: 11531 reply_id: 41866[/import]
jayantv,
how can i include a webpopup into a scene (in director) ?
just write :
native.showWebPopup( 0, 20, 320, 411,“http://www.google.com” )
in the scene file ?
no need to do something else ?
thanks a lot. [import]uid: 21680 topic_id: 11531 reply_id: 41950[/import]