Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  Viewpoint Scene Builder    Dyanamically Changing scene size

Moderators: e_phoenix13
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
<JPoint>
Posted
Hi all,
I want to change the width and height of the plugin in html through javascript dynamically.
It means dynamically varying the two values(width and height) of the viewpoint plugin
in the html page

the code is:

<div id="layer3d" style="position:absolute; left:29px; top:71; width:760px; height:566px; z-index:1">
<script language="javascript">
vmp = new MTSPlugin("mtx/fc.mtx", 758, 566, "http://www.vmxtreme.com/broadcastkey.mtx", "popUp", "ContentType=1");

// this is the place i need the changes //dynamically
</script>
</div>



regards,
 
Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
 
Posts: 181 | Registered: January 24, 2003Reply With QuoteEdit or Delete MessageReport This Post
<JPoint>
Posted
Dear ibob
Thank you for your kind help. Why i need this type of dynamic resizing is inorder to handle the hyperview.
whenever we retun to the original smod from hyperview mode there is always flicker in its resume.But up to my knowledge this may not be possible. What about your view .Please reply .

regards,
JPoint
 
Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
yes the flicker is impossible to prevent
 
Posts: 181 | Registered: January 24, 2003Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 

Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  Viewpoint Scene Builder    Dyanamically Changing scene size