1
gobemedia
Flv video
  • 2008/10/14 12:37

  • gobemedia

  • Just popping in

  • Posts: 5

  • Since: 2008/7/8 7


Hi,
I am new to xoops. Previosly I had used joomla. I like very much the structure of XOOPS but I am stucked in embedding flv files (video)in news How can I do that?
I have code from Dreamhost where i host the site, but it doesn't display the video.
Thank you

2
Anonymous
Re: Flv video
  • 2008/10/14 15:33

  • Anonymous

  • Posts: 0

  • Since:


It's just like embedding flash video in a regular html site. I prefer making the news item in dreamweaver and copy/ paste the code in the news editor. When using the plain editor you can put in the html code directly. When using a wysiwyg editor you first have to choose html as the way for editing.

3
gobemedia
Re: Flv video
  • 2008/10/15 6:00

  • gobemedia

  • Just popping in

  • Posts: 5

  • Since: 2008/7/8 7


Thank you for your answer, but for some reason it just soesn!t work. http://www.szekelynemzet.org/modules/news/article.php?storyid=18 here it should appear the movie
I also use dreamwever to write the news and when I past it in the XOOPS the flash player doesn!t show up. What can be the reason?

4
Anonymous
Re: Flv video
  • 2008/10/15 10:13

  • Anonymous

  • Posts: 0

  • Since:


I don't find any embedded flash in your page code! I had some trouble myself until I found Jeroen Weijering's flashplayer. On his site things are explained very well too!

http://www.jeroenwijering.com/?item=Embedding_Flash

5
gobemedia
Re: Flv video
  • 2008/10/15 12:40

  • gobemedia

  • Just popping in

  • Posts: 5

  • Since: 2008/7/8 7


Thank you for your answer.
I had used the following code provided by dreamhost:
<script type="text/javascript" src="https://media.dreamhost.com/swfobject.js"></script>

<div id="player"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>

<script type="text/javascript">
var so = new SWFObject('https://media.dreamhost.com/mediaplayer.swf','mpl','320','240','8');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('height','240');
so.addVariable('width','320');
so.addVariable('file','sample.flv');
so.write('player');
</script>

6
Anonymous
Re: Flv video
  • 2008/10/16 10:09

  • Anonymous

  • Posts: 0

  • Since:


I can't see this script in your page, it is not there!

7
gobemedia
Re: Flv video
  • 2008/11/6 14:44

  • gobemedia

  • Just popping in

  • Posts: 5

  • Since: 2008/7/8 7


It simply disappear. I put in the news module and when i press publish it doesn't show anymore

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits