Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Quicktime player videos makes site slow.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Prashant B  
View profile  
 More options Jul 21 2012, 3:12 am
From: Prashant B <prashantb...@gmail.com>
Date: Sat, 21 Jul 2012 00:12:36 -0700 (PDT)
Local: Sat, Jul 21 2012 3:12 am
Subject: Quicktime player videos makes site slow.

i have embedded "QuickTime Player" on my website.

but it makes my site too slow.

Is there is any option to first load the site and when we want to play the
video that time video loads and start playing.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
brian teeman  
View profile  
 More options Jul 21 2012, 4:08 am
From: brian teeman <jooml...@googlemail.com>
Date: Sat, 21 Jul 2012 01:08:08 -0700 (PDT)
Local: Sat, Jul 21 2012 4:08 am
Subject: Re: Quicktime player videos makes site slow.

Sorry, but this list is for extension development and discussion of how to
create extensions.  You should instead ask this question on the Joomla
forum.  Here's the direct link to it:
http://forum.joomla.org/

Hope this helps!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
subtextproductions  
View profile  
 More options Jul 22 2012, 2:51 pm
From: subtextproductions <alonzo.tur...@subtextproductions.com>
Date: Sun, 22 Jul 2012 11:51:49 -0700 (PDT)
Local: Sun, Jul 22 2012 2:51 pm
Subject: Re: Quicktime player videos makes site slow.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
subtextproductions  
View profile  
 More options Jul 22 2012, 2:55 pm
From: subtextproductions <alonzo.tur...@subtextproductions.com>
Date: Sun, 22 Jul 2012 11:55:12 -0700 (PDT)
Local: Sun, Jul 22 2012 2:55 pm
Subject: Re: Quicktime player videos makes site slow.

Don't embed quicktime. Use the HTML5 video tag instead. The same people who
are quicktime compatible will be HTML5 compatible. Just rename your .mov
file to .mp4 and use the following:

<video width="640" height="480" controls="controls">
   <source src="videos/myvideo.mp4" type="video/mpeg" />
</video>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Moffatt  
View profile  
 More options Jul 22 2012, 4:14 pm
From: Sam Moffatt <pasa...@gmail.com>
Date: Sun, 22 Jul 2012 13:14:26 -0700
Local: Sun, Jul 22 2012 4:14 pm
Subject: Re: [jgen] Re: Quicktime player videos makes site slow.
That's not entirely true, I believe there is a Quicktime player plugin
for Windows that works with MSIE which most definitely doesn't support
HTML5 video in all incarnations. I also believe that installing iTunes
results in Quicktime being installed as well.

Cheers,

Sam Moffatt
http://pasamio.id.au

On Sun, Jul 22, 2012 at 11:55 AM, subtextproductions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
subtextproductions  
View profile  
 More options Jul 23 2012, 1:25 pm
From: subtextproductions <alonzo.tur...@subtextproductions.com>
Date: Mon, 23 Jul 2012 10:25:44 -0700 (PDT)
Local: Mon, Jul 23 2012 1:25 pm
Subject: Re: [jgen] Re: Quicktime player videos makes site slow.

Sam, your right that's not entirely true. However, Internet Explorer 9 and
10 support the H.264 video codec in HTML5 video tags. Internet Explorer 6,
7, and 8 do not support the HTML5 video tag. There is a quicktime plugin
which can be installed, which will allow internet explorer or any other
supported browser to play a quicktime movie. But, nowadays all quicktime
movies are H.264 encoded by default. Why use an old technology to display
these videos? If an end user is running IE6 they have bigger problems than
the quicktime plugin. Installing iTunes on Windows does ask if you want to
install QuickTime, but doesn't just install it for you by default.

Again, you're correct. My statement was not entirely true. I still believe
it is a better idea to embed quicktime movies as HTML5 compatible videos
than as QuickTime embeds. I don't actually have the figures at hand, but
I'm willing to hazard a guess that there are more users running IE9 than
there are running IE8 with the quicktime plugin installed. My opinion
regarding IE 6 and 7 should be eminently clear from this post.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »