Understood ...
As you've noted, it still doesn't display on the iPad (just blank post). I also checked my wife's iPad-2 and it doesn't work. Finally, I went back and checked the iPhone4 with just that single line of "FallBack Content" and it works on the one video example I posted earlier, after having removed the old code ...
Code:
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/%1$s" width="480" height="360">
<param name="movie" value="http://www.youtube.com/v/%1$s" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<!-- Fallback content -->
<a href="http://www.youtube.com/watch?v=%1$s">
YouTube Video:<br /><img src="http://img.youtube.com/vi/%1$s/0.jpg" width="240" height="180" alt="Click here to view on youtube" /></a>
</object>
I then went through the iPhone4 and checked a few other videos that I hadn't done before, particularly some with formats that were different.
ie:
Code:
[video=youtube;W7pl0-vaCAg]http://www.youtube.com/watch?v=W7pl0-vaCAg[/video]
They didn't show up on the iPhone4 or the iPads, I guess because the format is the video BBCode used by vBulletin in a native mode?
I thought we had gone through the routine of passing the database through your utility that removed all those? .. or, was that just the mod [youtube] type ones?
Regards,
Doug