-------------------------------------------------------------------------------
NookColorTools
-------------------------------------------------------------------------------
Milkman Games, LLC
www.milkmangames.com
follow on twitter for updates!: @milkmangames
-------------------------------------------------------------------------------

----------
*OVERVIEW*
----------

This library allows the launching of shop details on the nook Color,
as an AIR 3 native Extension (more functions coming soon.)

Please use and enjoy it for free.  If you enjoy it, a link back to 
www.milkmangames.com from your App or website, or a follow on twitter is
always appreciated!


For this to work, you'll need:

1. To have the lib/NookColorToolsAPI.swc included in your build
2. To be using apk-captive-runtime as your build target in adt
3. to be targeting AIR v 3.0 or higher
4. to include the extension (bin/ext/com.milkmangames.extensions.NookColorTools.ane)'s
   path in your build in adt:
   
   (example)
   adt -package -target apk-captive-runtime [SIGNING-INFO] [APKNAME].apk 
            app.xml nookcolortoolsexample.swf -extdir [PATH_TO_ANE_FILE]
			

----------
*USAGE*
----------

Usage is very simple.  See the src/Main.as file for a simple example:

var productDetailsEan:String="2940043857811";
NookColorTools.showShopDetails(productDetailsEan);


-------------------------------------------------------------------------------

Copyright (c) 2011 Milkman Games, LLC

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.