FlashVars Parameter Example: show_horse_race_lamp_panel
Updated: 2022-05-16 10:08:41
| Demo |
|
|
Code Example (Note: flashVars should be set in both <param> and <embed> tags)
|
| Parameter: |
setScreen |
| Value: |
on/off |
| Description: |
Display the marquee, default is off
|
|
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="680" height="422" id="02bfeb00e2ba940698c54cdf517aa9b6_0">
<PARAM NAME=movie VALUE="http://player.polyv.net/videos/player.swf">
<param name="allowscriptaccess" value="always">
<param name="wmode" value="Transparent">
<param name="flashvars" value="vid=02bfeb00e2ba940698c54cdf517aa9b6_0&show_horse_race_lamp_panel=on />
<param name="allowFullScreen" value="true" />
<EMBED src="http://player.polyv.net/videos/player.swf" width="680" height="422" TYPE="application/x-shockwave-flash" allowscriptaccess="always" wmode="Transparent" name="02bfeb00e2ba940698c54cdf517aa9b6_0" allowFullScreen="true" flashvars="vid=02bfeb00e2ba940698c54cdf517aa9b6_0&show_horse_race_lamp_panel=on"/></EMBED>
</OBJECT>
|