X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2FHOWTO_pdf2swf;h=3089e661acbae50e53fc4be364cc84333e06cc9d;hb=5ede6209244433ea174111a9079fa6d0cf84d227;hp=a2095b80375653942c70abde78307d079de06d2e;hpb=06c52df74a95a50269715678452f57eb316140fa;p=swftools.git diff --git a/pdf2swf/HOWTO_pdf2swf b/pdf2swf/HOWTO_pdf2swf index a2095b8..3089e66 100644 --- a/pdf2swf/HOWTO_pdf2swf +++ b/pdf2swf/HOWTO_pdf2swf @@ -82,7 +82,10 @@ Appendix A: Creating your own Viewers 1. There has to be some rectangle (Movieclip, whatever... ) in your Viewer, named "viewport". (This name is used to reference the object when using swfcombine for merging it with the converted pdfs) - 2. Browsing buttons next to the rectangle (which turn pages in the + 2. The First frame should contain an actionscript "Stop" instruction. + (Otherwise, the browsing buttons turn pages, but pages get also + automatically turned every few seconds) + 3. Browsing buttons next to the rectangle (which turn pages in the shown pdf) should trigger some Actionsscript events, like SetTarget "viewport" @@ -92,15 +95,20 @@ Appendix A: Creating your own Viewers to set the frame in the to-be-replaced rectangle. (It will be replaced with a MovieClip, therefore a SetTarget is neccessary) It's important that the Target Name ist "viewport", not "/viewport", - as the Movie will get inserted into a Movieclip. + as the Movie will get inserted into a Movieclip (Sprite). _________________________________________________________________ [5]Back to the SWFTools Project page + References + Visible links 1. http://www.quiss.org/swftools/SimpleViewer.swf 2. http://www.quiss.org/swftools/PreLoader.swf 3. http://www.quiss.org/swftools/loading.swf 4. http://www.macromedia.com/support/flash/ts/documents/tn4150.html 5. http://www.quiss.org/swftools + + +