flv

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.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
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.
This thread is closed to new posts. You must sign in to post in the forums.
2/12/2010 10:35:21 AM
Gravatar
Total Posts 31

flv

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.

2/13/2010 6:59:07 AM
Gravatar
Total Posts 18439

Re: flv

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.

2/15/2010 5:02:30 AM
Gravatar
Total Posts 31

Re: flv

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>

You must sign in to post in the forums. This thread is closed to new posts.