View Single Post
(#1 (permalink))
Old
Rajiv's Avatar
Rajiv is Offline
Co-Admin
 
Images: 30
Thanks: 0
Thanked 21 Times in 15 Posts
Thumbs up Advertisement of xenoMED in Websites - 08-06-2006, 12:59 PM

Hi everybody,
I have just created an animation for xenoMED. I hope it is better than my last creation, which has been running in khabarNepal.com. Here is the link, check out:

New: http://rajiv.ra.funpic.de/kn/xenad.swf
Old: http://rajiv.ra.funpic.de/kn/xenoad.swf
If you guys have your personal website, you can also use one of these. You can vary the size as you wish, but width and height must be in proportion. eg If you want exactly half size: The entire code remains same, only size has to be changes twice: In this case we have to use 165*150 insteat of 330*300; Similarly one can use 55*50 or 115*100, etc.


here are the codes:

For New one: currently size is 330*300, please change it accordingly.

HTML Code:
<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="330" height="300" align=""> <param name="movie" value="http://rajiv.ra.funpic.de/kn/xenad.swf"> <param name="quality" value="High"> <embed src="http://rajiv.ra.funpic.de/kn/xenad.swf" quality="High" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="330" height="300" wmode="transparent"></embed> <param name="wmode" value="transparent"></object>
For old one: currently size is 120*350, please change it accordingly.

HTML Code:
<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="120" height="350" align=""> <param name="movie" value="http://rajiv.ra.funpic.de/kn/xenoad.swf"> <param name="quality" value="High"> <embed src="http://rajiv.ra.funpic.de/kn/xenoad.swf" quality="High" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="350" wmode="transparent"></embed> <param name="wmode" value="transparent"></object>
Question ???
Jot it down here.


------------------------

.:: rajiv.de.md~sonog~khabarNepal.com ::.
.:Rules and Regulations:.

Last edited by Rajiv : 18-11-2007 at 04:57 PM.
Reply With Quote