Qt-interest Archive, April 2007
Animated QGraphicsItem and Flash files.
Message 1 in thread
Hi!
Are there any ways to create animated QGraphicsItem which can to play
Flash files (*.swf) ?
Thanks in advance.
Anton I Alferov.
--
[ signature omitted ]
Message 2 in thread
Hi Anton,
AFAIK flash files (AKA shockwave) is a proprietary format by Macromedia
(now Adobe), so only they can
implement viewers for that (or the plugins).
Sorry, would have prefered to bring better news...
Best regards,
Daniel
Anton I Alferov schrieb:
> Hi!
>
> Are there any ways to create animated QGraphicsItem which can to play
> Flash files (*.swf) ?
>
> Thanks in advance.
> Anton I Alferov.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
--
[ signature omitted ]
Message 3 in thread
Daniel Walz schrieb:
> Hi Anton,
>
> AFAIK flash files (AKA shockwave) is a proprietary format by Macromedia
> (now Adobe), so only they can
> implement viewers for that (or the plugins).
AFAIK that's not correct, IIRC there's even a free Flash player lib
(which once was also available as Mozilla plugin, but I don't know the
current state or the project name).
Martin
--
[ signature omitted ]
Message 4 in thread
Martin Gebert schrieb:
> Daniel Walz schrieb:
>> Hi Anton,
>>
>> AFAIK flash files (AKA shockwave) is a proprietary format by
>> Macromedia (now Adobe), so only they can
>> implement viewers for that (or the plugins).
>
> AFAIK that's not correct, IIRC there's even a free Flash player lib
> (which once was also available as Mozilla plugin, but I don't know the
> current state or the project name).
>
> Martin
>
Cool, I didn't know that... Thanks for the info...
Daniel
--
[ signature omitted ]
Message 5 in thread
>> AFAIK that's not correct, IIRC there's even a free Flash player lib
>> (which once was also available as Mozilla plugin, but I don't know the
>> current state or the project name).
>>
> Cool, I didn't know that... Thanks for the info...
>
> Daniel
>
Easy enough to look up, it's called libflash :-) And then there's libswf:
http://www.swift-tools.net/Flash/
http://sourceforge.net/projects/libswf/
Martin
--
[ signature omitted ]
Message 6 in thread
Hi,
Martin Gebert wrote:
>>> AFAIK that's not correct, IIRC there's even a free Flash player lib
>>> (which once was also available as Mozilla plugin, but I don't know
>>> the current state or the project name).
>>>
>> Cool, I didn't know that... Thanks for the info...
>>
>> Daniel
>>
>
> Easy enough to look up, it's called libflash :-) And then there's libswf:
>
> http://www.swift-tools.net/Flash/
> http://sourceforge.net/projects/libswf/
I didn't follow the beginning of this thread, just to set the record
straight, I don't think these are being worked on anymore.
There's however life in these:
http://gnash.lulu.com/
http://swfdec.freedesktop.org/wiki/
Haven't tested either.
Regards,
Robert
--
[ signature omitted ]