RationalRabbit

Members
  • Content count

    8
  • Joined

  • Last visited

About RationalRabbit

  • Rank
    Forum Newbie
  1. Map Container Max height, width

    I'm afraid I do not know how to set anything in the <head> section on jsfiddle, and the viewport would need to be set. I don't know that that would be a good way to demo, anyway. as the demo should really be full screen. You can take a look at my demo page, though, here I did change the jsfiddle markup to basically resemble my setup. Opacity doesn't seem to be working, for some reason.
  2. Map Container Max height, width

    I have seen references such as "map will adjust to the size of the container which has to be adjusted by other means", but that "other means" is never described in the responses I have seen. Since my experiments seem to show that max-height and max-width do not work, resulting in a tiny, scrunched up map, I assume the only means I have left is javascript or media queries. Is this right, or am I missing something?
  3. Suppressing "Retrieving Data" display

    Here's the whole thing: var flashvars = {}; flashvars.dataURL = "data/mapdata.xml"; flashvars.registerWithJS = "1"; var params = {}; params.play = "true"; params.quality = "autohigh"; params.wmode = "transparent"; params.bgcolor = "#FFFFFF"; params.allowfullscreen = "false"; params.allowscriptaccess = "always"; var attributes = {}; attributes.id = "Map1Div"; attributes.align = "middle"; swfobject.embedSWF("maps/FCMap_MME.swf", "AltMap", "150", "77", "<?=$FlashMajorVersion . '.' . $FlashMinorVersion . '.' . $FlashRevision; ?>", false, flashvars, params, attributes);
  4. I am using swfobject2. Is there a flashvar or something I can send to suppress the "Retrieving data" message? I am using a FusionMap in a small area (100 x 70) in a left sidebar. The message causes the remainder of the sidebar to move downward (because the map box expands) then move back up when the map has been drawn. I thought this might have been an swfobject message, as I did not having this problem before, using FusionMaps(), but I cannot find it in the swfobject code. The beginning of the message specifically says "Retrieving data" (the remainder says "please wait" or something.
  5. SWFObject2 ( swfobject.js v 2) and IE Error

    Thanks, Shamasis, that's good to know. One thing I found in my code above is that I was apparently placing the id in the wrong place (as an attribute). This was also causing errors. My intention was to direct the swf to a particular div. I have failed to find a way to do this.
  6. Runs fine on FireFox, with no errors in the Error Console. Not so in IE 6, 7, 8. Twice on each call, I receive the error "Object doesn't support this property or method". We are creating an XML file, which is functioning fine, we are just switching to swfobject2 to get rid of previous flash detection that was causing serious problems in IE 6. Flash detection works fine when Flash is disabled. (majorversion, minorversion, revision: 8.0.0) In the head: var flashvars = {}; flashvars.dataXML = " {$XMLText;} "; var params = {}; params.play = "true"; params.quality = "high"; params.wmode = "transparent"; params.bgcolor = "#FFFFFF"; params.allowfullscreen = "false"; params.allowscriptaccess = "always"; var attributes = {}; attributes.id = "Map2Div"; attributes.align = "middle"; swfobject.embedSWF("FCMap_USA.swf", "AltContent", "520", "360", "{$FlashMajorVersion . '.' . $FlashMinorVersion . '.' . $FlashRevision;}", false, flashvars, params, attributes); In the body: Any insight would certainly be appreciated.
  7. Using SWFObject 2.0 with FusionMaps

    Except than the link to his code does not download the zip file. The link says http://www.fusioncharts.com/forum/Attachment576.aspx , which resolves to another page that, as far as I can see, has no reference to swfobject2.