I tried using the following code to display my movie:
Code:
<img src="http://www.fathompbm.com/ArtTest/VideoTest/test.jpg" dynsrc="http://www.fathompbm.com/ArtTest/VideoTest/4art.avi" alt="View this video." border=0 height="240" width="320"></a>
This displays and works fine when viewed as an HTML webpage in IE 7.
However... it does not work in FireFox (only the image displays; the movie never plays).
ALSO - when I send this code as an HTML email, I run into the following issues:
Outlook 2003: the code remains intact, but the movie never plays
Yahoo Main Beta: the DYNSRC attribute is completely stripped from the code, so the movie does not play
Windows Live Mail: Microsoft hides the HTML code from me, but the movie does not play
Gmail: Google hides the HTML code from me, but the movie does not play
I only tested the above ISPs/email clients, but with no success I stopped there (these are among the most popular).
So basically the DYNSRC attribute is useless when it comes to email... did anyone have success testing this?