1
radiox151
Integrating Flash
  • 2004/6/10 17:29

  • radiox151

  • Just popping in

  • Posts: 56

  • Since: 2004/6/9 2


Is it possible to integrate flash with Xoops? I would like to add a flash banner logo at the top of the page...http://radiox151.x8r.com It is going to be an overlay on the current header. What code would I use to insert it?

2
dukehen
Re: Integrating Flash
  • 2004/6/10 18:13

  • dukehen

  • Just popping in

  • Posts: 91

  • Since: 2003/12/9


It is actually easy to do.

Once you have your flash movie (.swf file) ready, it is simply a matter of inserting the code into your page.

for example, if you add an swf file called example.swf, the code would be something like this:

-----------------------
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="www" height="hhh">
<param name="movie" value="path to swf">
<param name="quality" value="high">
<embed src="path to swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="www" height="hhh"></embed></object>

substitute www for width in pixels, hhh for height in pixels.
-----------------------
Keep in mind that by adding flash content, you are effectively throwing out the possibility (right now anyway) of having a valid XHTML page...

3
dukehen
Re: Integrating Flash
  • 2004/6/10 18:14

  • dukehen

  • Just popping in

  • Posts: 91

  • Since: 2003/12/9


FYI, my example was using Flash 6...

4
radiox151
Re: Integrating Flash
  • 2004/6/10 18:34

  • radiox151

  • Just popping in

  • Posts: 56

  • Since: 2004/6/9 2


Thanks for the feedback. Do you know how to add the flash txt as a transparency to the existing image? I created the swf; transparent/no borders.

Login

Who's Online

236 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 236


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