views:

26

answers:

1

Hey All,

So I am embedding a PDF file on my page:

<embed src="http://www.mywebsite.com/files/ebook.pdf" width="500" height="375">

Is there anyway to prevent any and all access to that file except for when it is being accessed via this embed?

Thanks!

A: 

you can use something can this from flashpaper from adobe http://www.adobe.com/products/flashpaper/ that way you can show your pdf files as flash embeddable but users cannot download it

andycjw
Thanks for the answer Andy. I ended up going with FlexPaper. flexpaper.devaldi.com/
KyleT