Changeset 1853 for trunk


Ignore:
Timestamp:
10/13/2010 02:49:52 PM (20 months ago)
Author:
Xiping.Wang
Message:

[trunk] fix line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/w/extensions/FLVPlayerTwo/FLVPlayerTwo.php

    r1852 r1853  
    9090  function render() { 
    9191  
    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>'; 
    9593  
    9694    return $this->code; 
Note: See TracChangeset for help on using the changeset viewer.