A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: How can I access this variables?

  1. #1
    Junior Member
    Join Date
    Aug 2004
    Posts
    7

    How can I access this variables?

    Hi All!

    I don't know how can I access this variables. Pls help me. This is a list component.

    s and k variable

    Code:
    Variable _level0.available.__dataProvider = [object #460, class 'Array'] [
        0:[object #461, class 'Object'] {
           s:"1",
           k:"2",
          label:"Próba"
        },
        1:[object #462, class 'Object'] {
           s:"1",
           k:"3",
          label:"Próba 2"
        }
      ]
    or/and this one
    (dataset component)

    Code:
    Variable _level0.data_set.__items = [object #694, class 'Array'] [
        0:[object #695, class 'Object'] {
          id:1,
          bemutato:"proba.swf",
          nev:"Próba",
          kat:2,
          subkat:1,
          __ID__:"IID8987976843"
        },
        1:[object #696, class 'Object'] {
          id:2,
          bemutato:"proba2.swf",
          nev:"Próba 2",
          kat:3,
          subkat:1,
          __ID__:"IID92844000226"
        }
      ]
    I want to use something like this: x = data_set.items[0].id but don't know the right path to the variable.

    Thx 4 the help!
    Záby
    Last edited by Záby; 03-16-2005 at 11:04 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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center