vishnukottala / flexpaper

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

Pass PageNumber and Search Params explicitly with SWF file #280

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any way by which I can pass a search parameter and page number 
explicitly like -
var fp = new FlexPaperViewer(
    'FlexPaperViewer',
    'viewerPlaceHolder', { config: {SwfFile: SPSSTutorial_1.swf#Page=yy&Search=xxxxxx', localeChain: 'en_US'}
});

This will directly open that particular page with first highlighted search 
result.

This highlighted text will be displayed as first line means if the search 
result found on the last line then the file must be starting displayed from 
that particular line not from the starting of that page.

I am using FlexPaper1.5.1

Original issue reported on code.google.com by psingh.i...@gmail.com on 9 May 2012 at 12:15

GoogleCodeExporter commented 9 years ago
Not at the moment, I will add this as a enhancement

Original comment by erik.eng...@devaldi.com on 16 May 2012 at 6:58