Changeset 532665
- Timestamp:
- 04/18/2012 04:02:07 AM (14 years ago)
- Location:
- hana-flv-player/tags/2.8
- Files:
-
- 1 added
- 1 edited
-
flowplayer/html/flashembed2.min.js (added)
-
hana-flv-player.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hana-flv-player/tags/2.8/hana-flv-player.php
r532656 r532665 292 292 // flowplayer 293 293 if ($this->player_used[$player] == 0 ) 294 $output = "<hana-ampersand><script type='text/javascript' src='".$this->plugin_url."/".$this->player_base[$player]."/html/flashembed .min.js'></script></hana-ampersand>";294 $output = "<hana-ampersand><script type='text/javascript' src='".$this->plugin_url."/".$this->player_base[$player]."/html/flashembed2.min.js'></script></hana-ampersand>"; 295 295 296 296 $this->player_used[$player] += 1; … … 332 332 <div $div_attr_string><div id='$flow_id'>$description</div></div> 333 333 <script type='text/javascript'> 334 flashembed ('$flow_id',334 flashembed2('$flow_id', 335 335 { src:'".$this->plugin_url."/".$this->player_base[$player]."/FlowPlayerDark.swf', wmode: 'transparent', width: ".$flv_attr['width'].", height: ".$flv_attr['height']." }, 336 336 { config: { $videoFile autoPlay: ".$flv_attr['autoplay']." ,loop: ".$flv_attr['loop'].", autoRewind: ".$flv_attr['autorewind'].", autoBuffering: ".$flv_attr['autoload'].",
Note: See TracChangeset
for help on using the changeset viewer.