User Tag List

Results 1 to 4 of 4

Thread: Handling <param>s in <applet> blocks

  1. #1
    No Products Registered

    Join Date
    Nov 2009
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Handling <param>s in <applet> blocks

    Hey guys!

    When we define the HTML for our applet, e.g.,

    Code:
    <applet code="class.class" archive="mygame.jar" width="100" height="100">
        <param name="myname" value="hojimbo">
        <param name="mycity" value="San Jose">
    </applet>
    Is there a way to access the values of "myname" and "mycity" from within my applet?

    Thanks!

  2. #2
    No Products Registered

    Join Date
    Nov 2009
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Handling <param>s in <applet> blocks

    Anyone?

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Handling <param>s in <applet> blocks

    Try to use CommandItem$("parameter"). It works with Vitalize, so maybe it works with java applets too.

  4. #4
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    mobichan's Avatar
    Join Date
    Oct 2007
    Location
    Buffalo, NY
    Posts
    3,310
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)

    Re: Handling <param>s in <applet> blocks

    Can you elaborate on how you would "use" that line of code? Not to sound too newbish, but I am fairly competant in MMF2, just not competant in anything web related. ^_^'

    Mobichan

Similar Threads

  1. Session Handling using MMF
    By DJFuego in forum HTML5 Export Module 2.5
    Replies: 5
    Last Post: 11th August 2015, 06:12 PM
  2. Getting "param" tag data
    By Game_Master in forum SWF/Flash Export Module Version 2.0
    Replies: 12
    Last Post: 31st May 2011, 10:00 PM
  3. Comment récupérer param d'un true-event ?
    By ouly in forum Extension Developers Lobby
    Replies: 0
    Last Post: 16th October 2009, 09:44 PM
  4. Not handling decimals...
    By Raylax in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 18th December 2008, 06:51 PM
  5. Looking for the param that chooses an object...
    By Iwantmyrpg in forum Extension Development
    Replies: 4
    Last Post: 16th November 2008, 01:36 AM

Posting Permissions

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