What specifically is not working? Does the embed tag not show up? Does it show up but the QuickTime logo has a line through it? It may be possible that the video file you are using will not play on the iPhone.
Here is the code I use in my application: <embed src="thumb.png" href="mymovie.mp4" type="video/quicktime" target="myself" scale="1" width="52" height="60" > Perhaps try specifying the type of video/quicktime and give it a width and a height. Also, check your CSS and make sure for some reason the embed tag or it's container is not being hidden. - John On Feb 7, 12:55 pm, corbanb <[EMAIL PROTECTED]> wrote: > Hey guys I have been trying to embed video in a simple iPhone site all > morning but nothing is working. i have tried it all. Read Apple's > iPhone dev site and found some sample code but nothing seems to work. > Can you guys help? Here is what I have done... > > <code> > <embed src="poster.jpg" href="movie.m4v" type="video/x-m4v" > target="myself" scale="1"> > </code> > > tried that but nothing even came close. FYI... I ONLY used that one > line is there more code I am missing? > > Then I tried the method on this page... > > http://www.brandhatchery.com/clients/stonecore/iPhone/ > > but it won't work on the iphone. I can't get the click on either > method to work on an iphone. what's the deal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
