• Hi,

    I am trying to alter the margins of the flashvideo player (from mac-dev.net) but nothing seems to be working. I have tried:

    ‘<div style=”margin-top: 12px; margin-bottom: 12px;”>[flashvideo filename=”mywebsite/wordpress/wp-content/uploads/filename.flv” /]</div>’

    ‘[flashvideo filename=”mywebsite/wordpress/wp-content/uploads/filename.flv” style=”margin-top: 12px; margin-bottom: 12px;” /]’

    All my images are shown as ‘<img style=”margin-top: 12px; margin-bottom: 12px;” src=”mywebsite/wordpress/wp-content/uploads/filename.gif” alt=”filename.gif” />’ and I would like the same settings for my videos.

    Does anybody know how I can do it?
    Many thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • Thread Starter sergiolpp

    (@sergiolpp)

    Hello,

    As I was suggested in the mac-dev.net forums, I have also tried adding the following to my style sheet:

    ‘.flashvideo {
    margin-top: 12px;
    margin-bottom: 12px;
    }’

    However, the player is not reacting to these instructions. Even if I would write in there 300px, the player would not move a single pixel.

    Can anybody figure out what is not working?

    Many thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • The topic ‘How can I alter the position of the flashvideo player?’ is closed to new replies.