Hello, Has anybody managed to write an example for iPhone but using the swfobject in dynamic mode?
I'm trying to use the amMap (http://www.ammap.com/) scripts to show some animated maps but i'm finding difficult to make it work Here is some js code var flashvars = { path: "scripts/", data_file: escape("scripts/ammap_data.xml?<?php echo mktime();?>"), settings_file: escape("scripts/ammap_settings.xml?<?php echo mktime ();?>"), preloader_color: "#999999" }; var params = { }; var attributes = { object_id: "ammap",map_id: "rsMap" }; swfobject.embedSWF("scripts/ammap.swf", "rsMap", "100%", "210", "8.0.0", "false", flashvars, params, attributes); and here is the html part <div id="rsMap"> <!-- <strong>You need to upgrade your Flash Player</strong> --> <p><a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/ get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div> Could anybody provide some help? Cheers
-- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
