Hi, I am coding as smiler to your post. But footer of swf file pages are not showing completely. Following is the code
<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 playerProductInstall.swf, otherwise the empty string.
var xiSwfUrlStr = "playerProductInstall.swf";
var flashvars = {};
flashvars.pdf = "Files/2fe2881d-6760-4fcb-9ba0-2e520b80e548.swf";
flashvars.displaywidth = "320";
flashvars.displayheight = "240";
var params = {};
params.quality = "high";
params.allowscriptaccess = "sameDomain";
params.allowfullscreen = "true";
params.wmode = "transparent";
var attributes = {};
attributes.id = "PDFViewer";
attributes.name = "PDFViewer";
attributes.align = "middle";
swfobject.embedSWF(
"PDFViewer.swf", "flashContent",
"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.createCSS("#flashContent", "display:block;text-align:left;");
</script>
I have attached the image. Please suggest.

Help

