1
radiox151
Adding Flash Headers
  • 2004/6/12 5:33

  • radiox151

  • Just popping in

  • Posts: 56

  • Since: 2004/6/9 2


Does anyone know how to add a flash header? I have been trying for a while now and cant seem to get it right. I have been inserting this code but does not seem to work... I cant figure out how to integrate flash with XOOPS.

<object classid=clsid27CDB6E-AE6D-11cf-96B8-444553540000
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
width=780
height=145>
<param name=movie value=future.swf>
<param name=quality value=high>
<param name=BGCOLOR value=#000000>
<param name=SCALE value=showall>
<embed src=future.swf
quality=high
pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash
width=780
height=145
bgcolor=#000000
scale= showall>
</embed>
</object>

I want to replace the header I have now with a flash text header.http://radiox151.servebeer.com Thanks in advance for the help

2
Mithrandir
Re: Adding Flash Headers

<embed src=future.swf

The base folder for including stuff in theme.html is not the theme's folder, but the themes folder - so if the swf file is in the same folder as your theme.html you will need to write it as <embed src=themename/future.swf

3
radiox151
Re: Adding Flash Headers
  • 2004/6/12 15:29

  • radiox151

  • Just popping in

  • Posts: 56

  • Since: 2004/6/9 2


I still cant get it to work...
<object classid=clsid27CDB6E-AE6D-11cf-96B8-444553540000
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
width=780
height=145>
<param name=movie value=future.swf>
<param name=quality value=high>
<param name=BGCOLOR value=#1A1A1A>
<param name=SCALE value=noborder>
<embed src=montisblack/future.swf
quality=high
pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash
width=780
height=145
bgcolor=#1A1A1A
scale= noborder>
</embed>
</object>

I tried typing in the path "montisblack/future.swf" in <param name=movie value=future.swf> as well, an nothing!
Am I missing any other code to add it in Xoops? Image reference tag or something? I see the black block but nothing in it. Thanks in advance for the help. I have been messing with this for 2 days now

4
Mithrandir
Re: Adding Flash Headers

Try this:
<param name="movie" value="<{$xoops_imageurl}>future.swf">

<
embed src="<{$xoops_imageurl}>future.swf" [...etc]

It seems you'll need the complete reference

Login

Who's Online

271 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 271


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