Keyword

Dont work with uploaded .flv file

  • Jan Klug-Offermann
  • Jan Klug-Offermann's Avatar Topic Author
  • Offline
  • New Member
More
17 years 3 months ago #10077 by Jan Klug-Offermann
Dont work with uploaded .flv file was created by Jan Klug-Offermann
when I upload an .flv and include it in a page the player will showed, but if I want to start the film it's loading all the time and displays nothing.
I guess the code created by AllVideos is wrong. Because int hte path to the file the " is shown as
&
:
<!-- JW AllVideos Plugin (v2.4) ends here -->

&nbsp;<p>flash:</p><p>

<!-- JW AllVideos Plugin (v2.4) starts here -->
</p><div style="clear: both; text-align: center; margin-top: 8px; margin-bottom: 8px;" class="allvideos">

<script src="http://photomanic.de/mambots/content/plugin_jw_allvideos/gz_eolas_fix.js" type="text/javascript"></script>
<script language="JavaScript">
<!--
var jsval = '<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" style=\"width:400px; height:323px;\" title=\"AllVideos Player\">  <param name=\"movie\" value=\"http://photomanic.de/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://photomanic.de/images/stories/videos/spanish_wedding.flv&amp;showdigits=true&amp;autostart=false\" />  <param name=\"quality\" value=\"high\" />  <param name=\"wmode\" value=\"transparent\" />  <param name=\"bgcolor\" value=\"#FFFFFF\">  <embed src=\"http://photomanic.de/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://photomanic.de/images/stories/videos/spanish_wedding.flv&amp;showdigits=true&amp;autostart=false\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" bgcolor=\"#FFFFFF\" style=\"width:400px; height:323px;\"></embed></object>';
writethis(jsval);//-->
</script><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" style="width: 400px; height: 323px;" title="AllVideos Player">  <param name="movie" value="http://photomanic.de/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://photomanic.de/images/stories/videos/spanish_wedding.flv&amp;showdigits=true&amp;autostart=false">  <param name="quality" value="high">  <param name="wmode" value="transparent">  <param name="bgcolor" value="#FFFFFF">  <embed src="http://photomanic.de/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://photomanic.de/images/stories/videos/spanish_wedding.flv&amp;showdigits=true&amp;autostart=false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#FFFFFF" style="width: 400px; height: 323px;"></object>
<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" style="width:400px; height:323px;" title="AllVideos Player">
  <param name="movie" value="http://photomanic.de/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://photomanic.de/images/stories/videos/spanish_wedding.flv&amp;showdigits=true&amp;autostart=false" />
  <param name="quality" value="high" />
  <param name="wmode" value="transparent" />
  <param name="bgcolor" value="#FFFFFF">
  <embed src="http://photomanic.de/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://photomanic.de/images/stories/videos/spanish_wedding.flv&amp;showdigits=true&amp;autostart=false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#FFFFFF" style="width:400px; height:323px;"></embed>
</object></noscript>
</div>
<!-- JW AllVideos Plugin (v2.4) ends here -->

any idea?

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #10078 by Gruizzer
Replied by Gruizzer on topic Re: Dont work with uploaded .flv file
I was having similar problems no uploaded files to my hosted server would play, wmv, flv, or mp4! Nothing! Used tags as

{mp4}desparatehouse.mp4{/mp4}
{flv}desparatehouse.mp4{/flv}
{wmv}desparatehouse.mp4{/wmv}

Tried permissions. Re-created files. Nothing worked.

I came here to this forum and no answers.

Then I got to thinking, we have been using this plugin for a while to push live streaming video from another server.

So I tried using remote and the full url to the files and BAM!!! THEY ALL WORK NOW!! I guess remote means anywhere not from your PC!!???  ???

All these tags worked!!
{flvremote}www.myurl.org/mambo/images/stories/videos/desparatehouse.flv{/flvremote}
{mp4remote}www.myurl.org/mambo/images/stories/videos/desparatehouse.mp4{/mp4remote}
{wmvremote}www.myurl.org/mambo/images/stories/videos/desparatehouse.wmv{/wmvremote}

YAHHHOOO!!!! 8)

Please Log in or Create an account to join the conversation.

More
17 years 4 days ago #10079 by SoftDux
Replied by SoftDux on topic Re: Dont work with uploaded .flv file

I was having similar problems no uploaded files to my hosted server would play, wmv, flv, or mp4! Nothing! Used tags as

{mp4}desparatehouse.mp4{/mp4}
{flv}desparatehouse.mp4{/flv}
{wmv}desparatehouse.mp4{/wmv}

Tried permissions. Re-created files. Nothing worked.

I came here to this forum and no answers.

Then I got to thinking, we have been using this plugin for a while to push live streaming video from another server.

So I tried using remote and the full url to the files and BAM!!! THEY ALL WORK NOW!! I guess remote means anywhere not from your PC!!???  ???

All these tags worked!!
{flvremote}www.myurl.org/mambo/images/stories/videos/desparatehouse.flv{/flvremote}
{mp4remote}www.myurl.org/mambo/images/stories/videos/desparatehouse.mp4{/mp4remote}
{wmvremote}www.myurl.org/mambo/images/stories/videos/desparatehouse.wmv{/wmvremote}

YAHHHOOO!!!! 8)


This is not working for me. I have Joomla 1.0.15 on a Windows machine, and also just see

{mov}eye_on_africa/100_YEARS_CELEBRATION_MASTER{/mov} 100 Yrs P1

{mov}eye_on_africa/100_Years_History_Master{/mov} 100 Yrs P2

{mov}AGFA_PART_1_MASTER{/mov}


The EXACT same site works on a Linux server thought, but not on the Windows server. Any suggestions?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum