http://www.istockphoto.com/ericsphotography - my stock photography profile and portfolio
Link to video for Smartphone users- help
I have a 3 min video on my website that is played with Adobe media player. It is not playable on smartphone so when a smartphone user access this page it's just blank with only tabs on top. Is there a way to add maybe another clickable image or link underneath so that when smartphone user accesses this page he will see it but the PC user will play the Adobe file? The easiest way would be just add additional text somewhere on the page asking smartphone users to click on this link but I thought the 1st idea would be much cooler. Doable?
http://www.ericphotoart.com - my website
http://www.istockphoto.com/ericsphotography - my stock photography profile and portfolio
http://www.istockphoto.com/ericsphotography - my stock photography profile and portfolio
Here's one way.
<div id="nonflash" style="display:none">
<a href="http://mydomain.com/mycoolpage.html"><img src="http://mydomain.com/images/mycoolimage.jpg"></a>
</div>
<div id="flash" style="display:block">
//******Flash code goes here*****//
</div>
<script language="javascript">
if ((navigator.userAgent.match(/iPad/i) != null) || (navigator.userAgent.match(/iPhone/i) != null) || (navigator.userAgent.match(/iPod/i) != null)) { document.getElementById("nonflash").style.display = "block"; document.getElementById("flash").style.display = "none"; }
</script>
<a href="http://mydomain.com/mycoolpage.html"><img src="http://mydomain.com/images/mycoolimage.jpg"></a>
</div>
<div id="flash" style="display:block">
//******Flash code goes here*****//
</div>
<script language="javascript">
if ((navigator.userAgent.match(/iPad/i) != null) || (navigator.userAgent.match(/iPhone/i) != null) || (navigator.userAgent.match(/iPod/i) != null)) { document.getElementById("nonflash").style.display = "block"; document.getElementById("flash").style.display = "none"; }
</script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
I'm not sure what I'm supposed to do. Right now I have a script in HTML body (line 117 of the page source). So where I'm supposed to add the above script?
http://www.ericphotoart.com - my website
http://www.istockphoto.com/ericsphotography - my stock photography profile and portfolio
http://www.istockphoto.com/ericsphotography - my stock photography profile and portfolio
Place all the code I posted into a html box Body html.
replace the //*****Flash goes here******// with your flash code.
replace the //*****Flash goes here******// with your flash code.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thank you again!. This exactly what wanted and it works perfectly.
http://www.ericphotoart.com - my website
http://www.istockphoto.com/ericsphotography - my stock photography profile and portfolio
http://www.istockphoto.com/ericsphotography - my stock photography profile and portfolio
Your welcome.
Glad to help get past flash.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.