while using playerProductInstall.swf pages footer not showing completeyl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shahzad
    New Member
    • May 2012
    • 1

    while using playerProductInstall.swf pages footer not showing completeyl

    i am using playerProductIn stall.swf to show swfobject. swf file contains multiple pages. and few pages footer is not showing properly. Following is the source.

    <script type="text/javascript">
    // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection.
    var swfVersionStr = "10.2.0";
    // To use express install, set to playerProductIn stall.swf, otherwise the empty string.
    var xiSwfUrlStr = "playerProductI nstall.swf";
    var flashvars = {};
    flashvars.pdf = "Files/2fe2881d-6760-4fcb-9ba0-2e520b80e548.sw f";
    flashvars.displ aywidth = "320";
    flashvars.displ ayheight = "240";
    var params = {};
    params.quality = "high";
    params.allowscr iptaccess = "sameDomain ";
    params.allowful lscreen = "true";
    params.wmode = "opaque";
    var attributes = {};
    attributes.id = "PDFViewer" ;
    attributes.name = "PDFViewer" ;
    attributes.alig n = "middle";
    swfobject.embed SWF(
    "PDFViewer.swf" , "flashConte nt",
    "800", "600",
    swfVersionStr, xiSwfUrlStr,
    flashvars, params, attributes);
    // JavaScript enabled so display the flashContent div in case it is not replaced with a swf object.
    swfobject.creat eCSS("#flashCon tent", "display:block; text-align:left;");
    </script>
Working...