Here is my dilemma:
I am creating a site that will allow users to post videos to be posted on the site. The user sends a Vimeo link and the video is published in an embedded format to the site. If the video creator does not have a PRO or PLUS Vimeo account, the built-in vimeo videos do not work on the iPhone 3GS (they are not sure about the iPhone 4, but they work on the iPad).
Is there any workaround for vimeo embedded videos running on iPhone? Any ideas?

Edit: I checked and it works on iPhone 4. But still not 3GS.
Embed code
<iframe src="http://player.vimeo.com/video/<?php echo $videos[$i]; ?>?title=0&byline=0&portrait=0&color=ffff00" width="" height="" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen ></iframe>
source share