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

spiffyd’s picture

Title: Configuring FlashVideo Embed <OBJECT> Width and Height » Configuring FlashVideo <Embed> Width and Height

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.
attheshow’s picture

Status: Active » Postponed (maintainer needs more info)

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?

mikerz’s picture

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.

attheshow’s picture

Status: Postponed (maintainer needs more info) » Postponed

Alrighty. I'll mark it as postponed for now.