Posted by spiffyd on October 3, 2008 at 5:33am
Jump to:
| Project: | FlashVideo |
| Version: | 6.x-1.4-beta3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
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
#1
Clarification... 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.
#2
This 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?
#3
i 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.
#4
Alrighty. I'll mark it as postponed for now.