- Timestamp:
- 10/13/2010 02:49:52 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/w/extensions/FLVPlayerTwo/FLVPlayerTwo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/w/extensions/FLVPlayerTwo/FLVPlayerTwo.php
r1852 r1853 90 90 function render() { 91 91 92 $this->code = '<script type="text/javascript" src="' . $this->flowjspath . '"></script> <a href="' . $this->getViewPath($this->file) . '" style="display: 93 block;width:' . $this->width . 'px;height:' . $this->height . 'px" id="player' . $this->random_number . '"></a> <script>flowplayer("player' . $this->random_n 94 umber . '", "' . $this->flowswfpath . '", { clip: { autoPlay:' . $this->autoPlay . ', autoBuffering:' . $this->autoBuffering . '} } );</script>'; 92 $this->code = '<script type="text/javascript" src="' . $this->flowjspath . '"></script> <a href="' . $this->getViewPath($this->file) . '" style="display:block;width:' . $this->width . 'px;height:' . $this->height . 'px" id="player' . $this->random_number . '"></a> <script>flowplayer("player' . $this->random_number . '", "' . $this->flowswfpath . '", { clip: { autoPlay:' . $this->autoPlay . ', autoBuffering:' . $this->autoBuffering . '} } );</script>'; 95 93 96 94 return $this->code;
Note: See TracChangeset
for help on using the changeset viewer.
