Skip to main content
Jhon Carlo
Inspiring
November 4, 2014
Answered

A simple way to load a pdf page into flash with as3

  • November 4, 2014
  • 1 reply
  • 411 views

Hallo,

is there a the simple way to load in Flash a pdf page into flash with as3.

I mean without plug in or as class.

Thanks.

This topic has been closed for replies.
Correct answer kglad

if this is an air app, you can use the htmlLoader.

otherwise, you can use navigateToURL but that won't open 'in' your swf and you can't manipulate the pdf with actionscript.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 4, 2014

if this is an air app, you can use the htmlLoader.

otherwise, you can use navigateToURL but that won't open 'in' your swf and you can't manipulate the pdf with actionscript.

Jhon Carlo
Inspiring
November 4, 2014

Thank you kglad.

Sorry about this.

It is strange Adobe (flash) have not Adobe (pdf) easily available, with a component for exemple.

Pdf has a large spread much more I guess on pc that on smartphone.

Thanks again.

kglad
Community Expert
Community Expert
November 4, 2014

you're welcome.