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
Introduction Creating a successful Facebook ad campaign is essential for small and medium-sized businesses looking… Read More
Introduction In 2025, Facebook remains one of the most powerful platforms for small and medium-sized… Read More
Expert traders have honed their craft over years of market observation, trial, and error. Their… Read More
Overview As we step into 2025, mastering Google Ads PPC strategies is essential for businesses… Read More
Introduction to TF-IDF: A Beginner's Guide with Real-World Examples Search engines like Google aim to… Read More
Introduction In today’s world, rising energy costs are a concern for many households. But what… Read More
This website uses cookies.