Installation interactive flash map

Dan_Willis

New Member
Recently I have found an excellent resource for web-developers. On a site www.fla-shop.com is submitted the wide range of various interactive maps for websites. Cost too is very attractive.
These maps do not demand knowledge flash, but I do not know as setup flash object on page.
Help please.
 

misho

New Member
Here's a quick one (of that dancing banana):

Code:
<object type="application/x-shockwave-flash" 
data="http://69.93.231.198/albino_flash0004/banana(www.albinoblacksheep.com).swf" 
width="550" height="400" />


There are also more advanced things you can do, like passing parameters to the object. Do you think you'll need to do that?
 
Top