Jump to content

aerisis83

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by aerisis83

  1. I've found that certain versions of the browsers are compatible with these codecs and but the same browser on a different platform isn't. Should I just avoid using HTML 5 to run this video? I want it to work on all browsers, but this seems to be a very tedious issue and i need something that works universally now.
  2. Thanks I'll take a look at this and send feedback if it helped resolved the issue!!
  3. Hi My name is Deb, and I'm having a very difficult time trying to get this video to work on all platforms. I've converted the video to .webm .ogg /.ogv .mp4 and .m4v. But it's still not showing up in safari on either the mac or pc platform, loading slowly in firefox on both, and not showing up at all in chrome. Here's the code i'm using: <video width="1000" height="768" style="width: 100%; height: 100%;" autoplay preload="auto" poster="shot0007.jpg"> <source src="serendipity.mp4" type="video/mp4" /> <source src="serendipity_VP8.webm" type="video/webm" /> <source src="serendipity_libtheora_008.ogv" type="video/ogg" /> <source src="serendipity.m4v" type="video/mp4" /> </video> also here's the link to the site: talentandproductions.com any help would be greatly apppreciated!!
×
×
  • Create New...