luigi scarso wrote:
really nice work (except the positioning of the two buttons) :) if you download swftools and compile it, you will find HOWTO_pdf2swf andinside it $> pdf2swf -bl -o hartmut-talk.swf hartmut-talk.pdf do all work; after that I use
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html><head><title></title>
</head><body> <div id="centercontent"> <h1>centercontent</h1> <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="595" HEIGHT="841" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0"> <PARAM NAME="MOVIE" VALUE="hartmut-talk.swf"> <PARAM NAME="PLAY" VALUE="true"> <PARAM NAME="LOOP" VALUE="true"> <PARAM NAME="QUALITY" VALUE="high"> <EMBED SRC="hartmut-talk.swf" WIDTH="800" HEIGHT="600" PLAY="true" ALIGN="" LOOP="true" QUALITY="high" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> </EMBED> </OBJECT> </div> </body> </html> ---------------------------
http://www.matexhu.org/eurotex2006/lectures/pdftex/ Yes, also pdfs on luatex are good candidate to swf-lizations.
luigi _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
ah, thats the magic behind it (i wasn't aware of these tools). this looks promising.. an easy way to get pdf in the web. opera can even scale the output (no success with firefox). and in comparison to apparition, it doesn't make itself the default pdf viewer (which makes testing annoying). again thanks for the info. :) cheers, peter