Quantcast
Channel: Adobe Community: Message List - AIR Installation Issues
Viewing all articles
Browse latest Browse all 1787

Re: Error 16828 when update from native Windows installer

$
0
0

Hi Chris

You can use this method that returns file name from url:

 

 

var fileName:String = fileName = getFileName(urlString);

 

private function getFileName(url:String):String {

     return url ? url.substr(url.lastIndexOf("/") + 1) : null;

}



Viewing all articles
Browse latest Browse all 1787

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>