Hello all,

I recently purchased a new template, located here: http://templates.hostonnet.com/image...-greyblack.jpg - However the main video player you see in that screenshot is not displayed and the video is nowhere to be seen. The other video on the lower portion of the Site, as well as the rest of the Video elsewhere works perfectly. It appears that the only thing wrong is the Main Player on the site Index. (As is displayed in the .jpg screenshot I linked to above.

Here is the code for my Index
Code:
<div id="content">
<table width=100% border=0  cellpadding=0 cellspacing=o>
<tr>
<td width=600 align=center class=bg2>    
 <div class="section">
    
        <div class="hd">
            <div class="hd-l"> Videos
            </div>
        </div>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8" name="theMediaPlayer"width="300" height="400"id="theMediaPlayer">              
<param name=movie value="vs-flvplayer.swf">              
<param name=quality value="high">              
<param name=bgcolor value="#FF00CC">              
<param name=allowFullScreen value="false">              
<param name=swLiveConnect value="true">              
<param name=allowScriptAccess value="always">              
<param name="FlashVars" value="file=uploads/[var.video_play]&file=vs-randomplayer_code.php&width=300&height=400&displaywidth=300&displayheight=260&overstretch=true&showfsbutton=false&image=uploads/thumbs/[var.video_thumb]&backcolor=0xDC01FF&frontcolor=0xFFFFFF&lightcolor=0xFFE8F9&screencolor=0xFF00CC&autoscroll=false&thumbsinplaylist=true">    
<div name="mediaspace" id="mediaspace">
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" 
width="600" height="280" bgcolor="#FF00CC" 
wmode="transparent"
name="theMediaPlayer"src="vs-flvplayer.swf"flashvars="file=uploads/[var.video_play]&file=vs-randomplayer_code.php&width=600&height=400&displaywidth=400&displayheight=260&overstretch=true&showfsbutton=false&image=/thumbs/[var.video_thumb]&backcolor=0x454545&frontcolor=0xFFFFFF&lightcolor=0xFFE8F9&screencolor=0x000000&autoscroll=false&thumbsinplaylist=true&enablejs=true&midroll=1049&logo=/templates/images/watermark.gif">
</embed>  
</div>
</object>
</div>
</td>
<td  width=260 class=bg2 valign=top>
 <div class="section">
    
        <div class="hd">
            <div class="hd-l">
                 Watch Upload Share
            </div>
        </div>

<div id="watch-uplod-share">

    <div class="watch-uplod-shareLeft">
        <a href="{$base_url}/recent/"><img src="{$base_url}/templates/images/watch.jpg" /></a>
    </div>    
    <div class="watch-uplod-shareRight">
 Better than TV watch what you want when you want it!
    </div>
    <div class="clear"></div><br/>
   
   
    <div class="watch-uplod-shareLeft">
        <a href="{$base_url}/upload/"><img src="{$base_url}/templates/images/upload.jpg" /></a>
    </div>    
    <div class="watch-uplod-shareRight">
    Quickly upload and tag videos in almost any video format.
    </div>

    <div class="clear"></div><br/>


    <div class="watch-uplod-shareLeft">
        <a href="{$base_url}/friends/invite/"><img src="{$base_url}/templates/images/share.jpg" /></a>
    </div>    

    <div class="watch-uplod-shareRight">
    Easily share your videos with everyone, put videos on your space or watch them here.
        
    </div>

</div>
 </div>
</td>
</tr>
</table>
<br />
    <!-- new videos -->
    
    {if $view.new_video_total gt "0"}
    
        <div class="section bg2 clearfix">
        
            <div class="hd">
                <div class="hd-l">New Videos</div>
                <div class="hd-r"><a href="{$base_url}/recent/">More Recent Videos &nbsp;&nbsp;<img src="{$base_url}/templates/images/more.png" w border="0" alt=""> </a> </div>
            </div>

            {section name=i loop=$view.new_videos}
                <div class="home-video-box">
                    <a href="{$base_url}/view/{$view.new_videos[i].video_id}/{$view.new_videos[i].video_seo_name}/">
                    <img width="160" height="120" src="{$view.new_videos[i].video_thumb_url}/thumb/{$view.new_videos[i].video_folder}1_{$view.new_videos[i].video_id}.jpg" alt="{$view.new_videos[i].video_title}" />
                    <br />
                    {$view.new_videos[i].video_title|truncate:20:"...":true}</a>
                </div>
            {/section}
        </div>
    
    {/if}
    
    <!-- recent video -->
    
    {if $view.recent_total gt 0}
    
        <div class="section bg2 clearfix">
        
            <div class="hd">
                <div class="hd-l">Recently Viewed</div>
                <div class="hd-r"><a href="{$base_url}/viewed/">More Recently Viewed &nbsp;&nbsp;<img src="{$base_url}/templates/images/more.png" w border="0" alt=""> </a> </div>
            </div>
            
            {section name=i loop=$view.recent_videos}
                <div class="home-video-box">
                    <a href="{$base_url}/view/{$view.recent_videos[i].video_id}/{$view.recent_videos[i].video_seo_name}/">
                        <img width="160" height="120" src="{$view.recent_videos[i].video_thumb_url}/thumb/{$view.recent_videos[i].video_folder}1_{$view.recent_videos[i].video_id}.jpg" alt="{$view.recent_videos[i].video_title}" /><br />
                        {$view.recent_videos[i].video_title|truncate:30:"...":true}
                    </a>
                    <br />
                    <p>{insert name=timediff value=var time=$view.recent_videos[i].video_view_time}</p>
                </div>
            {/section}
            
        </div>
    
    {/if}
    
    <!-- featured videos -->
    
    {$view.featured_video_block}
    
    
</div> <!--  content -->


<div id="content"><br />
<table width="100%">
<tr>
<td width="33%" valign="top" class="bg2">
<div class="section">
      <div class="hd">
         <span class="margin-left-small">
                    Place Your Ad Here
                </span>
            </div>
            <center>    
        {insert name=advertise adv_name='home_right_box'}
        </center></td>
       </div>

<td width="33%" valign="top" class="bg2">
{if $num_last_users_online ne 0}
    
    <div id="users-online">
    
        <div class="section">
        
            <div class="hd">
                <span class="margin-left-small">
                    Last {$num_last_users_online} Users Online
                </span>
            </div>
            
            {insert name=recently_active_users assign=recently_active_users}
            {section name=i loop=$recently_active_users}

                <p>
                    {insert name=id_to_name assign=uname un=$recently_active_users[i].user_login_user_id}
                    <a href="{$base_url}/{$uname}">{$uname}</a>
                    <br /> <br />
                   

                    {insert name=video_count assign=vdocount uid=$recently_active_users[i].user_login_user_id}
                    
                    <span class="video">
                        <a href="{$base_url}/{$uname}/public/">({$vdocount})</a>
                    </span>

                    {insert name=favour_count assign=favcount uid=$recently_active_users[i].user_login_user_id}
                    
                    <span class="favorite">
                        <a href="{$base_url}/{$uname}/favorites/">
                            ({$favcount})
                        </a>
                    </span>

                    {insert name=friends_count assign=friends uid=$recently_active_users[i].user_login_user_id}
                    
                    <span class="friends">
                        <a href="{$base_url}/{$uname}/friends/">({$friends})</a>
                    </span>
                    
                </p>

            {/section} 
        </div> <!-- section -->
   
    </div> <!-- users-online end -->

    {/if}
</td>
<td width="33%" valign="top" class="bg2">{if $show_stats ne "0"}

        {insert name="show_stats" assign="stats"}
        
        <div class="section bg2">
        
            <div class="hd">
                <span class="margin-left-small">
                    Site Statistics
                </span>
            </div>
        
            <div id="site-statistic">
                <ul>
                    <li class="videos"> Number of Videos: {$stats.total_video}</li>
                    <li class="public-videos">Public Videos:{$stats.total_public_video}</li>
                    <li class="private-videos">Private Videos:{$stats.total_private_video}</li>
                    <li class="users">Number of Users:{$stats.total_users}</li>
                    <li class="channels">Number of Channels:{$stats.total_channel}</li>
                    <li class="groups"> Number of Groups:{$stats.total_groups}</li>
        </ul>
            </div>
      
        </div>

    {/if}</td>
</tr>
</table>
</div>
The player is located at the top, where is says
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=
Code:
8" name="theMediaPlayer"width="300" height="400"id="theMediaPlayer">              
<param name=movie value="vs-flvplayer.swf">
Thank you any and all help you are able to provide in helping restore this one fault of an otherwise great purchase.

--
Cheers,