Hi,
I want to execute a Javascript (it's from a web widget, and I want to implement this widget into my game) and I've tried many things, and nothing has worked.
1.- I tried to load the widget with the AJAX Plugin (didn't work)
2.- I tried with the JSON Plugin (didn't work)
3.- I tried loading the code with the AJAX and, once it was completely loaded, executing Javascript (AJAX.LastData) with the Browser (nothing happened)
I'm sure there is a possible way to load web widgets into the capx. Could anyone help me to execute Javascript?
Thank you