Start a new topic

Can I load ARchitect World from a remote server?

Can I load ARchitect World from a remote server?

1 person has this problem
1 Comment


I am using wikitude phonegap.  I successful create a HUD sample form a loacl folder reference.  But next i would like to load the ARchitect World from a remote server:

 

 

onDeviceIsReadyCallback : function()

    {

        WikitudePlugin.loadARchitectWorld("http://www.someremoteserver.com/HelloWorld.html");

        WikitudePlugin.setOnUrlInvokeCallback(app.onClickInARchitectWorld);

        WikitudePlugin.callJavaScript("didReceivedNewTextForLabel('Hello World')"); 

    },

But i cannot successfully load the world.  Is this possible for wikitude phonegap?
Login or Signup to post a comment