Opened 16 years ago

Closed 16 years ago

#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>

Change History (1)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: FLV problems removed
Milestone: FCKeditor 3.x
Priority: HighNormal
Resolution: invalid
Status: newclosed

This site should only be used for reporting bugs or requesting new features for FCKeditor and its sister projects. If you want to gain support please visit our support page at:

http://www.fckeditor.net/support

or our forums at:

http://www.fckeditor.net/forums/

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy