Copy link to clipboard
Copied
this is my flash website http://www.edgewaterpictures.com/
the website working fine in pc. no issue .
but once it detects mobile browser . it should automatically redirect
Copy link to clipboard
Copied
within your html's head tags
<script type="text/javascript">
if(navigator.mimeTypes["application/x-shockwave-flash"]==undefined){
location.replace("whatever");
}
</script>
Find more inspiration, events, and resources on the new Adobe Community
Explore Now