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
Stream not found
Moderator: General Moderators
Re: Stream not found
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:
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>Re: Stream not found
I've tried that code, but it is not showing up on the page...it just shows that it is busy.
Re: Stream not found
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?