1
dr00py
flashmovie in a block
  • 2005/1/4 9:57

  • dr00py

  • Just popping in

  • Posts: 9

  • Since: 2004/7/22


Hi,
Does anyone know how to implement a flash.swf in a block in such a way that it will show directly in this block ??

I can make a linked-version but i would like it to show directly

any idea's ?

2
Anonymous
Re: flashmovie in a block
  • 2005/1/4 11:19

  • Anonymous

  • Posts: 0

  • Since:


debaser 0.92 is able to play multimedia-files directly in a block. Maybe you want to try this module?

3
kiwiguy
Re: flashmovie in a block
  • 2005/1/4 11:37

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I found that if you use this code in a block you should be able to put flash.swf straight into a block that will play without having to link externally.

Quote:
<HTML>
<BODY><center>
<object classid="clsid27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="400" height="250">
<param name="movie" value="http://www.yoursite.com/yourfilename.swf">
<param name="quality" value="High">
<embed src="http://www.yoursite.com/yourfilename.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="400" height="250"></object></center>
</BODY></HTML>


You can also use this code to show flash programs directly into your forum also just ensure you have "html tags" enabled

Hope this helps

kiwiguy

4
jpco_122122
Re: flashmovie in a block

I've been using that kind of block, put your code here so we can help.

5
dr00py
Re: flashmovie in a block
  • 2005/1/4 13:52

  • dr00py

  • Just popping in

  • Posts: 9

  • Since: 2004/7/22


Thanx Guys, I will try the different options and report later the succes or failure

6
dr00py
Re: flashmovie in a block
  • 2005/1/10 10:18

  • dr00py

  • Just popping in

  • Posts: 9

  • Since: 2004/7/22


The scripts works perfectly. Thanx
Haven't tried the module yet

7
jdseymour
Re: flashmovie in a block

I have started using wfsections for my XOOPS flash tutorials.

Same code as posted before works here also. I like wfsections because I have much more control on categorization.

Examples can be found: Xoops Tutorials

8
lolothom
Re: flashmovie in a block
  • 2005/1/10 22:02

  • lolothom

  • Just popping in

  • Posts: 26

  • Since: 2002/5/10


id="obj1"

put in style.ccs ?
and what's the meaning ?

9
jdseymour
Re: flashmovie in a block

That is just part of the code generated by the flash program when it outputs the html file to play the movie.

No CSS.

Login

Who's Online

252 user(s) are online (173 user(s) are browsing Support Forums)


Members: 0


Guests: 252


more...

Donat-O-Meter

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

Latest GitHub Commits