Results 1 to 4 of 4

Thread: [RESOLVED] Flash on a form

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    Resolved [RESOLVED] Flash on a form

    i have a shockwaveflash object on my form, the problem is this code wont work, is there another code available to make the ShockwaveFlash1 be the same size as the form

    Code:
    Private Sub Form_Load()
    ShockwaveFlash1.Width = Me.Width
    ShockwaveFlash1.Height = Me.Height
    End Sub
    Thanks in Advance
    Chris1990
    If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.

    If you fail, try and try again, its the only way to success.

  2. #2
    Frenzied Member zynder's Avatar
    Join Date
    Nov 2006
    Location
    localhost
    Posts
    1,434

    Re: Flash on a form

    Try it on

    Form activate
    Last edited by zynder; Apr 20th, 2007 at 04:54 AM. Reason: Wrong message

  3. #3
    Frenzied Member
    Join Date
    Aug 2006
    Location
    India, Punjab, Bhatinda
    Posts
    1,689

    Re: Flash on a form

    I believe u missed the top & left props
    vb Code:
    1. ShockwaveFlash1.Top = 0
    2.     ShockwaveFlash1.Left = 0
    add these to the code

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    Greater Manchester, UK
    Posts
    476

    Re: Flash on a form

    It has to be in form activate

    Thanks
    Chris1990
    If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.

    If you fail, try and try again, its the only way to success.

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