Postponed
Project:
FlashVideo
Version:
6.x-1.4-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2008 at 05:33 UTC
Updated:
23 Aug 2009 at 23:51 UTC
So I just realized that you cannot manually change the width and height of the FlashVideo as specified in the <OBJECT> tag.
To do so, I had to go into flashvideo-flash.tpl.php and replace these php lines:
<?php print $video['width']; ?>
<?php print $video['height']; ?>
with my width and height I want.
Anyone know of an easier way? I don't see any configuration option in FlashVideo settings that let's me change this...
There's this one field where I can specify width and height but that I assume requires FFMPEG, which I don't have and I am not using.
Comments
Comment #1
spiffyd commentedClarification... changing the width and height specified in
actually did do anything. The width and height parameters specified in the embed tags is what I changed to get the dimensions I want.Comment #2
attheshow commentedThis is marked as feature request, but I'm not able to glean a requested feature from what you've said. If this is a support request, can you ask your question again? Or did you successfully figure out the answer yourself?
Comment #3
mikerz commentedi think the only feature requested is having a custom player embed size (per node). Some players can scale to any size, and this would be a helpful feature to have. I'm going to do this myself soon, it shouldn't be difficult.
Comment #4
attheshow commentedAlrighty. I'll mark it as postponed for now.