I need to know if what I want even exists

Discussion in 'Products & Tools' started by corena, Mar 14, 2006.

  1. #1
    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?
     
    corena, Mar 14, 2006 IP
  2. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    #2
    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?
     
    Weirfire, Mar 16, 2006 IP
  3. weblord

    weblord Well-Known Member

    Messages:
    207
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    118
    #3
    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
     
    weblord, Mar 16, 2006 IP