How should I use options on button control to e.g. launch MePo (g)player function? (1 Viewer)

Guzzi

Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,161
    747
    Hi All,

    I would like to call the player function from MP from a skin via buttoncontrol with a pseudo-ID (that is not bound to the plugin-DLL).

    I tried to find Infos about that, but still not sure about what's possible and how to do it.

    I have found following tags, that might be related:

    - hyperlink (works at least to jump to other plugins adressed with it's ID)
    - action (what iD would I have to use for internal player and ho to handover the filename?)
    - application/arguments: Would it be possible, to launsch e.g. external player with that?
    - script: As far as I understood, this is run without GUI interaction, but could it be used to launch other functions?

    Maybe some of the experienced skinners can give me some help - or point me to the right direction or documentation?

    THanks,

    Guzzi

    <control>
    <type>button</type>
    <description>Launch playerfunction to play a file</description>
    <id>10201</id> <!-- pseudoID is not present in plugin -->
    <hyperlink></hyperlink>
    <action></action>
    <application></application>
    <arguments></arguments>
    <script></script>
    </control>
     

    Users who are viewing this thread

    Top Bottom