1
Maidan
How To MediaShow
  • 2005/3/18 10:00

  • Maidan

  • Just popping in

  • Posts: 18

  • Since: 2005/3/9 1


Good Morning!

I've downloading mediashow's module i'm dropped a file video.asf but in my block (my film) don't show the file, there's a debug ?


Thanks everybody

2
dunkin
Re: How To MediaShow
  • 2005/3/19 20:09

  • dunkin

  • Just popping in

  • Posts: 47

  • Since: 2005/3/15


not sure if this is what you wanted or not.... I embed video into blocks using this code....

I use the 'mypage' module (available here in downloads orhttp://www.hippyspace.com in downloads), I add the module to the page and edit the index.php file inside to something like this... (PS. YOU COULD ALSO JUST USE THE CODE BELOW, MAKE A PLAIN TEXT FILE OF THE CODE, NAME IT ANYTHING-YOU-WANT.php AND PLACE IT IN YOUR XOOPS ROOT DIR, THEN JUST LINK TO THAT PAGE FROM A BLOCK. I USE THE MYPAGE MODULE SO THAT IT APPEARS IN THE MAIN MENU AND ALLOWS ME TO ADD BLOCKS ABOVE OR BELOW MY CONTENT)

<?php
include("../../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 0;
?>

<center><p><p>TEST OR TITLE OF VIDEO FILE OR INFO<p>
<EMBED ID="WindowsMediaPlayer1" SRC="http://URL_TO_VIDEO_FILE/filename.asf" BORDER=0 HEIGHT=400 WIDTH=600>

<?php
include(XOOPS_ROOT_PATH."/footer.php");

?>

Example available onhttp://www.towercitypa.net in photo gallerys, click on ivan and at top... select see video footage

3
airdog
Re: How To MediaShow
  • 2005/4/10 17:40

  • airdog

  • Just popping in

  • Posts: 25

  • Since: 2005/2/16


I'm having a simular problem I Iuploaded my files ,they show up in the drop down. when I click onthe file name I get the message media file loading bla bla bla. when the page reloads nothing happens no video plays. Any Ideas

http://bmxair.com

4
winsion
Re: How To MediaShow
  • 2005/5/23 6:36

  • winsion

  • Just popping in

  • Posts: 55

  • Since: 2003/11/23



5
mozes
Re: How To MediaShow
  • 2005/10/10 9:45

  • mozes

  • Just popping in

  • Posts: 1

  • Since: 2005/8/9 1


I'm having the same problem as mentioned above.
The module works great and it's really something i would like to use on the site, but my visitors can't select any content (movie/audiofile).

I tried to figure out what is causing this problem by checking every php file in the module for permission settings.

The only file i found is admin_header.php.

###########################################################
if ( $xoopsUser ) {
$xoopsModule = XoopsModule::getByDirname("mediashow");
if ( !$xoopsUser->isAdmin($xoopsModule->mid()) ) {
redirect_header($xoopsConfig['xoops_url']." / ",3,_NOPERM);
exit();
}
} else {
redirect_header($xoopsConfig['xoops_url']." / ",3,_NOPERM);
exit();
}
if ( file_exists("../language/".$xoopsConfig['language']."/admin.php") ) {
include_once("../language/".$xoopsConfig['language']."/admin.php");
} else {
include_once("../language/english/admin.php");
}
?>
###########################################################
When i change this nothing changes in the module.


Can anybody help me with this problem?

Kind regards

Mozes

6
curt0
Re: How To MediaShow
  • 2006/12/3 18:09

  • curt0

  • Just popping in

  • Posts: 20

  • Since: 2006/11/16


I'm having the exact same problem as "airdog" is having.

Does anybody know what the problem and fix is?

Login

Who's Online

179 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits