ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
 

Package com.adobe.gravity.utility.url 


Public Methods
 FunctionDefined By
  
Return an absolute URL given a base URL and a path which may be relative.
com.adobe.gravity.utility.url
Function detail

getAbsoluteURL

()function
public function getAbsoluteURL(baseURL:String, path:String):String

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
Runtime Versions: AIR 1.1, Flash Player 9

Return an absolute URL given a base URL and a path which may be relative. This method performs resolution as per IETF RFC 3986.

Parameters

baseURL:String — The base URL.
 
path:String — The path that may be relative.

Returns
String — The absolute URL.