similar to: Autoplay option

Displaying 20 results from an estimated 20000 matches similar to: "Autoplay option"

2008 May 02
1
[PATCH] Manage host based autoplaying from plugin menu
Hi, attached a patch that provides the ability to set / unset autoplaying from the domain the flash come from within the plugin menu. This patch does not touch the actual logic of setting autoplay automatically on play start. Hope this is acceptable for inclusion. There is only a nitpick, the checkbox of the autoplaying is not updated once the playing is toggled. I've tried to tackle that
2008 May 09
9
[Bug 15897] New: Provide an option to auto-play specific files
http://bugs.freedesktop.org/show_bug.cgi?id=15897 Summary: Provide an option to auto-play specific files Product: swfdec Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2008 Feb 03
3
[Bug 14339] New: make swfdec work with www.tudou.com
http://bugs.freedesktop.org/show_bug.cgi?id=14339 Summary: make swfdec work with www.tudou.com Product: swfdec Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org
2008 Feb 26
12
[Bug 14680] New: Unable to save .flv or copy-paste the link
http://bugs.freedesktop.org/show_bug.cgi?id=14680 Summary: Unable to save .flv or copy-paste the link Product: swfdec Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy:
2014 Aug 07
2
NV25 doesn't draw most icons
Hello! I've installed Fedora 20 Mate i386 on an old system with GeForce4 Ti 4200 AGP (NV25) and I see significant visual defects. Many icons are not shown. They can reappear if they are selected of the mouse goes over them. Screenshot: http://red-bean.com/proski/nv25/screenshot.png All entries on the left should have icons, but only two have them. The problem goes away I create a file
2008 Apr 13
2
[Bug 15486] New: You Have to Burn the Rope doens't work
http://bugs.freedesktop.org/show_bug.cgi?id=15486 Summary: You Have to Burn the Rope doens't work Product: swfdec Version: unspecified Platform: Other URL: http://www.mazapan.se/games/BurnTheRope.php OS/Version: All Status: NEW Severity: normal Priority: medium Component: library
2008 Jan 11
2
Two regressions and one improvement
Hello! With the current swfdec (07c006a9785a5043c0a0a4b8d78b28c0735020c4) the youtube player shows "infinit/infinit" instead of time. Pinch-hitter from bug 13627 has a new problem now - the only available team is "Washington" instead of a long list. On the positive side, AOL video doesn't hog the CPU anymore (but doesn't play either), e.g.
2008 Mar 30
3
[Bug 15262] New: Regression - text labels not shown in "Pinch-hitter"
http://bugs.freedesktop.org/show_bug.cgi?id=15262 Summary: Regression - text labels not shown in "Pinch-hitter" Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://media1.break.com/dnet/media/2007/10/pinch- hitter.swf OS/Version: Linux (All) Status: NEW Severity:
2007 Dec 19
6
[Bug 13739] New: rutube.ru player is not working
http://bugs.freedesktop.org/show_bug.cgi?id=13739 Summary: rutube.ru player is not working Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://rutube.ru/tracks/38127.html?v=12e2ab9a6d7379339ae bfb6bff03be7a OS/Version: Linux (All) Status: NEW Severity: normal
2007 Dec 28
6
[Bug 13843] New: swfplay: Fatal IO error 104 (Connection reset by peer) on X server
http://bugs.freedesktop.org/show_bug.cgi?id=13843 Summary: swfplay: Fatal IO error 104 (Connection reset by peer) on X server Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://red-bean.com/proski/loading.swf OS/Version: Linux (All) Status: NEW Severity: normal
2007 Oct 15
4
[Bug 12812] New: swfdec doesn't display gallery
http://bugs.freedesktop.org/show_bug.cgi?id=12812 Summary: swfdec doesn't display gallery Product: swfdec Version: unspecified Platform: Other URL: http://www.puropittsburgh.com/gallery/index.swf OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin
2008 Apr 30
1
Pinch Hitter 1 is playable now, AOL Video progress
Hello! With today's swfdec, Pinch Hitter 1 can actually be played: http://www.addictinggames.com/pinchhitter.html Pinch Hitter 2 still cannot get beyond the "namecheck": http://www.addictinggames.com/pinchhitter2.html Pinch Hitter 1 used to consume all memory in the system. AOL Video used to do the same, but now it doesn't do anything bad (although it still doesn't play
2007 Sep 26
1
Youtube broken by 89d295a94
Hello! The current swfdec from git won't play videos on youtube. I had bisected the change. 8fc53e76 ("merge the too get_variable functions") is the last good revision. 89d295a94 ("implement swfdec_action_get_movie_by_path() and use it for GetVariable") is broken. Broken revisions show "share" and "watch" on blinking white background with two labels
2008 Apr 14
3
[Bug 15494] New: http://www.gladdening.com/games/mariorush/mariorush. html does not render/play correctly
http://bugs.freedesktop.org/show_bug.cgi?id=15494 Summary: http://www.gladdening.com/games/mariorush/mariorush.html does not render/play correctly Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin
2008 Feb 03
3
[Bug 14346] New: swfdec-mozilla 100% CPU usage with some animations
http://bugs.freedesktop.org/show_bug.cgi?id=14346 Summary: swfdec-mozilla 100% CPU usage with some animations Product: swfdec Version: 0.5.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2007 Oct 11
1
[PATCH] Fix compiler warnings that prevent compilation
Counteract incorrect use of the "deprecated" attribute in ffmpeg headers. In particular, struct AVPaletteControl is deprecated, but it's used in a non-deprecated struct AVCodecContext (as found in Fedora's ffmpeg-devel-0.4.9-0.8.20070530.fc7.x86_64). Define attribute_deprecated to an empty string until broken version of ffmpeg are too obsolete to support. Use appropriate
2007 Nov 14
5
[Bug 13241] New: This particular flash file cycles between "loaded" and "loading"
http://bugs.freedesktop.org/show_bug.cgi?id=13241 Summary: This particular flash file cycles between "loaded" and "loading" Product: swfdec Version: 0.5.3 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2008 Jan 01
6
[Bug 13887] New: swfdec-mozilla crashes firefox-3beta2
http://bugs.freedesktop.org/show_bug.cgi?id=13887 Summary: swfdec-mozilla crashes firefox-3beta2 Product: swfdec Version: 0.5.5 Platform: x86 (IA32) OS/Version: All Status: NEW Severity: critical Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy:
2014 Aug 07
3
NV25 doesn't draw most icons
Quoting Ilia Mirkin <imirkin at alum.mit.edu>: > On Thu, Aug 7, 2014 at 8:30 AM, Pavel Roskin <proski at gnu.org> wrote: >> Hello! >> >> I've installed Fedora 20 Mate i386 on an old system with GeForce4 Ti 4200 >> AGP (NV25) and I see significant visual defects. Many icons are not shown. >> They can reappear if they are selected of the mouse goes
2008 May 07
5
[Bug 15860] New: Flash movie crashes firefox
http://bugs.freedesktop.org/show_bug.cgi?id=15860 Summary: Flash movie crashes firefox Product: swfdec Version: unspecified Platform: x86-64 (AMD64) URL: http://www.familyguyx.net/episode/long_john_peter/link_2 90/ OS/Version: Linux (All) Status: NEW Severity: normal Priority: