I need to ffind out whether you can add a flash background to your desk top that can do anything you can do with flash lets say you mouse over something and it follows it with a fancy trail? Anybody know of a script or program or tool that does this?
Okay the effect is definitely possible but I'm not sure about whether it is possible for your desktop and I don't have the script that can do this. I can pursue this if you want?
try this code: <?XML version="1.0"?> <Channel> <Item HREF="http://www.yourdomain.com/flash.htm"> <Title>Nabaza.com Desktop Item</Title> <Usage Value="DesktopComponent"> <OpenAs VALUE="HTML" /> <Width VALUE="320" /> <Height VALUE="200" /> </Usage> </Item> <Schedule EndDate="9999.11.05"> <IntervalTime HOUR="1" /> <EarliestTime HOUR="8" /> <LatestTime HOUR="23" /> </Schedule> </Channel> Code (markup): save as "flash.cdf" upload to your site and put a link that calls it to a .htm page and open that .htm page and click on it using msie. make sure this page: http://www.yourdomain.com/flash.htm contains your .swf game not the .swf itself