Custom

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chuckzter
    New Member
    • Oct 2007
    • 56

    Custom

    Greetings everyone.

    I was trying to embed a flash file into visual basic last night. Now, i have browsed for tutorials and found out that you have to add components etc. and it came to the point that on the instruction was to (go to properties) of the shockwave flash and set custom. My problem is, when i go to the properties of my shockwaveflash1 it doesn't have the option "CUSTOM". I mean it doesn't exist. If anybody could help me? Like, is it because i have to trigger something to view that option? Or is there an alternative coding? Thanks in advance. Please reply ASAP.
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Hi

    What version of flash are you using? If you want to play the flash during run time see example below

    [CODE=vb] Shockwaveflash1 .Movie = App.Path & "MyFlash.sw f"
    flsStartup.Loop = True[/CODE]


    Rey Sean

    Comment

    Working...