Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS play-sound-on-hover does not work on host PC Re: play-sound-on-hover does not work on host PC

#103951
pau
Member

thanks for the keyword… I added this to my htaccess

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType audio/mpeg .mp3
AddType audio/x-mpegurl .m3u
AddType audio/x-ms-wma .wma
AddType audio/x-ms-wax .wax
AddType video/x-ms-asf .asf
AddType video/x-ms-asx .asx
AddType video/x-ms-wmv .wmv
AddType video/x-ms-wvx .wvx
AddType video/x-ms-wmx .wmx
AddType application/ogg .ogm
AddType application/ogg .ogg

and now this “bug” is fixed, along with other problems.