Click to See Complete Forum and Search --> : PDF's on web pages


Mellis12
07-19-2006, 11:18 PM
Long story short:

I'm trying to make links on my classroom web page to my fourth grade students' PowerPoints. I found a free program that will turn them into flash and I can upload them that way, but I lose the transitions/animations.

Someone suggested I change them into PDF's instead. I made a link to another page where the PDF could open and the link works. However, I can't figure out how to get the PDF to open and run. What kind of code should I use? For the flash, I just copied and pasted a prewritten code. Is there one I can use for the PDF's?

felgall
07-20-2006, 02:09 AM
You can embed a PDF into a web page like this:

<img src="myfile.pdf" width="100" height="150" alt="embedded PDF">

Just change the attributes to the file and size you need.

ray326
07-20-2006, 10:58 PM
The PDFs won't be animated either.