Is it possible to use an external URL HTTP Ressource for the .PVZ Files ?
Hello Community,
Is it possible to use an external URL HTTP Ressource for the .PVZ Files similar to Image URL links?
I have stored a sample coffeemashine PVZ file here:
http://files.net-online.de/cad/Caffee_Maschine.pvz
Is it general possible to use external URL ressources ?
According to
I have tried to integrate a HTTP ressource, but this is not working
------------------------------------------------------------------------
$scope.populateModelList = function() {
$scope.app.params.modelSelect = [
{
display: "Kaffeemaschine",
value: "http://files.net-online.de/cad/Caffee_Maschine.pvz"
},
{
display: "Local PVZ",
value: "app/resources/Uploaded/lokal.pvz"
}
];
}
$scope.populateModelList();
---------------------------------------------------------
Thanks in advance
Cheers
Timo

