BlackBox AS3
October 22nd, 2008BlackBox
BlackBox( root:DisplayObject = null ) - Creates a BlackBox Object.
Parameters
root : so it can access the loaderInfo, and retrieve any variables sent to Flash through its embed.getURL( permalink:String ):void - Sets the page URL and loads content.
Parameters
permalink : The Page’s permalink you want to load and set the URL to.getNavigation( sortOn:String ):void - Gets the navigation data object with these properties:
name:String - Page name
permalink:String - Page permalink
id:Number - Page’s ID number
position:Number - The position of the Page’s link
Parameters
sortOn : The order to return the navigation items. Use “id”, “position”, “name”, “permalink”. Default “position”