default.php File Reference

Variables

 $componentURL = JURI::base() . 'components/com_mastersoftvideoplayer'
 $doc = & JFactory::getDocument()
 alt
 $videoNumber = JRequest::getVar("videoNumber",-1)

Variable Documentation

$componentURL = JURI::base() . 'components/com_mastersoftvideoplayer'
$doc = & JFactory::getDocument()
$videoNumber = JRequest::getVar("videoNumber",-1)
alt
Initial value:
"quicktime video" src="<?php echo $componentURL . '/img/qt.gif'?>" onclick="playVideoAsQT()" />
                </p>    
        </div>  
        <div id="noQuicktime" class="noQuicktime">
            You don't have the necessary Quicktime Pulgin installed.<br/>
                You can download the Pulgin <a href="http://www.apple.com/quicktime/" target="_blank">here</a>.
        </div>  
        <div id="player" class="player"></div>  
        <div id="qtPlayer" class="qtPlayer">
                <iframe style="margin: auto;" id="playerFrame" name="playerFrame" width="0" height="0" frameborder="0" scrolling="no" src=""></iframe>
        </div>          
</div>

<div class="scrollableOuterBox">
        <div class="scrollableInnerBox">
                <a class="prev"></a> 
                <div class="scrollable">          
                        <div id="thumbs">  
                                <?php 
                                $count = 0;
                                foreach($this->videos as $video)
                                {
                                        if($count == 0)
                                        { 
                                        ?>                                                   
                                        <div class="firstScrollableEntry" onclick="playVideo(<?php echo $count; ?>,'<?php echo $video[0]

Generated on Wed Oct 14 18:04:49 2009 for MasterSoft Video Player for Joomla 1.5 by  doxygen 1.6.1