HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Adjust iPaper default zoom upon clicking full screen
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
razr



Joined: 31 Oct 2008
Posts: 1

PostPosted: Fri Oct 31, 2008 11:31 am     Adjust iPaper default zoom upon clicking full screen Reply with quote

Hello, I have embeded an iPaper pdf file on my website but i would like to know 2 things:

Assuming a code:
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_xxxxxxxxxx" name="doc_xxxxxxx" classid="clsid:xxxxxxx" align="middle" height="500" width="450"> <param name="movie" value="http://documents.scribd.com/ScribdViewer.swf?document_id=xxxxxxx&access_key=key-xxxxxxx&page=1&version=1&viewMode="> <param name="quality" value="high"> <param name="play" value="true"> <param name="loop" value="true"> <param name="scale" value="showall"> <param name="wmode" value="opaque"> <param name="devicefont" value="false"> <param name="bgcolor" value="#ffffff"> <param name="menu" value="true"> <param name="allowFullScreen" value="true"> <param name="allowScriptAccess" value="always"> <param name="salign" value=""> <embed src="http://documents.scribd.com/ScribdViewer.swf?document_id=xxxxxx&access_key=key-xxxxxxx&page=1&version=1&viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_xxxxxx_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" height="500" width="450"></embed> </object><div style="font-size:10px;text-align:center;width:450"><a href="http://www.scribd.com/doc/xxxxx/xxxxxxx">xxxxx</a> - <a href="http://www.scribd.com/upload">Upload a Document to Scribd</a></div>

1.)How can i align it to be set on dead middle?

And 2.) How can I set it when clicking full screen to have higher zoom as default?


Hope its not a hard one:)
Thanks in advance
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1417
Location: Biloxi, MS

PostPosted: Fri Oct 31, 2008 2:58 pm     Reply with quote

1. Set object code inside a div container with a width and margin:
Code:
<div style="width: XXpx; margin: 0 auto;">Object tags here</div>
Set width to what you need. Ass any padding/margin if needed.

2.) HTML is not going to set zoom as a default. That may be a PDF property you can set with Adobe's PDF programs.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial