10377 Posts in 2193 Topics by 1709 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 646 Views |
-
flow player - not playing...

8 February 2011 at 2:10pm
Problem; I have created my upload and template pages - all seems well until I try to upload the swf files - then I get the old...
"Website Error
There has been an errorThe website server has not been able to respond to your request."
...page.
Here is a snippet from my .ss code including JQUERY script
<!-- VIDEO 1 -->
<div class="video_holder">
<div class="video">
<% if GalleryThumb1 %>
<a href="#" rel="#orel1">$GalleryThumb1</a>
<% end_if %><% if VideoTitle1 %>
<div class="info">
$VideoTitle1
<!--<span>SMALL DESCRIPTION / NOT NEEDED?</span>-->
</div>
<% end_if %>
</div>
<% if GalleryVideo1 %> <div id="orel1" class="overlay"><a href="$GalleryVideo1" class="player"></a></div> <% end_if %>
</div>
<!-- VIDEO 1 / END --><script language="JavaScript">
$(function() {
$("a[rel]").overlay({effect: 'apple',
expose: '#000',
onLoad: function(content) {
this.getOverlay().find("a.player").flowplayer(0).load();
},
onClose: function(content) {
$f().unload();
}
});
// install flowplayers
$("a.player").flowplayer("mysite/swf/flowplayer-3.1.5.swf");
});
</script>I think the problem is in the <% If GalleryVideo1 %> line?
| 646 Views | ||
|
Page:
1
|
Go to Top |

