Categories: How to

How to Open a PDF file using Adobe Air AS3 for PC, Mac and Mobile (iOS and Android)

StageWebView is a solution for viewing a PDF or Webpage under ActionScript 3 Air (PC, Mac, Mobile, iOS and Android) Application.

 
 var pdf_file:String = "your-pdf-file-name.pdf";
 var pdfView = new StageWebView();
 pdfView.stage = stage;
//Set mask area(x,y,w,h)
 pdfView.viewPort = new Rectangle(20,103,960,640);
//Your PDF file location based on your operating system i may change "app:/"
 var filePath:String = new File(new File("app:/includes/"+pdf_file).nativePath).url;
 pdfView.loadURL( filePath );
//Alternatively you can use a URL to view webpage. 
 pdfView.loadURL("http://www.google.com");

Comments

comments

Saint Martin

Share
Published by
Saint Martin

Recent Posts

Unlocking the Best 5 Powers of Business Directories in the USA

Visibility is key in the busy world of online business. Just as a beacon guides… Read More

6 months ago

Crafting Effective Facebook Ad Copy: Best Practices for Success 2024

Facebook Ad Copy: Writing Facebook ad copy is a fundamental aspect of a successful ad… Read More

6 months ago

Conducting Effective Penetration Testing for Website Security

Introduction Penetration testing, often referred to as pen testing or ethical hacking, plays a pivotal… Read More

6 months ago

Apple’s iPhone 15 Pro and Pro Max: Unveiling the Next Era of Smartphone Brilliance

Introduction The smartphone industry is no stranger to innovation. Year after year, manufacturers strive to… Read More

7 months ago

iPhone 15 Pro and Pro Max: Astonishing Features That Will Change the Way You Use Your Phone.

In the world of modern smartphones, surprises are becoming increasingly rare. Breakthrough features and astounding… Read More

7 months ago

Mental Health disorder: The Power of Prioritizing Well-being and Resilience

Introduction: In today's fast-paced and demanding world, it is vital to recognize the significance of… Read More

10 months ago

This website uses cookies.