Active
Project:
SWF Tools
Version:
6.x-3.0-beta4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2010 at 18:35 UTC
Updated:
23 Nov 2010 at 07:46 UTC
There's apparently some magic trick I'm not aware of here. I've got an flv file uploaded to a cck filefield, and with the generic flv player it always comes up 320x275 no matter what flv I upload. I actually tried a slew of other embedding methods and was unable to change the size on any of them. Read all the documentation, tried embedding with swf method, input filter, etc., tried to pass the params but it just ignores them.
Anyone know how to get this done?
Comments
Comment #1
phl3tch commentedSurely I'm not the only person that's ever had this problem?
Comment #2
kappaluppa commentedYou can change the default video dimensions at admin/settings/swftools/flowplayer3 (I'm using flowplayer3, yours might be different).
I was also able to use this code to change the size on a per node basis:
[swf file="docarbsmakeyoufat.flv" width="500" height="300" image="delosrios-0166.3.jpg"]
to do three things:
1. call the flv file
2. size the video
3. use an image place holder on top of the video
Hope that helps!