- Posts: 3
COMMUNITY FORUM
URL string for archive.org hosting
- nnangeroni
-
Topic Author
- Offline
- New Member
Less
More
17 years 2 weeks ago - 17 years 2 weeks ago #12828
by nnangeroni
URL string for archive.org hosting was created by nnangeroni
When I insert the following string into a Joomla content page with AllVideos installed:
{flv}www.archive.org/download/TheMissingVaginaMonologue/TheMissingVaginaMonologue.flv{/flv}
It generates the following source code:
AllVideos appears to be expecting my video to be local. I can't find support for archive.org within AllVideos; can anyone tell me how to embed a player for a video at archive.org? [this is one of the few archives that does not claim the right to commercial use and derivatives]
{flv}www.archive.org/download/TheMissingVaginaMonologue/TheMissingVaginaMonologue.flv{/flv}
It generates the following source code:
<!-- JW AllVideos Plugin (v2.4) starts here -->
<div style="clear:both;text-align:center;margin-top:8px;margin-bottom:8px;" class="allvideos">
<script src="http://www.gendervision.org/joomla/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://www.gendervision.org/joomla/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://www.gendervision.org/joomla/images/stories/videos/http://www.archive.org/download/TheMissingVaginaMonologue/TheMissingVaginaMonologue.flv.flv&showdigits=true&autostart=false\" /> <param name=\"quality\" value=\"high\" /> <param name=\"wmode\" value=\"transparent\" /> <param name=\"bgcolor\" value=\"\"> <embed src=\"http://www.gendervision.org/joomla/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://www.gendervision.org/joomla/images/stories/videos/http://www.archive.org/download/TheMissingVaginaMonologue/TheMissingVaginaMonologue.flv.flv&showdigits=true&autostart=false\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" bgcolor=\"\" style=\"width:400px; height:323px;\"></embed></object>';
writethis(jsval);//-->
</script>
<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://www.gendervision.org/joomla/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://www.gendervision.org/joomla/images/stories/videos/http://www.archive.org/download/TheMissingVaginaMonologue/TheMissingVaginaMonologue.flv.flv&showdigits=true&autostart=false" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="">
<embed src="http://www.gendervision.org/joomla/mambots/content/plugin_jw_allvideos/jw_allvideos_player.swf?file=http://www.gendervision.org/joomla/images/stories/videos/http://www.archive.org/download/TheMissingVaginaMonologue/TheMissingVaginaMonologue.flv.flv&showdigits=true&autostart=false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgcolor="" style="width:400px; height:323px;"></embed>
</object></noscript>
</div>
<!-- JW AllVideos Plugin (v2.4) ends here -->
AllVideos appears to be expecting my video to be local. I can't find support for archive.org within AllVideos; can anyone tell me how to embed a player for a video at archive.org? [this is one of the few archives that does not claim the right to commercial use and derivatives]
Please Log in or Create an account to join the conversation.
- nnangeroni
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
17 years 2 weeks ago #12829
by nnangeroni
Replied by nnangeroni on topic Re: Bad URL string
Found the problem: tags needed to be {flvremote}{/flvremote}.
Works great now!
Works great now!
Please Log in or Create an account to join the conversation.