1
EnginEngin
How can I use flash files ( .swf ) to mysite?
  • 2005/8/24 8:02

  • EnginEngin

  • Just popping in

  • Posts: 3

  • Since: 2005/8/24


hi all ,
I am from turkey
I set up XOOPS
it works very well now
but I have a question.

How can I use flash files ( .swf ) to mysite?
I want to add but how?
pLease heLp I am waiting
Thanks

2
jdseymour
Re: How can I use flash files ( .swf ) to mysite?

Do you want to use the flash within the theme itself? Or as content for your site?

I use flash as content for my tutorials by copying the generated HTML code to a into the article field of a module (I use wf-section) and modify the code to point to the .swf's path on my site.

3
EnginEngin
Re: How can I use flash files ( .swf ) to mysite?
  • 2005/8/24 8:43

  • EnginEngin

  • Just popping in

  • Posts: 3

  • Since: 2005/8/24


I mean ;
I want to show an animation in my site
can I add a block ? or how please heLp

4
jdseymour
Re: How can I use flash files ( .swf ) to mysite?

It should work with a custom block. Copy the .swf's generated HTML code from to , modify the path to the folder on your site where the .swf file is, and choose the block type as HTML. The code should look something like this:

<body>
<
center>
<
object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="600" ID="Captivate1">
  <
param name="movie" value="http://www.yoursite.com/modules/module_name/images/SWF/Multimenu_link.swf">
  <
param name="quality" value="high">
  <
param name="menu" value="false">
  <
param name="loop" value="0">
  <
embed src="http://www.yoursite.com/modules/module_name/images/SWF/Multimenu_link.swf" width="800" height="600" loop="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false">embed>
object>
center>
body>


Just adjust the paths as above to any folder on your site containing the flash file you want to show.

5
EnginEngin
Re: How can I use flash files ( .swf ) to mysite?
  • 2005/8/24 10:57

  • EnginEngin

  • Just popping in

  • Posts: 3

  • Since: 2005/8/24


I did it
but it only show the image
not animation :(
what is the problem

Login

Who's Online

541 user(s) are online (48 user(s) are browsing Support Forums)


Members: 0


Guests: 541


more...

Donat-O-Meter

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

Latest GitHub Commits