sw parameters in reverse order

Ask a Question related to Macromedia Shockwave, Design and Development.

  1. #1

    Default sw parameters in reverse order

    We have several shockwave objects built into our learning management
    application. These objects use ini files to display user relevant learning
    content. These objects no longer work in IE.

    After investigation we found that SW Player 11 is reading the parameters 'sw1'
    through 'sw9' in reverse order. On Mozilla, they are being read in the correct
    order. This is amazing how such a turn around could happen with a new version
    of the player.

    Unfortunately our objects were programmed to read the parameters in their
    order rather than by their name. To make things worse we do not have the
    correct source code for most of the objects as they were developed in 97.

    Does any one know if there is a fix for this? Any information you can provide
    will be greatly appreciated.

    Thanks in advance.

    tomyjijo Guest

  2. Similar Questions and Discussions

    1. How can I - Reverse Page Order? Delete all odd pages?
      I have documents that need to be archived, unfortunately the laser printer makes then curl so I can't scan them as simplex through the ADF. I can get...
    2. php/mysql query insert values into enters the records in reverse order
      I'm loading tab delimited lines from a txt file using php and running a query for each line to enter the data into a mysql database. However the...
    3. Reverse Page Order
      I have a 25 page pdf document that is in the wrong order. What is the best way to reverse this order? Thank you.
    4. create parameters without creating parameters
      cant you create ado command parameteres without creating a parameter object? i have a function that takes the name of a stored proc, and two...
    5. Reverse Order?
      I read a text file into HTML for viewing through a webpage, fairly straight forward. Open (INFILE, "<filename.txt") || die "Error opening...
  3. #2

    Default Re: sw parameters in reverse order

    If you don't have the source, there's not much you can do - your
    application /should/ have been written to utilise
    externalParamValue("name") instead of externalParamValue(index)
    Sean Wilson Guest

  4. #3

    Default Re: sw parameters in reverse order

    Thanks Sean. But that doesn't help me, right?

    While I agree that not having the proper source is an error on our part, I do
    not agree to your view that we shouldn't have used externalParamValue(index).
    There is no way to foresee that a new version of the player would change a
    basic functionality like this. ExternalParamValue(index) was a legitimate code
    until SW player v11.

    I think this is an unintentional bug. Please let me know if we have a way to
    bring this to Adobe's notice, other than by the bug reporting on the site. I
    did report this twice but there was no response.

    We have more than 4000 courses affected by this and the damage is already huge.



    tomyjijo Guest

  5. #4

    Default Re: sw parameters in reverse order

    > Thanks Sean. But that doesn't help me, right?

    No, it doesn't sorry.
    > While I agree that not having the proper source is an error on our part, I do
    > not agree to your view that we shouldn't have used externalParamValue(index).
    > There is no way to foresee that a new version of the player would change a
    > basic functionality like this. ExternalParamValue(index) was a legitimate code
    > until SW player v11.
    >
    > I think this is an unintentional bug. Please let me know if we have a way to
    > bring this to Adobe's notice, other than by the bug reporting on the site. I
    > did report this twice but there was no response.
    That's the only way I'm aware of. No-one from Adobe monitors this forum.
    Perhaps you could email Allen Partridge (Director Evangelist) directly:
    allenp (at) adobe (dot) com
    Sean Wilson Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139