This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi, I am trying to play flv files but the player cant load the flv it says it cant find it or access denied - do i need to set the permission for this as the file path seems correct. Thanks.
We do not have an flv player in mojoPortal so this is not a bug in mojoPortal.
As far as I know people usually use an .swf file to orchestrate playing of an flv video.
Hi, i am using code below with a player.swf file and all loads fine but when I try and play it it gives me a message video not found or access denied. url is http://81.144.197.112/VillaParade/resortdetails.aspx
<script src="TDHTML/swfobject.js" type="text/javascript"></script><div id='mediaspace'>This text will be replaced</div> <script type='text/javascript'>var s1 = new SWFObject("TDHTML/player.swf=" + new Date().valueOf(),"single","384","197","9");s1.addParam('allowfullscreen','true');s1.addParam('allowscriptaccess','always');s1.addParam('wmode','opaque');s1.addVariable('file','Data/Sites/1/images/resorts/7/movie1.flv');s1.addVariable('image','Data/Sites/1/images/resorts/7/1-main.jpg?123');s1.addVariable('controlbar','over');s1.addVariable('stretching','fill');s1.write('mediaspace');</script></div>