a7mdfm / flexpaper

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

Parameters are not working #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i am using flexpaperviewer in my page. i want to disable print function. so i 
changed the parameter value to false.

Scale : 0.6, 
                  ZoomTransition : "easeOut",
                  ZoomTime : 0.5,
                  ZoomInterval : 0.1,
                  FitPageOnLoad : true,
                  FitWidthOnLoad : true,
                  PrintEnabled : false,
                  FullScreenAsMaxWindow : false,
                  ProgressiveLoading : true,

                  PrintToolsVisible : false,
                  ViewModeToolsVisible : false,
                  ZoomToolsVisible : false,
                  FullScreenVisible : false,
                  NavToolsVisible : false,
                  CursorToolsVisible : false,
                  SearchToolsVisible : false,

after making these changes i refreshed my page in IE but it is not at all 
working. (All tools are visible, document is printing etc.)

Internet Explorer version is 8.

i want to display this in Internet Explorer only.

Another issue: I have 6mb swf converted document. i changed the file name in 
the parameter but it is not displaying that swf document. what could be the 
problem?

Original issue reported on code.google.com by dmahendr...@gmail.com on 13 Dec 2010 at 10:40

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The following parameters are no longer available as of FlexPaper 1.4.1

                  PrintToolsVisible : false,
                  ViewModeToolsVisible : false,
                  ZoomToolsVisible : false,
                  FullScreenVisible : false,
                  NavToolsVisible : false,
                  CursorToolsVisible : false,
                  SearchToolsVisible : false,

And instead replaced with a Readonly version which is available for download 
for our commercial clients. The parameters were causing more issues than 
benefits and as we already have a version where the user interface is 
customizable we decided to remove them. Find details about our downloads here:
http://flexpaper.devaldi.com/download.htm

Not sure what could be the problem with your 6 mb swf document, have you 
converted it using our recommended parameters?

Original comment by erik.eng...@devaldi.com on 13 Dec 2010 at 11:14

GoogleCodeExporter commented 8 years ago
in which version we can customize the UI?

Original comment by dmahendr...@gmail.com on 13 Dec 2010 at 11:46

GoogleCodeExporter commented 8 years ago
The unlimited license grants access to a version which has a user interface 
which is customizable by using HTML and CSS

Original comment by erik.eng...@devaldi.com on 13 Dec 2010 at 11:49