Hi,
Can I create a sliding image gallery with background music using Html 5. If yes then please give me your guidance.
Thanks
Preeti
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Preeti RajputPosted Feb 25, 2014, 11:56 PM
Abhishek JaiswalPosted Feb 25, 2014, 2:10 PM
yeah u can surely create that, but you must have to use Jquery or javascript along with css to help that image gallery.
what u have to do is create different handlers like mouseover, click, mouseout etc with their functionality to play music at every call, like
addEvent(aBtn, 'Mouseover', function(event))
{
aLoops[].Play();
}
all the best
if u need any further help then let me know.
:)