Multipurpose Send Mail Form Builder

v2.0

 

Form design

FLVPlayer

This is the Adobe FLVPlayback component. Following properties can be used in XML file

Properties Optional Value type Default value Meaning
type No String   Must be "FLVPlayer"
name No String   Name of this FLVPlayer object instance. It is similar to id field of Flex component. This property value must be unique in XML form file.
x No Int   X, Y position of FLVPlayer on form
y No Int  
width No Int   Width, Height of FLVPlayer on form
height No Int  
value No String   http link or relative path to FLV file
autoPlay Yes Boolean false Autoplay when MSMF is loaded.
skin No String   Ralative path to skin file of FLVPlayback. It is the control bar of this component.

There is a skin (SkinOverPlaySeekFullscreen.swf file) which is included in MSMF package.

toolTip Yes String "" Tooltip of this FLVPlayer

Example

<object>
   <type>FLVPlayer</type>
   <name>player1</name>
   <x>360</x>
   <y>210</y>
   <width>180</width>
   <height>180</height>
   <autoPlay>false</autoPlay>
   <skin>assets/SkinOverPlaySeekFullscreen.swf</skin>
   <value>http://www.mediacollege.com/video-gallery/testclips/20051210-w50s.flv</value>
</object>

And the result

    

Back | Table of Contents | Next

 

Copyright © 2009 Best Flash Solutions, Inc. All rights reserved | Site map