+ Reply to Thread
Results 1 to 4 of 4

Thread: Another funny question of mine.
      
   

  1. #1
    Iravi's Avatar
    Iravi is offline Sergeant
    Join Date
    May 2008
    Posts
    23

    Question Another funny question of mine.

    I would like to insert a very nice script in one of my site's pages (radost-la.org), but... I've got no idea how the address of the image I should write in this scritp. The image itself there is already in "Images" folder in BV folder in "My documents?.

    It is :

    <IMG align=middle id=revealpict
    src="image address"
    style="FILTER: revealTrans(duration=6,transition=12); VISIBILITY: hidden">
    <SCRIPT language=JavaScript>
    var rpic1;
    var rpic2;
    function revea**o() {
    rpic1 = revealpict;
    rpic1.filters.revealTrans.Apply();
    rpic1.style.visibility = "visible";
    rpic1.filters.revealTrans.Play();
    setTimeout('doIt()', 10000);
    }
    function doIt() {
    rpic2 = revealpict
    rpic2.filters.revealTrans.Apply();
    rpic2.style.visibility = "hidden";
    rpic2.filters.revealTrans.Play();
    setTimeout('revea**o()', 10000);
    }
    window.onload=revea**o
    </SCRIPT>
    </SCRIPT><!--VERMEER bot=HTMLMarkup -->

    Any sugestion please?

    Irina

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Another funny question of mine.

    src="image address"

    src="http://radost-la.org/imagename.jpg"

    ftp/upload your image to your website

    change the imagename.xxx above to the exact name of your image.......

  3. #3
    Iravi's Avatar
    Iravi is offline Sergeant
    Join Date
    May 2008
    Posts
    23

    Default Re: Another funny question of mine.

    Thank you so much, David! Now it worked.

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49