Hello all, <br><br>This is a message from deep inside modularisation caves so it might not apply to all.<br><br>I have a semi working google maps making template, and when it "plays" at present it draws a map using the google maps API.<br>
<br>However, the play could also generate a KML file for people to download, or if the map couldn't load it could provide the data in a different way.<br><br>So then I thought this is effectively the HTML5 option (and you might argue the xml download, export, scorm are also "plays"). <br>
<br>So I was thinking that rather than using ctrl + click, or extra buttons, you could facilitate an extra request variable consistently across modules.<br><br>Ergo you post a "HTML5" option at the URL and you get HTML5 back, you post a "XML" and get xml, or "JSON" and get json.<br>
<br>This way the URL Library doesn't need to change all the time, or the .htaccess, but you also get different plays for each module (and they are all distinct).<br><br>Thoughts?<br><br>Pat<br>