External Reference of PPT or PDF

I’m working on a project for a client who wants to embed a 37 page Power Point presentation in a Flash application. Based on past history, I am 100% certain that this client is going to be making changes to this down to the last minute (adding pages, changing copy, removing pages, etc.) so I thought that it would be best to externally reference the whole thing if possible. I was further thinking that the easiest thing to do would be to just export the whole presentation as a PDF and use that. So I’m wondering if anyone knows of a component of some sort that we could purchase that would allow viewing a PDF internally inside an interface, kind of like how you can preview books on Amazon.com?

I know that we can go out and grab the PDF using code like this:
ActionScript Code:
[LEFT][COLOR=#0000FF]getURL[/COLOR][COLOR=#000000]([/COLOR][COLOR=#FF0000]“myFolder/myPDF.pdf”[/COLOR], [COLOR=#FF0000]"_blank"[/COLOR][COLOR=#000000])[/COLOR];
[/LEFT]

	  		  		  		 		 			But what we'd prefer is to keep it internal if at all possible. Please let me know if you know of anything like this.

[URL=“http://www.hsdesign.org/”]