Re: adding swfs using Composer

2009-07-22 Thread Martin Feitag

rachel schrieb:

Is it possible to add swfs to a website in Composer?  If so, how do I
do it?


Switch to the tab HTML Source to view the sourcecode.
Now embed the swf at the position you would like to have it by inserting 
at least the following code:


object width=550 height=400
param name=movie value=filename.swf
embed src=filename.swf width=550 height=400
/embed
/object

Of course you have to replace filename.swf by the name of your swf-file. 
(and add the path to the swf file before the filename, if it is not 
located in the same directory as your html-file)

And set width and height according to the size of your swf.

A more complete code would include the class-id etc. Mabe you want to 
have a look at the following page after the easy example above works.

http://animation.about.com/od/flashanimationtutorials/qt/embedswfwebpage.htm

regards
Martin
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


adding swfs using Composer

2009-07-21 Thread rachel
Is it possible to add swfs to a website in Composer?  If so, how do I
do it?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey