Gnash - The GNU Flash player - Patches: patch #6747, Gnash feature: Force movie to...
You are not allowed to post comments on this tracker with your current authentication level.
patch #6747: Gnash feature: Force movie to scale with exactfit
Submitter: | Kristian Frank Erikson <splint84> | ||
Submitted: | Mon 16 Feb 2009 07:09:25 AM UTC | ||
Category: | gui | Priority: | 5 - Normal |
Status: | Wont Do | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Jump to the original submission
Thu 06 Jan 2011 01:18:33 PM UTC, comment #9: |
Benjamin Wolsey <bwy>![]() |
Tue 01 Dec 2009 12:05:18 PM UTC, comment #8: Hi Benjamin
|
Kristian Frank Erikson <splint84> |
Tue 17 Nov 2009 12:34:49 PM UTC, comment #7: Nevermind that question. Upon more investigation I found http://www.gnu.org/software/gnash/manual/gnashuser.html#gnashrc and answered my own question. Sorry. |
Kristian Frank Erikson <splint84> |
Tue 17 Nov 2009 12:03:05 PM UTC, comment #6: Thanks so much Benjamin :)
|
Kristian Frank Erikson <splint84> |
Mon 16 Nov 2009 02:25:11 PM UTC, comment #5: See rc.h and rc.cpp. The closest to what you want is probably the quality setting, so you could look at that for a starting point.
|
Benjamin Wolsey <bwy>![]() |
Mon 16 Nov 2009 10:52:22 AM UTC, comment #4: I've updated the patch for Gnash 0.8.6.
|
Kristian Frank Erikson <splint84> |
Wed 01 Apr 2009 04:28:35 AM UTC, comment #3: Hi Sandro
|
Kristian Frank Erikson <splint84> |
Fri 13 Mar 2009 02:35:24 PM UTC, comment #2: Kristian, as I get you're in control of those SWF movies,
|
Sandro Santilli <strk>![]() |
Sat 07 Mar 2009 12:44:43 PM UTC, comment #1: I wouldn't be against putting something like this in trunk, but there shouldn't be any need to clutter up the GUI like that.
|
Benjamin Wolsey <bwy>![]() |
Mon 16 Feb 2009 07:09:25 AM UTC, original submission:
This patch was developed for eyemagnet as they wanted to be able to force an .swf to scale with the flash exactFit stage scaling mode.
|
Kristian Frank Erikson <splint84> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 9 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2011-01-06 | bwy | Status | None | ![]() |
Wont Do |
2009-12-01 | splint84 | Attached File | - | ![]() |
Added gnash_rev.11615-Force_Exact_Fit.patch, #19174 |
2009-11-16 | splint84 | Attached File | - | ![]() |
Added gnash_0.8.6-SWF_Scale_override.patch, #19068 |
2009-04-13 | splint84 | Attached File | - | ![]() |
Added swf-scale-rev.10692-fixed.patch, #17914 |
2009-03-04 | splint84 | Attached File | - | ![]() |
Added swf-scale-0.8.5.patch, #17589 |
2009-02-16 | splint84 | Attached File | - | ![]() |
Added Gnash-force-exactfit.patch, #17461 |
Attached File | - | ![]() |
Added timeline.swf_without_exactfit.png, #17462 | ||
Attached File | - | ![]() |
Added timeline.swf_with_exactfit.png, #17463 | ||
Carbon-Copy | - | ![]() |
Added splint84 |
The second patch is better, but still needs improvement by storing a required fixed scale mode in just one place, then setting it and refusing to change the scale mode if this fixed one was set.
For setting an initial scale mode that the SWF is allowed to change later, no patch is required.