Navigation
2 users online :: 2 Guests and 0 Registered
Records in this category
- 04. What are the requirements to install and use USA Zoom Maps?
- 01. How do I install the USA Zoom Map on a webpage?
- 02. How to install USA Zoom Map to my website (detailed description)?
- 03. Can I test the map locally?
- 20. Is it possible to install USA Zoom Map to WordPress (Joomla, Drupal, other CMS) website?
- 10. How to change the background color of the USA Zoom Map?
- 11. How to make the background of the map transparent?
- 12. How to set an image as a background for the map?
- 13. How to change the actual size of the map on a webpage?
- 22. How to change the names the states on the USA Zoom Map?
- 14. How to change the colors of each region on the map?
- 15. How to change the colors of texts on the map?
- 19. Is it possible to place the map multiple times on the same webpage?
- 16. How to display some data in a popup window when a user moves the mouse over a state?
- 17. Is it possible to display a formatted text in a popup window?
- 18. How to change colors of a popup window?
- 05. How to add or edit a pin? (video)
- 06. How to open a URL when a user clicks the pin?
- 09. How to open a URL in a new window?
- 07. How to display a popup window when a user moves the mouse over the pinpoint?
- 08. How to display some data on the page when a user clicks a pin?
- 21. Is it possible to update the map dynamically with a PHP/Perl/ASP script generating an appropriate XML “on the fly”?
Tags
Zoom Maps
ID #1059
13. How to change the actual size of the map on a webpage?
You can adjust the desired height and width of the map in the embedded HTML code:
SWFObject code:
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var params = {
wmode: "transparent"
};
swfobject.embedSWF("locator_map.swf", "Map", "500", "400", "9.0.0", "", "", params);
</script>
Non-SWFObject code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="500" height="400" id="world" align="middle"> ... <embed src="locator_map.swf" quality="high" bgcolor="#FFFFFF" width="500" height="400" name="world" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object>
In the above fragments, 500 corresponds to the width and 400 corresponds to the height of the map in pixels.
Tags: -
Related entries:
- 01. How do I install the USA Zoom Map on a webpage?
- 02. How to install USA Zoom Map to my website (detailed description)?
- 10. How to change the background color of the USA Zoom Map?
- 22. How to change the names the states on the USA Zoom Map?
- 14. How to change the colors of each region on the map?
Last update: 2011-05-11 09:02
Author: Fla-shop Team
Revision: 1.0
You cannot comment on this entry