Open store page or show window with game info and ranking in the android build

29 views
Skip to first unread message

Sergey Marchenko

unread,
Jul 14, 2016, 10:14:07 AM7/14/16
to Flambe
Hi.

Is it possible to call in flambe this code

final Uri marketUri = Uri.parse("market://details?id=" + packageName);
startActivity(new Intent(Intent.ACTION_VIEW, marketUri));

Or how can I open the store page (or window) with ranking in my flambe build for android? Please help. 

Mark Knol

unread,
Jul 14, 2016, 4:31:25 PM7/14/16
to Flambe
#if js
js.Browser.window.open (url);
#elseif flash
flash.Lib.getURL(new flash.net.URLRequest(url));
#end

Something like this should work!

Sergey Marchenko

unread,
Jul 15, 2016, 4:14:41 AM7/15/16
to Flambe
Thank you so much.
Reply all
Reply to author
Forward
0 new messages