Author Topic: Problem with new play.php  (Read 1382 times)

JimS

  • Newbie
  • *
  • Posts: 23
Problem with new play.php
« on: December 26, 2009, 03:39:08 PM »
I'm having a problem with the new play.php file that came with this template.

I have embeded a video using the member embedder and the video plays.
I have embedded the identical video using the mass embedder. When the video starts to play it shows videostream not found.

I can switch back to my old play.php and the embedded video plays but I lose other features like related videos.

JimS

  • Newbie
  • *
  • Posts: 23
Re: Problem with new play.php
« Reply #1 on: December 28, 2009, 01:44:14 PM »
Thanks for you quick response. :)
I fixed the embedding problem except for in the playlists. I am still having the problem.

My site is www.christiansvideo.net


I Changed the code in the Play.php from this

Code: [Select]
      //------------------VIDEOEMBEDER---------------------------------
      $video_type = $result['video_type'];
      $embed_id = $result['embed_id'];
      if($video_type == 'embedded') include('addons/videoembedder/embed.php');
      //---------------------------------------------------------------

To this

Code: [Select]
      //------------------VIDEOEMBEDER---------------------------------
          $video_type = $result['video_type'];
          $embed_id = $result['embed_id'];
          if($video_type == 'embedded'){
          include('addons/videoembedder/embed.php');
          }
          if($video_type == 'mass_embedded'){
          include('addons/massembedder/embed.php');
          $video_type = 'embedded'; //rest to just 'embedded' - for inner_play.htm

          }

David Webster

  • Newbie
  • *
  • Posts: 3
Re: Problem with new play.php
« Reply #2 on: December 28, 2009, 04:40:20 PM »
Shawn, I think this has something to do with Polaris.  My site was working fine before I installed Polaris.  Now it is giving me this error.

Video stream not found so0kgfni2hjd8eb6.flv

http://yodaddy.tv

JimS

  • Newbie
  • *
  • Posts: 23
Re: Problem with new play.php
« Reply #3 on: December 29, 2009, 02:04:24 PM »
Hi, Shawn

I only installed the play.php because I was already running 3.01 . Everything is working fine but the members playlist where the embedded videos are trying to play on the phpmotion player. See attachment. I know this video is still active on You Tube Because it will still play on my site heres the link
http://www.christiansvideo.net/videos/2026/unholy-hollywood-1-5

Thanks for Your Help  :)
Jim