barneyuyork
New Member
I need to load in different movie formats based on browser type. Specifically if the user is using firefox then I need to load in a .ocv video.I have tried using: \[code\]alert(navigator.appName); \[/code\]but this always returns 'Netscape' in both chrome and firefox??Is there a better alternative?Cheers