Web Design Forum: .avi video player - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

.avi video player Rate Topic: -----

#1 User is offline   Michael Robson 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 06-April 10
  • Reputation: 29
  • Gender:Male
  • Location:England
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 20 October 2011 - 09:34 AM

Hi Guys,

I'm wanting to play a .avi video on a website and was wondering if anyone knew of a easy way to do it?

Thanks,
0

#2 User is offline   Sogo7 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 421
  • Joined: 02-February 11
  • Reputation: 42
  • Gender:Male
  • Location:Camarthen
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 20 October 2011 - 09:25 PM

View PostMichael Robson, on 20 October 2011 - 09:34 AM, said:

I'm wanting to play a .avi video on a website and was wondering if anyone knew of a easy way to do it?


The easiest way is to cater for the lowest common denomiator and convert the AVI file to FLASH as most people have this installed already. Otherwise the page with the avi video will only function in IE and Firefox/ Safari users will need to install Apple Quicktime (a notoriusly bad plugin and memory hog.

if the avi file is small enough upload it through youtube to get the flash version

<-- Internet Explorer embed code -->
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="624" height="352">
<param name="src" value="video.avi" />
<param name="controller" value="false" />
<param name="autoplay" value="true" />
</object>

<-- Firefox and Safari embed code -->
<object type="video/quicktime" data="video.avi" width="624" height="352">
<param name="pluginurl" value="http://www.apple.com/quicktime/download/" />
<param name="controller" value="false" />
<param name="autoplay" value="true" />
</object>


0

#3 User is offline   Design Fan 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 41
  • Joined: 13-October 11
  • Reputation: 4
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Web Designer

Posted 20 October 2011 - 09:27 PM

View PostSogo7, on 20 October 2011 - 09:25 PM, said:

The easiest way is to cater for the lowest common denomiator and convert the AVI file to FLASH as most people have this installed already. Otherwise the page with the avi video will only function in IE and Firefox/ Safari users will need to install Apple Quicktime (a notoriusly bad plugin and memory hog.

if the avi file is small enough upload it through youtube to get the flash version

<-- Internet Explorer embed code -->
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="624" height="352">
<param name="src" value="video.avi" />
<param name="controller" value="false" />
<param name="autoplay" value="true" />
</object>

<-- Firefox and Safari embed code -->
<object type="video/quicktime" data="video.avi" width="624" height="352">
<param name="pluginurl" value="http://www.apple.com/quicktime/download/" />
<param name="controller" value="false" />
<param name="autoplay" value="true" />
</object>




Yup I agree, AVI is not a good format for the internet.
The best thing is to go with FLV.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users