1
avtx30
Streaming flash videos and Euro 2008 :-)
  • 2008/6/14 16:04

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


Are you enjoying the UEFA Euro 2008?

I wanted to stream the goals on my XOOPS site, I found a way. Want to share with you.

1. Download the The JW FLV Media Player

2. Unzip and upload the mediaplayer.swf to XOOPS_ROOT_PATH

3.1 With XOOPS (org), you have to hack the class/module.textsanitizer.php

$patterns[] = "/[video align=(['"]?)(left|center|right)\1 w=(['"]?)(d+)\3 h=(['"]?)(d+)\5]([^"()?&'<>]*).flv[/video]/sU";

$replacements[0][] = $replacements[1][] = '
<div align="\2"><embed src="'.XOOPS_URL.'/mediaplayer.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="width=\4&height=\6&file='.XOOPS_URL.'/\7.flv&image='.XOOPS_URL.'/\7.jpg" width="\4" height="\6"></div>';


3.2 With other XOOPS with Preload feature, just save the following file as Flash.class.php under XOOPS_ROOT_PATH/preload/

http://www.nhatban.net/tmp/Flash.class.txt

4. Usage: upload FLV videos and their screenshots to a same folder with the same file name excluded the extension. For example, if your video file is italia-france.flv then its screenshot should be italia-france.jpg

Add to XOOPS contents as following:

[video align=center w=320 h=260]uploads/euro2008/italia-france.flv[/video]


Demo: Euro 2008
Xoops Demos:
http://www.nhatban.net/info/a0021.html

2
Mamba
Re: Streaming flash videos and Euro 2008 :-)
  • 2008/6/21 23:00

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Very nice!!!

Thanks for sharing!!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

165 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 165


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