Build Notes

current vsn -- 1.0.0.38
'****************************************************
use of acrobat com agents and swftools for interaction with pdf
includes swf movie creation from pdf, xml gen etc..
--created by Matthew Alan Cline--
****************************************************
  • -11-15-07 added swfbbox bat file and integration to take care of bounding box being created too large at time of swf gen...adversly affecting newly added scrollbar functionality to virtual book
  • -12-10-07 added --flatten to makeswfs sub to account for strang bounding box behaviour
  • *** flatten is test and while it does fixe bbox issues it "flattens" text making flash string *** search not recognize spaces...flash search has been adjusted to compensate.
  • -12-12-07 added checkbox for creating thumbs
  • -12-12-07 added autorun gen for cds
  • -12-15-07 added executeNewJs and btnTrans as link tools..these are test tools recognize links in the pdf and help to convert goToPage acro links into asfunction calls needed for flash
  • -12-20-07 added -s internallinkfunction=_root.playPage to swf gen..this is for toc pages it basically sets the swf to execute a flash function on all internal links...flash then executes an internal load page function...this was needed because javascript getURL(asfunction) isnt working
  • -12-20-07 added -s externallinkfunction=_root.urlCheck to call flash to check weblinks for http:// mailto: accordingly
  • -01-11-08 account for unicode symbols bombing php-xml parser
  • -01-11-08 added js and code to account for when exporting bookmarks..should no longer have to manually edit bookmarks at all
  • -02-05-08 added low res checkbox and code
  • -02-19-08 added folder clean ups for swfs and thumbs..addes progress bar functionality
  • -02-19-08 removed corner from thumbs and changed dims for flash thumbnailer..no more photoshopping first!
  • -04-20-08 re-compiled swftools so that no separate install of swftools is needed.
****************************************************