Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. What's wrong with my codes??

What's wrong with my codes??

Scheduled Pinned Locked Moved Visual Basic
helpquestionadobe
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    i try to make a about form to display a flash using application.startuppath i pretty sure i already put the loading.swf in the application folder, but i dunno y when it loads still nth to display, below is my coding Private Sub MenuItemAbout_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItemAbout.Click about = New About() about.ShowDialog() about.flash.Movie = Application.StartupPath + "\loading.swf" about.flash.Playing = True End Sub anyone have any idea what is the problem?? any help is greatly appreciated...

    G 1 Reply Last reply
    0
    • A Anonymous

      i try to make a about form to display a flash using application.startuppath i pretty sure i already put the loading.swf in the application folder, but i dunno y when it loads still nth to display, below is my coding Private Sub MenuItemAbout_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItemAbout.Click about = New About() about.ShowDialog() about.flash.Movie = Application.StartupPath + "\loading.swf" about.flash.Playing = True End Sub anyone have any idea what is the problem?? any help is greatly appreciated...

      G Offline
      G Offline
      gpa2000
      wrote on last edited by
      #2

      Dont know. This is how i show swf files: Use a ShockWaveFlash (flash.ocx) control and run: Me![swfCredits].Movie = App.Path & "\AppCredits.swf" Grtz, Guus

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups