[jQuery] Re: Check if movie (.mp4) is finished

2009-07-26 Thread Eswip

Hey, thnx for that.. but the movie has a standard playing time (about
40 seconds), so I already know that after 40 seconds the movie starts
playing, I car remove the embed tag. The problem is that the movie
will not start inmediately when activated, since it has to download
and buffer first.

Eswip

On Jul 26, 10:37 am, Peter Edwards  wrote:
> Hi Eswip,
>
> It is possible to use the getEndTime method of the quicktime movie, but
> I think only when the plugin/movie has loaded. Apple docs:
>
> http://developer.apple.com/documentation/QuickTime/REF/QT41_HTML/QT41...
>
> Not sure how you would implement this though...
>
> bjorsq
>
> on 25/07/2009 17:26 Eswip said::
>
>
>
> > Hi everyone,
>
> > I'm using the jQuery Media Plugin to play a movie (.mp4) on a page
> > when a button is clicked. But I want to remove the  from the
> > DOM when the movie is finished. Is this possible? And in what way? I
> > searched on the group here and googled, but I found nothing.
>
> > Regards,
> > Eswip


[jQuery] Re: Check if movie (.mp4) is finished

2009-07-26 Thread Eswip

I tried getting a decent .swf file with the movie.. but when I
exported it from After Effects the file was 66MB.. also tried to do it
using Adobe Flash and inserting the .mp4 file, but had problems with
syncing the audio and video..

So if anyone knows how to create a nice .swf from a video file then
please tell me.. :)

Eswip

On Jul 26, 3:39 am, Sam Sherlock  wrote:
> I think you'd have to load a swf and have that call back to the page (via ex
> interface) when its completed
> hth - S
>
> 2009/7/25 Eswip 
>
>
>
>
>
> > Hi everyone,
>
> > I'm using the jQuery Media Plugin to play a movie (.mp4) on a page
> > when a button is clicked. But I want to remove the  from the
> > DOM when the movie is finished. Is this possible? And in what way? I
> > searched on the group here and googled, but I found nothing.
>
> > Regards,
> > Eswip


[jQuery] Re: Check if movie (.mp4) is finished

2009-07-26 Thread Peter Edwards


Hi Eswip,

It is possible to use the getEndTime method of the quicktime movie, but 
I think only when the plugin/movie has loaded. Apple docs:


http://developer.apple.com/documentation/QuickTime/REF/QT41_HTML/QT41WhatsNew-74.html

Not sure how you would implement this though...

bjorsq

on 25/07/2009 17:26 Eswip said::

Hi everyone,

I'm using the jQuery Media Plugin to play a movie (.mp4) on a page
when a button is clicked. But I want to remove the  from the
DOM when the movie is finished. Is this possible? And in what way? I
searched on the group here and googled, but I found nothing.

Regards,
Eswip

  


[jQuery] Re: Check if movie (.mp4) is finished

2009-07-25 Thread 刘永杰
how does touch it finished?

2009/7/26 Sam Sherlock 

> I think you'd have to load a swf and have that call back to the page (via
> ex interface) when its completed
> hth - S
>
>
> 2009/7/25 Eswip 
>
>
>> Hi everyone,
>>
>> I'm using the jQuery Media Plugin to play a movie (.mp4) on a page
>> when a button is clicked. But I want to remove the  from the
>> DOM when the movie is finished. Is this possible? And in what way? I
>> searched on the group here and googled, but I found nothing.
>>
>> Regards,
>> Eswip
>>
>
>


[jQuery] Re: Check if movie (.mp4) is finished

2009-07-25 Thread Sam Sherlock
I think you'd have to load a swf and have that call back to the page (via ex
interface) when its completed
hth - S


2009/7/25 Eswip 

>
> Hi everyone,
>
> I'm using the jQuery Media Plugin to play a movie (.mp4) on a page
> when a button is clicked. But I want to remove the  from the
> DOM when the movie is finished. Is this possible? And in what way? I
> searched on the group here and googled, but I found nothing.
>
> Regards,
> Eswip
>