News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

JW Player

Started by nikan, May 14, 2010, 02:16:29 AM

Previous topic - Next topic

yakyakyak

Adding Portal block code using the Integrated Portal option will make your existing forum look seamless with the added benefit of adding useful blocks anywhere on your forum


http://askusaquestion.net/index.php?board=53.0

nazamarya

jw player mode http://custom.simplemachines.org/mods/index.php?mod=2529 board.

I've added videos has opened firefox. but it also does not open explorer.

I've added links to videos on their site explorer is opened, but my explorer does not open my SMF forum.

Do smf jw player problem? Thank you.

nazamarya

Quote from: nazamarya on September 05, 2010, 11:12:27 AM
jw player mode http://custom.simplemachines.org/mods/index.php?mod=2529 board.

I've added videos has opened firefox. but it also does not open explorer.

I've added links to videos on their site explorer is opened, but my explorer does not open my SMF forum.

Do smf jw player problem? Thank you.

attached images..

Ataru Moroboshi

#23
don't know, if it's possible, how to set preview image... any help?

using that code:

[jwp=425,344,image]http://www.sslazio.it/images/stories/videos/conferenza zarate.flv[/jwp]

i got just a black screen, no image.

ok, got it...

i have to put that code:
[jwp=425,344,http://www.sslazio.it/components/com_gk2_photoslide/images/thumbm/967694zarate_20conf.jpg]http://www.sslazio.it/images/stories/videos/conferenza zarate.flv[/jwp]

eyeseven

please update it for RC5..


eyeseven


Bodacious

Great Mod , thank you very much!

I'm using version 1.1.13 and was wondering if there's a way to change the default skin to one that fits my needs better ?

ʜᴏᴍɪᴄɪᴅᴇ

is it possible to use this MOD as a music player for Profile's


Dain

#29
Hi
I want to know that ,,,where will we upload audio files using ftp client.....and what address will we add in the JW tag .....and what code should we use to embed it to Adk portal.........

I just installed the JW player , and have installed ADK Portal in SMF 2.0 ;

it4u.net63.net

I Dont know that where should I upload my files on my Site, and how to use them with JW code
Please Experts help me in this

Thanks with Regards

ʜᴏᴍɪᴄɪᴅᴇ

is it possible to use this mod as a profile song player?


Wallace.D

Hi nikan, everyone,

I've installed JW Player on SMF 2.0... Everything seems to have worked fine on the install but I can't seem to get it to work. When I try to post video the player is visible but no video - just an error message on the screen:

"Video not found or access denied"

For what reason might access be denied? How do I enable access? This is very frustrating... especially seeing that others here seem to have had no problems in using this mod!

I uploaded the video (mp4) using Filezilla to the 'Public_html' folder on my server... then by right-clicking on it, I copied the URL to my clipboard then pasted it into the BBC code as follows:

[jwp=425,344,image]ftp://[email protected]/public_html/Fox%20News%Hacked_.mp4[/jwp]

Can anyone tell me what I'm doing wrong or why this thing won't work?

I'm basically having the same issues as Dain above (except I don't have a 'portal' - Do I need one?) in that I'm not sure where exactly on the server to upload the video to... then once it's there - I have no idea how to link to it so that it will play.

I've searched now for about 3 days trying to figure this out on my own but to no avail, so I've come to humble myself and ask you fine folks for help with this. Not to be overly critical but you would think that these basic instructions on how to use this mod would be included here...

If I'm having these issues - I think we can be sure that others (such as Dain) have had them too.

Thanks in advance to anyone willing to help me out here!

Wallace.D


Wallace.D

Thanks for all of your help everyone, especially Nikan.

Er, wait... nevermind.

Thanks for nothing.


nikan

Is it obvious? I really hope you figure it out by now.

You used an ftp address with username and probably a password and the proper use is http://domain.com/video.mp4

Mr. Pirate

Is there anyway I can only make this available to admins only?

Mr. Pirate

Quote from: Mr. Pirate on November 24, 2011, 11:20:52 AM
Is there anyway I can only make this available to admins only?

Bump!

nikan

#37
In file /Sources/Subs-Editor.php

Find:
if (empty($modSettings['enableEmbeddedFlash']))
$disabled_tags[] = 'flash';


Add after:
if (!$context['user']['is_admin'])
$disabled_tags[] = 'jwp';

Mr. Pirate

Quote from: nikan on November 25, 2011, 04:29:24 AM
In file /Sources/Subs-Editor.php

Find:
if (empty($modSettings['enableEmbeddedFlash']))
$disabled_tags[] = 'flash';


Add after:
if (!$context['user']['is_admin'])
$disabled_tags[] = 'jwp';


It didn't work. I made a test account and it is still visible to regular members.

nikan

#39
Quote from: Mr. Pirate on November 24, 2011, 08:11:43 PM

Bump!

Ηasty, hasty...

Quote from: Mr. Pirate on November 26, 2011, 03:06:46 AM

It didn't work. I made a test account and it is still visible to regular members.

...hasty again.

I did my tests before posting the modification.
The button is only visible to admins, the posted video is visible to all.
Clear forum and browser cache.

Advertisement: