Search results

  1. M

    ExeOutput 2 Beta

    I found this in Beta 2 documentation: function testRun() { var s = exeoutput.RunHEScriptCom('usermain.getit|password1', 'none'); alert(s); } I don’t understand the difference compared to my code. Thanks.
  2. M

    ExeOutput 2 Beta

    Testing with Beta 2 Why this works: <?php echo exo_return_hescriptcom("UserMain.ImportImage", "Error"); ?> And this not? <script> var image_path = exeoutput.runHEScriptCom('UserMain.ImportImage', false); </script>
  3. M

    Loading swf that plays mp3 (SOLVED)

    Ok, solved! There was two different problems: jquery.swfobject.1-1-1.min.js doesn’t work in htmlexe, I don’t know why. You can find the js source here: http://jquery.thewikies.com/swfobject/. To solve it I changed the js and used the parent one: GitHub - swfobject/swfobject: An open source...
  4. M

    Loading swf that plays mp3 (SOLVED)

    Hi, I read documentation, content fileType, dependencies,… but I can’t load my swf and I don’t know why. My setting and path: HTMLEXE 4.1 IE viewer index.htm (main file) js/mp3Loop.swf audio/song.mp3 I embed js/mp3Loop.swf in index.htm using jquery.swfobject.1-1-1.min.js and this loads mp3 in...
Back
Top