Results 1 to 2 of 2

Thread: Flash OCX setVariable trouble

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    3
    i can getVariable no problem. the problem comes when i try to change a variable that's in the swf already.

    the doc here http://www.macromedia.com/support/fl...hflash_03.html says the syntax is SetVariable(variableName, value)

    i have a flash object titled fla_01

    so how come when i do fla_01.SetVariable("bubba", "test) VB tells me that it expects an = ??

    so i tried fla_01.SetVariable("bubba") = "test"

    and it says that the arguments are not optional. i'm tired, and i have no idea.

    any help would be great.

    -SallyO


  2. #2

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    3
    found it........

    you don't use the prenthesis at all and it works fine.

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