[Resolved] Help with changeScene not triggering audio.

Each time Page 1 loads, Lala.mp3 plays with:

local lala = audio.loadStream( audioDir…“lala.mp3”)
audio.rewind( { channel=2 } )
audio.play( lala, { channel=2 } )
audio.setVolume( 6, { channel=2 } )

I have a button which reloads Page 1 with:

director:changeScene(director:getCurrScene())

That worked fine when the button was in the same page. Now the button is in a separate required page called Navigation which is called from Page 1. The button works fine to reload the page but now the audio doesn’t play when Page 1 is “reloaded”. It does play the first time the page loads just not when it is “reloaded” from the button in Navigation.

Anyone have any ideas about this.
Appreciate some advice.

Best,
Julian [import]uid: 166507 topic_id: 31661 reply_id: 331661[/import]

Ok - it works now. Just has to stop all audio in the embedded Navigation page - not stop audio in the page itself. [import]uid: 166507 topic_id: 31661 reply_id: 126734[/import]

Ok - it works now. Just has to stop all audio in the embedded Navigation page - not stop audio in the page itself. [import]uid: 166507 topic_id: 31661 reply_id: 126734[/import]