Page 1 of 1
flash
Posted: Wed Jan 23, 2008 12:23 pm
by jasondsouza
hey what are the codes in order to incorporate flash in your html page...
Posted: Wed Jan 23, 2008 6:33 pm
by web_master
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
Change the width / height and swf file names then add code to your html.
Posted: Tue Jan 29, 2008 11:02 am
by jasondsouza
thanks .... i wanted also to know how to make the flash movie transparent...
Posted: Tue Jan 29, 2008 3:18 pm
by Lixas
There are two ways:
- Add the following parameter to the OBJECT tag:
Code: Select all
<param name="wmode" value="transparent">
- Add the following parameter to the EMBED tag:
flash
Posted: Thu Feb 21, 2008 6:53 am
by Gebbo
find more tutorials on html on
http://www.pixel2life.com :P
Posted: Thu Feb 21, 2008 11:42 pm
by Flipper3
Flash is not really good to have on your webpage because quite a bit of people don't like it including me. :-/
Posted: Mon Feb 25, 2008 12:29 pm
by delivi
its better to avoid Flash in webpages since it makes the test inaccessible and the search engine bots cannot crawl the text.
You can use flash for image galleries or if your a flash designer and use it in ur portfolio.
Posted: Mon Dec 15, 2008 6:30 pm
by Murbza
Transparancy doesn't work with Ubuntu Linux

Posted: Sun Dec 21, 2008 2:18 pm
by delivi
yep none of the popular linux browsers support transparency in flash
