Results 1 to 2 of 2

Thread: preload images

  1. #1
    Join Date
    May 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy preload images

    hi,

    I am downloading dll using <object tag> in Asp.net.
    I wanna to place preload images fot this page.After dll installed in users system,the preload images should be stopped.

    how to do that

    Pleas help me

    sangeet

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    the preload images should be stopped.
    "stopped"? loading? dissapear?

    the dll will be hard to track... I mean... it's the server sending data to the client, but you'll need something checking if the download has finished for the browser. Seems like it needs to be serverside code, but I'm not sure how security will deal with that.

    there was a question like this recently in another thread. I can't recall if it was you or not, but there is more information in there if not, and, if it was you as well, then the question has already been explained pretty well...

    Maybe someone will know, though.



    One random thought:
    <object .... onLoad="stoploadingimages()">, or something. Maybe?!

Bookmarks

Posting Permissions

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