Jump to content

lavro

New Members
  • Posts

    2
  • Joined

  • Last visited

lavro's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I modified it somewhat so it would load but it still doesn't show on the web page. Any ideas? <?php class video_embed { var $raw; var $code; var $host = ""; var $error = false; var $you_auto; function embed($raw) { echo " embed type='application/x-vlc-plugin' name='video1' $you_auto width='400' height='300' src='/home/larry/Public/Videos/vision.mpeg1' "; } } ?>
  2. Hi I'm trying to embed a video using php. I know there are other ways but I want to use PHP. I'm using Ubuntu Linux. I have the index and class files but my embed code doesn't work. Can anyone help? Does the videos have to be listed in MYSQL? I'm not a programmer. Thanks <?php class video_embed{ var $raw; var $code; var $host = ""; var $error = false; function embed($raw) { echo " "; } //clean up varibles $raw = null; $code = null; $host = null; } } ?>
×
×
  • Create New...