Ticket #2141 (closed Task: invalid)
FLV file not displaying on page
| Reported by: | johnnyo | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Server : ASP | Version: | FCKeditor 2.5 |
| Keywords: | Cc: |
Description
Hi, i have added the option to upload an FLV file to fckeditor. I can see the mediaplayer.swf on the page but the FLV move doesn't load. The path to the FLV file is correct but it still does not appear. The website in question is http://www.hopecic.org.uk the source to the flv is below, i really hope you can help.
<script type="text/javascript">
//NOTE: FOR LIST OF POSSIBLE SETTINGS GOTO http://www.jeroenwijering.com/extras/readme.html var s1 = new SWFObject("/FCKeditor/editor/plugins/flvPlayer/mediaplayer.swf","single","320","240","7"); s1.addVariable("width","320"); s1.addVariable("height","240"); s1.addVariable("autostart","false"); s1.addVariable("file","/saspcms/userfiles/flash/opus video wedding demo_0.flv"); s1.addVariable("repeat","false"); s1.addVariable("image","/saspcms/userfiles/image/bgd.jpg"); s1.addVariable("showdownload","true"); s1.addVariable("link","/saspcms/userfiles/flash/opus video wedding demo_0.flv"); s1.addParam("allowfullscreen","true"); s1.addVariable("showdigits","true"); s1.addVariable("shownavigation","true"); s1.addVariable("logo",""); //s1.addVariable("largecontrols","true"); //s1.addVariable("bufferlength","3"); //s1.addVariable("audio"," http://www.jeroenwijering.com/extras/readme.html"); s1.write("player414198");
</script>