JeZLee's Forum Posts

  • Still no audio when game is played on my website using IE10?

    Anyone know how to fix that, I tried and failed?

    JeZ+Lee

  • Hi,

    I can't really reduce the events any lower than it is now.

    What is the status of audio looping on FireFox?

    (I read somewhere it might be an issue with this Internet browser)

    The problem on my end is definitely

    the player thrust looping sound effect.

    (when I remove it the game runs normally)

    Is there a command to check when an audio stops playing?

    Was thinking I could play it once and check when finished and play again.

    Thanks!

    JeZ+Lee

  • Link to game:

    http://16bitsoft.com/V2/Files/RocksInSpace_BetaTest2/index.html

    Link to .capx file (required!):

    http://16bitsoft.com/V2/Files/RocksInSpace_BetaTest2/RocksInSpace_BetaTest2.capx

    Steps to reproduce:

    1. Run game in Mozilla FireFox.

    2. Press [Spacebar] to start new game.

    3. Wait for game display to stop updating.

    Observed result:

    After few seconds, the game's webpage screen stops refreshing?

    (input and game logic continue to work, but is not displayed)

    • I've narrowed this down to playing a looping sound effect.

    (it's the thrust sound effect that is causing this issue in FireFox)

    Expected result:

    As in Microsoft Internet Explorer 10 and Google Chrome I expect screen to update.

    Browsers affected:

    Chrome: no

    Firefox: yes

    Internet Explorer: no

    Operating system & service pack:

    Microsoft Windows 8 Professional 64Bit

    Construct 2 version:

    Release 119 64Bit

  • Hi,

    I have this same issue with IE10.

    I setup MIME types like this on my website:

    <img src="http://16bitsoft.com/V2/Images/Stuff/MIME_Types-01.png" border="0" />

    Is the above correct?

    Thanks!

    JeZ+Lee

  • If your server is incorrectly configured, it will not serve AppCache or .m4a files correctly, which will break both offline caching and audio in IE and Safari. This is a problem with your server and not a C2 bug. To fix it make sure .m4a serves with the MIME type audio/mp4, and .appcache serves with text/cache-manifest.i,

    I did this:

    <img src="http://16bitsoft.com/V2/Images/Stuff/MIME_Types-01.png" border="0" />

    but the audio is still not working in IE10?

    Did I do something wrong?

    Thanks!

    JeZ+Lee

  • Sorry, this is not a bug, but a problem with my website...

    JeZ+Lee

  • You have to set the correct mime type for m4a on your server.i,

    How would I do that?

    Thanks!

    JeZ+Lee

  • I've yet to try Windows 8, but I know that IE10 doesn't support the Web Audio API yet. Perhaps that's your problem and you need to repack those sound files (you're probably using ogg, I'd imagine) to some other format.

    Since IE10 supports neither Ogg Opus nor Ogg Vorbis and Construct2 doesn't support MP3 (for obvious reasons. Namely, asenine licensing fees), this leaves you with AAC. i,

    When I imported WAV music/sound effects

    "Construct 2" converted them to OGG and M4A files.

    So there is no way to get audio working on IE10?

    That sucks!

    JeZ+Lee

  • Hi,

    I posted a bug report here:

    http://www.scirra.com/forum/topic63692.html

    I tried on two different desktops, same result of no audio in IE10.

    Hope this can be fixed!

    JeZ+Lee

  • Link to game:

    http://16bitsoft.com/V2/Files/RocksInSpace_BetaTest1/index.html

    Link to .capx file (required!):

    http://16bitsoft.com/V2/Files/RocksInSpace_BetaTest1/RocksInSpace_BetaTest1.capx

    Steps to reproduce:

    1. Run game in Windows 8 Internet Explorer 10

    2. No sound plays

    3. Read # 2

    Observed result:

    Getting no audio in Windows 8 Internet Explorer 10

    Expected result:

    Audio should work as it does in Google Chrome & Mozilla FireFox

    Browsers affected:

    Chrome: no

    Firefox: no

    Internet Explorer: yes

    Operating system & service pack:

    Microsoft Windows 8 Professional 64Bit

    Construct 2 version:

    Release 119 64Bit

  • I can't release my game until audio is working in Internet Explorer.

    Does anyone know how to fix this?

    JeZ+Lee

  • I ran console in IE10 and it shows this error:

    Creating AppCache with manifest: 'http://16bitsoft.com/V2/Files/RocksInSpace_BetaTest1/offline.appcache'.

    AppCache Fatal Error

  • <font size="5">Internet Explorer 10 Has No Audio? How Do I Fix?</font>

    Hi,

    My "Construct 2" video game

    has no audio on Windows 8 Internet Explorer 10?

    (audio works in both Google Chrome and Mozilla FireFox)

    Here is the demo:

    http://16bitsoft.com/V2/Files/RocksInSpace_BetaTest1/index.html

    Here is the project:

    http://16bitsoft.com/V2/Files/RocksInSpace_BetaTest1/RocksInSpace_BetaTest1.capx

    Any help would be appreciated.

    Thanks!

    JeZ+Lee

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Sorry to bump this, was hoping for some help...

    JeZ+Lee

  • <font size="5">Fire An Event Every 1 Time Out Of 5 ?</font>

    Hi,

    I am trying to fire an event every 1 time out of 5 times.

    This is what I have, but it's not working:

    <img src="http://16bitsoft.com/V2/Files/RocksInSpace/Images/RIS_ShipThrust-01.png" border="0" />

    I understand "%" to give the remainder of a formula.

    Any help would be appreciated!

    Thanks...

    JeZ+Lee