Hi folks
Having problems with playing .ogg files.
My simple test weblink is
specialbites.com/testsound/index.html
I have added the following lines of code to the .htaccess in root directory. Apache server.
# Custom Mime Types
Addtype audio/ogg .ogg
Addtype audio/mp4 .m4a
AddType audio/ogg .oga
The Construct file called testsound is located
specialbites.com/testsound/testsound.capx
Can't figure out why it's not working..
Thanks in advance for any help.