1
rogoscu
a flash problem
  • 2003/12/7 10:16

  • rogoscu

  • Just popping in

  • Posts: 3

  • Since: 2003/12/7


i am a new user
i don`t know where to add the code that add flash?
i add it in theme.html ,but it didn`t work...
please help me if you know!!!thanks!!!!

2
Stewdio
Re: a flash problem
  • 2003/12/7 10:36

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


<div align="right">
  <
object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
  
id="FILENAME" width="468" height="60">
    <
param name="movie" value="/FOLDER/FILENAME.swf">
    <
param name="quality" value="high">
    <
param name="bgcolor" value="#FFFFFF">
    <
embed name="FILENAME" src="/FOLDER/FILENAME.swf" quality="high" bgcolor="#FFFFFF"
    
width="468" height="60"
    
type="application/x-shockwave-flash"
    
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    </
embed> </object>
</
div>


Essentially, this is what it will look like depending on the version of Flash it was made in, the movie size, and it file structure and name on your server.

You will notice the CAPITAL letters in the above code. This relates to your filenames and directories of your file. Where you do not see .swf added to FILENAME, stays the same. The appropriate filenames WITH extentions were left intact so that you can see what is what when you produce this kind of output through flash.

Now, none of these instructions are needed if you are editing your theme.html file in Dreamweaver. Dreamweaver will allow you to add .swf files as easily as adding an image.

I have seen other ways of doing this, but I don't know how it's acheived. I also know that this doesn't help much, but it may prove to be at least somwhat insightful=.

Good Luck!

3
rogoscu
Re: a flash problem
  • 2003/12/7 11:15

  • rogoscu

  • Just popping in

  • Posts: 3

  • Since: 2003/12/7


Thank you very much!!!!!!!!!
i am not sure if i understand you completely
i got your code and chenge it to mine like this,then
add it to the theme.html
but it can`t work too.
please teach me how to add my flash.
thank a lot!!!!!!!!

<div align="right">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="<ahref=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4\"
target=\"_blank\">http://active.macromedia.com/flash2/cabs/swflash.cab#version=4</a>,0,0,0"
id="Rmenu.swf" width="468" height="60">
<param name="movie" value="/images/Rmenu.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="Rmenu.swf" src="/images/Rmenu.swf"
quality="high" bgcolor="#FFFFFF" width="468" height="60"
type="application/x-shockwave-flash"
pluginspage="<ahref=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_Prod_Version=ShockwaveFlash">\"target=\"_blank\">http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></a>
</embed> </object>
</div>



thank you!!!

4
rogoscu
Re: a flash problem
  • 2003/12/7 11:44

  • rogoscu

  • Just popping in

  • Posts: 3

  • Since: 2003/12/7


oh ,sorry,i forgot...
my src ...
now it`s working very well
thank you!!!!!!!!!!!!!!!
thank you!!!!!!!!!!!!!!!
thank you!!!!!!!!!!!!!!!

Login

Who's Online

162 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

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

Latest GitHub Commits