bugzilla-daemon at freedesktop.org
2008-Apr-11 22:38 UTC
[Swfdec] [Bug 15462] New: Need some way to detect end of swf playback
http://bugs.freedesktop.org/show_bug.cgi?id=15462 Summary: Need some way to detect end of swf playback Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: paulburton89 at gmail.com QAContact: swfdec at lists.freedesktop.org Some method is needed to detect the end of playback of an swf file, perhaps a new signal on SwfdecPlayer. This is useful mostly for apps embedding swfdec to playback flash content, for example an MSN client implementing winks. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-Apr-11 22:48 UTC
[Swfdec] [Bug 15462] Need some way to detect end of swf playback
http://bugs.freedesktop.org/show_bug.cgi?id=15462 --- Comment #1 from Paul Burton <paulburton89 at gmail.com> 2008-04-11 15:48:04 PST --- Created an attachment (id=15843) --> (http://bugs.freedesktop.org/attachment.cgi?id=15843) Example file An MSN wink as requested on IRC -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-22 13:02 UTC
[Swfdec] [Bug 15462] Need some way to detect end of swf playback
http://bugs.freedesktop.org/show_bug.cgi?id=15462 ?lvaro J. Iradier <airadier at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |high --- Comment #2 from ?lvaro J. Iradier <airadier at gmail.com> 2008-05-22 06:02:30 PST --- I think this is a very important feature, and shouldn't be that hard to do. For example, API docs say that player_get_next_event() should return -1 if file is finished, but it won't, so flash clip keeps playing on a constant loop. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.
bugzilla-daemon at freedesktop.org
2008-May-22 13:59 UTC
[Swfdec] [Bug 15462] Need some way to detect end of swf playback
http://bugs.freedesktop.org/show_bug.cgi?id=15462 Benjamin Otte <otte at gnome.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Priority|high |medium --- Comment #3 from Benjamin Otte <otte at gnome.org> 2008-05-22 06:59:15 PST --- Oh, someone is implementing wink support for amsn. :) Paul said that winks send the quit fscommand when they are finished, so it should be already possible to properly stop playing them by connecting to the fscommand signal on the SwfdecPlayer. At least I haven't heard back from him about this. If there's indeed files that require to check looping behavior, we first need to figure out what looping means and then we can implement it. For figuring that out, we need URLs or attachments of some files that exhibit this problem though. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug.