Stream not found

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
oliverian
Forum Newbie
Posts: 16
Joined: Thu Jan 21, 2010 1:17 pm

Stream not found

Post by oliverian »

So, trying to get my school's dvd online. I used Sothink, and believe I've loaded everything correctly and have the code right. Anyone see the problem? The video is halfway down the page as I didn't want everyone to see it til it is ready!

Thanks,
Julie

http://www.oliverianschool.org/news/news.php
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: Stream not found

Post by aravona »

I've been working on a site with an embedded video very similar as yours for a school so I yoinked your code (since it had the links via absolute filepaths to your sever) to see it against a simply embedded flash file of my own creation and got the exact same problem - is the flash file (the swf / flv) in the correct folder / is the file path correct?

Edit:

Have you tried putting your flash up in a very simple embed to check it works? (well with the height and width how you want not at the standard flash animation size)

This is Dreamweavers auto-gen embed code:

Code: Select all

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="400">
  <param name="movie" value="YOUR.swf" />
  <param name="quality" value="high" />
  <embed src="YOUR.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
oliverian
Forum Newbie
Posts: 16
Joined: Thu Jan 21, 2010 1:17 pm

Re: Stream not found

Post by oliverian »

I've tried that code, but it is not showing up on the page...it just shows that it is busy.
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: Stream not found

Post by aravona »

Where is your .swf stored on your server? I ask the obvious, just to get it out the way, if you didn't make the .swf personally have you double checked it is working to begin with?
Post Reply