Author Topic: Sound only button using flv  (Read 531 times)

mprouty

  • Newbie
  • *
  • Posts: 4
Sound only button using flv
« on: May 06, 2011, 04:23:07 pm »
I have created a customizable skin.  It is an on off button for sound only.  Convert an mpg to flv or f4v and use this skin without video.  I am using it for narration.

The width and height need to be set to 1 to compensate for the missing video display.

example use:
<vid src="../flvs/tilling1.f4v" gui="../skins/SkinSoundOnly.swf" top="302" left="36" width="1" height="1" loop="false" autoplay="false"/>



Let me know if anybody is interested.

Mark