Results 1 to 2 of 2

Thread: Loading Screen with swf file

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2009
    Posts
    524

    Loading Screen with swf file

    how to make thise:
    Form3 to have 1 .swf file that will apear when the program starts after the .swf fineshes to show Form1 ?

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: Loading Screen with swf file

    If you know the play length of the swf file, you can use a webbrowser control and a timer to do this. Add a WB and a Timer to your Form3. Set the timer.Inverval = the length of the movie. On Form3.Load, you navigate the WB to the swf file and start the timer. In the timer.tick event handler, you close form3 and show form1.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

Posting Permissions

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



Click Here to Expand Forum to Full Width