when using BCASTR4, when you encounter the need to modify the color, you will have the following content:
<Objecttype= "Application/x-shockwave-flash"Data= "/skins/bf008/content/object/bcastr4.swf?xml= <data> <channel& Gt <item> <link>/prodetail/306511.aspx</link> <image>http://www.wzyxfm.com/Upload/images/6465f25cf57246958fcf886968731c08.jpg</image> <title> American Standard ball valve </title> </item> <item> <link>/prodetail/306509.aspx</link> <image>http://www.wzyxfm.com/Upload/images/b07f0c97ffc54cd58398df45c3fc8f92.jpg</image> <title> GB Ball valve </title> </item> <item> <link>/prodetail/306508.aspx</link> <image>http://www.wzyxfm.com/upload/images/686a787d6f0746d4a46474fe2c0e5033.jpg& lt;/image> <title> GB Ball valve </title> </item& Gt <item> <link>/prodetail/306505.aspx</link> <image>http://www.wzyxfm.com/Upload/images/afcbe443f5544fb7acdf3d6270903127.jpg</image> <title> Medium Ball Valves </title> </item> </channel><config> <titleBgColor>0x054FBA</titleBgColor> <btnHoverColor>0x054FBA</btnHoverColor> <btnfocuscolor>0x054fba< ;/btnfocuscolor> </config></data> "width= "258"Height= "206"ID= "VCASTR3"> <paramname= "movie"value= "/skins/bf008/content/object/bcastr4.swf?xml= <data> <channel& Gt <item> <link>/prodetail/306511.aspx</link> <image>http://www.wzyxfm.com/Upload/images/6465f25cf57246958fcf886968731c08.jpg</image> <title> American Standard ball valve </title> </item> <item> <link>/prodetail/306509.aspx</link> <image>http://www.wzyxfm.com/Upload/images/b07f0c97ffc54cd58398df45c3fc8f92.jpg</image> <title> GB Ball valve </title> </item> <item> <link>/prodetail/306508.aspx</link> <image>http://www.wzyxfm.com/upload/images/686a787d6f0746d4a46474fe2c0e5033.jpg& lt;/image> <title> GB Ball valve </title> </item& Gt <item> <link>/prodetail/306505.aspx</link> <image>http://www.wzyxfm.com/Upload/images/afcbe443f5544fb7acdf3d6270903127.jpg</image> <title> Medium Ball Valves </title> </item> </channel><config> <titleBgColor>0x054FBA</titleBgColor> <btnHoverColor>0x054FBA</btnHoverColor> <BTNFOCUSCOLOR>0X054FBA&L T;/btnfocuscolor> </config></data> " /> </Object>
The Orange Markup section of the above code is the Advanced setting (section). It is important to note that the Boject data and the data in the Param are configured with the config parameter, where the first one is for browsers such as Chrome, and the other is for Internet Explorer compatibility.
==================================================================================================
The following is the default Config parameter:
<config> <roundCorner>0</roundCorner> <autoPlayTime>8</autoPlayTime> &L T;isheightquality>false</isHeightQuality> <blendMode>normal</blendMode> <transduration>1</transduration& Gt <windowOpen>_self</windowOpen> <btnsetmargin>auto auto</btnsetmargin> <btnd Istance>20</btndistance> <titleBgColor>0xa2f438</titleBgColor> <titletextcolor>0x Ffffff</titletextcolor> <titleBgAlpha>.75</titleBgAlpha> <titlemoveduration>1</ti Tlemoveduration> <btnAlpha>.7</btnAlpha> <btnTextColor>0xffffff</btnTextColor> <btnDefaultColor>0x999999</btnDefaultColor> <btnHoverColor>0x999999</btnHoverColor> <btnFocusColor>0x054FBA</btnFocusColor> <changImageMode>click</changImageMode> <isShowBtn>true</isShowBtn> <isShowTitle>false</isShowTitle> <scaleMode>noBorder</scaleMode> <transform>breatheblur</transform& Gt <isShowAbout>true</isShowAbout> <titleFont> Microsoft ya Black </titleFont> </config>
Set
Config.roundcorner rounded corners of pictures
config.autoplaytime picture switch time, default value is 8, unit seconds
config.isheightquality image reduction using a high-quality method, the default value is False
blending modes for config.normal pictures
config.transduration picture during switchover time, default value 1, unit seconds
Config.windowopen Picture Connection open mode, default value "_blank", open in a new window, you can also use "_self", use this window to open
Config.btnsetmargin The position of the button, the position of the text, with the CSS margin concept, the default value of "Auto 5 5 Auto", four values represent the distance between the lower right and left relative to the player, four values separated by a space, do not need a specific value with "Auto" Fill in, such as the top left and all have a distance of 10 pixels can be written "Ten Auto auto 10″, the bottom right corner is" Auto Ten auto "
config.btndistance The distance of each button, the default value
Config.titlebgcolor The color of the title background, default 0xff6600
config.titletextcolor title text color, default 0XFFFFFF
Config.titlebgalpha The transparency of the caption background, default 0.75
Config.titlefont Font of title text, default value "Microsoft Jas Black"
config.titlemoveduration Title Background animation time, default value 1, per second
Config.btnalpha The transparency of the button, the default value 0.7
Config.btntextcolor The color of the button text, default value 0xFFFFFF
default color of Config.btndefaultcolor button, default value 0x1b3433
default color of Config.btnhovercolor button, default value 0xff9900
config.btnfocuscolor button current color, default value 0xff6600
Config.changimagemode the way to switch pictures, the default value of "Click", click to toggle the picture, you can also use "hover", mouse hover to switch pictures
config.isshowbtn Whether the button is displayed, the default value is "true"
Config.isshowtitle whether the caption is displayed, default value "true"
config.scalemode Picture indent mode: Default value is "Noborder"
"ShowAll": you can see all the pictures, keep the proportions, maybe up or down or around
"Exactfil": the size of the picture to the stage, may be disproportionate
"Noscale": The original size of the picture, no indentation
"Noborder": Picture full player, maintain proportions, may be cropped
config.transform Picture Indent mode: The default value is "Alpha"
"Alpha": Transparency fade
"blur": Blur Fade
"left": Picture scrolling
"right": scroll to the right picture
"Top": Top picture scrolling
"Bottom": Scroll down the picture below
"Breathe": There is a little bit of indentation in the fade- out
"Breatheblur": There is a little bit of fuzzy fading fade, this page is an example of this
Config.isshowabout whether to display information about, default value "true"
BCASTR4 Direct Write Parameter method