Hi,
package seems to be missing in Squeak4.1....

You can load it from Squeak3.9 repository:

Add repository to Monticello:

MCHttpRepository
    location: 'http://source.squeak.org/39a'
    user: ''
    password: ''

Load package Movies

It complains about dependensies, proceed trough that.

Comment out the line

self initializeSubtitlesDisplayer in MPEGDisplayMorph>>initialize.

Now you should have the MPEGPlayerMorph in the Objects tool Multimedia
category

Karl




On Mon, Apr 26, 2010 at 9:08 PM, Bruno Giacomelli <brunogiacome...@gmail.com
> wrote:

> Sorry to bother once again, but now I come with what that might seen a very
> begginer question: how can I use Sophie inside a Squeak project? I've
> looking ways to handle video media but I think I'm not getting a good
> progress on the language, maybe.
>
> Another questions:
>
>    - Where can I find ealier versions of Squeak? It appears that my
>    version Squeak 4.1 (released on 17 April 2010) don't have compatibility 
> with
>    MPEGMoviePlayer yet, I think.
>
>
> What I'm trying to do is make an aplication to play different video
> formats.
>
> If someone know differente alternatives to handle movies, please
> contribute, I would appreciate :)
>
> Thanks in advance!
>
> 2010/4/22 Bruno Giacomelli <brunogiacome...@gmail.com>
>
> Thanks so much, I'll try Sophie :)
>>
>> Cya
>>
>> 2010/4/22 Bert Freudenberg <b...@freudenbergs.de>
>>
>>> On 22.04.2010, at 14:36, Bruno Giacomelli wrote:
>>>
>>> Nice! Thank you guys for the support!
>>>
>>> I think a better word is "handle" videos instead of "manipulate".
>>>
>>>
>>> So, it was said that there's only one option of plugin right now (MPEG)
>>> for cross-platform. Considering that my application will run only with
>>> windows systems, is there any way to work with AVI and WMV formats as well?
>>>
>>>
>>> I'm pretty sure that Sophie handles that. Just try:
>>>
>>> http://sophieproject.cntv.usc.edu/download/
>>>
>>> - Bert -
>>>
>>> Thanks in advance
>>>
>>> 2010/4/20 karl ramberg <karlramb...@gmail.com>
>>>
>>>> Open MPEGMoviePlayer and click on the menu. There should be some options
>>>> there.
>>>> Convert a mpeg movie or a folder of pictures.
>>>>
>>>> Karl
>>>>
>>>>
>>>> On Tue, Apr 20, 2010 at 11:18 PM, Hannes Hirzel <
>>>> hannes.hir...@gmail.com> wrote:
>>>> > How do I convert movies into JMV?
>>>> >
>>>> > Hannes
>>>> >
>>>> > On 4/20/10, karl ramberg <karlramb...@gmail.com> wrote:
>>>> >> JMV is a Squeak jpg videoformat
>>>> >> Plays with MPEGMoviePlayer
>>>> >>
>>>> >> karl
>>>> >>
>>>> >> On Tue, Apr 20, 2010 at 10:10 PM, Bruno Giacomelli
>>>> >> <brunogiacome...@gmail.com> wrote:
>>>> >>> Which are the best classes to manipulate video media in Squeak? I'm
>>>> >>> planning
>>>> >>> to make a little video player application with Squeak and didn't
>>>> find
>>>> >>> nothing really useful at Google (I'll try harder).
>>>> >>>
>>>> >>> Thanks in advance!
>>>> >>>
>>>> >>> Bruno
>>>> >>>
>>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> Beginners@lists.squeakfoundation.org
>>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>>>
>>>
>>
>
> _______________________________________________
> Beginners mailing list
> Beginners@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
>
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to