User Tag List

Results 1 to 2 of 2

Thread: [Question] ActiveX > Action/Condition/Expr Output

  1. #1
    No Products Registered

    Join Date
    Sep 2006
    Location
    Australia
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Question] ActiveX > Action/Condition/Expr Output

    I'm trying to work out how to get a flash to send MMF2 variables, I poked around the ActiveX object and found the "Action/Condition/Expr Output" set of expressions, the manual makes it sound as tho this is how to get replies out of actions such as variables and the arguments of FSCommands.

    But using the expression gives the following:

    ParamAsStr$( "Shockwave Flash Object", > Enter string here <, > Enter string here <)

    I'm unsure what to put into the two string areas.

    Does anybody know?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Sep 2006
    Location
    Spain
    Posts
    170
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Question] ActiveX > Action/Condition/Expr Output

    Hi RaiFox!

    I used this once, and it was very helpful. This is what I remember, maybe it isn't accurate. Neither it is my english but i'll try:

    Some ActiveX controls have events that return data in variables that are referenced as arguments. Something like this:

    name_of_the_event(variable_that_will_keep_event_re lated_data)

    With ParamAsStr$ you can recover these variables, and you need to specify:
    1. The MMF object
    2. The name of the event
    3. The name of the variable

    So it would be something like this:

    ParamAsStr$( "Shockwave Flash Object", "name_of_the_event", "variable_that_will_keep_event_related_data")

    I only used it with events, I don't know if it works with the methods too.

    Greetings!

Similar Threads

  1. ActiveX output string parameter?
    By Ran_TH in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 14th January 2009, 06:03 AM
  2. popup with condition or action
    By droberson in forum Extension Development
    Replies: 2
    Last Post: 28th December 2008, 05:21 AM
  3. ActiveX question: Retrieving output from control
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 5th September 2008, 01:18 AM
  4. action/condition/expr - how to use?
    By Dave in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 3rd March 2008, 02:36 PM
  5. ActiveX Action/Condition/Expr? How does it work?
    By Pablo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 4th October 2006, 10:15 PM

Posting Permissions

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