I’m having trouble getting a video to play on my site. I installed the FLV player plugin from 5pieces.com (v2.1).
This is the code that’s in my template:
{exp:flvplugin playerpath="images/uploads/Title_pro_disc-L.swf" playernumber="1" file="images/uploads/Title_pro_disc-L.flv" width="351" height="284" showdigits="true"}
I uploaded the ufo.js file to my root EE directory and added the script into the head tags.
It’s giving a message that says “stream not found”. http://www.sdspineinstitute.com/cms/index.php
Any ideas??
V 1.6.7
Thanks!
Seems to me like that file doesn’t even exist in that location perhaps?
http://www.sdspineinstitute.com/images/uploads/Title_pro_disc-L.swf
That would be where it’s trying to find it. Are you sure it’s actually located there?
Best wishes,
Mark
Actually ignore that I can see where your file is now and you will probably just need to do this sort of thing instead :
{exp:flvplugin playerpath="/cms/images/uploads/Title_pro_disc-L.swf" playernumber="1" file="images/uploads/Title_pro_disc-L.flv" width="351" height="284" showdigits="true"}
Best wishes,
Mark
Well the stream not found message is another issue 😉
I am guessing that the .swf has the stream path hard-coded into it maybe?
If so then check the path in the Flash file and make sure it is correct.
Saying that I just checked the page again and using the Activity Window in Safari it is saying that this file :
http://www.sdspineinstitute.com/cms/images/uploads/Title_pro disc-L.flv
is missing. Might be something else you need to sort out too perhaps? Seems you have a space in the name instead of the required underscore.
Best wishes,
Mark
More questions about this player. I used a different video, which is working now. My code:
{exp:flvplugin playerpath="/cms/images/uploads/Title_0101.swf" playernumber="1" file="/cms/images/uploads/Title_0101.flv" width="351" height="284" showdigits="true" autostart="false" repeat="false"}
http://www.sdspineinstitute.com/cms/index.php
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.