a7mdfm / flexpaper

Automatically exported from code.google.com/p/flexpaper
1 stars 0 forks source link

Disaplaying certain pages for SWF file #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm trying to display only certain pages of a swf file in the FlexPaper.
e.g. I want to display only 2 pages out of 10 pages. How can I achieve that?
Also I want to add a new tool tip to the player saying "Displaying 2 pages
out of 10 pages in this version" or something like that.

Tejas

Original issue reported on code.google.com by tejas.ra...@gmail.com on 7 Jun 2010 at 10:15

GoogleCodeExporter commented 8 years ago
Sorry I added this as a Defect its more of a Enhancement.

Original comment by tejas.ra...@gmail.com on 7 Jun 2010 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by erik.eng...@gmail.com on 21 Jun 2010 at 9:33

GoogleCodeExporter commented 8 years ago
This is probably a lot easier archived by converting the document twice (one 
preview version and one full version) where you specify the number of pages to 
convert the first time as such

C:\SWFTools\pdf2swf.exe Paper.pdf -o Paper.swf -f -T 9 -t -s storeallcharacters 
-p 1-10

Original comment by erik.eng...@devaldi.com on 23 Mar 2011 at 10:12