A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: what the hell are these?

  1. #1
    Senior Member
    Join Date
    Jun 2000
    Posts
    170

    Wink new commands or I don't know abot them..ne1?

    Can someone please tell me what this means? My output window seems to have gone berserk.
    I can't find refernce to these functions. And I don't know from where this level #2130706430 turned up in my movie.


    Level #2130706430:
    Variable _level2130706430.AlertResponse = [getter/setter] undefined
    Variable _level2130706430.inputState = [object #72] {
    domain:"local",
    mode:2
    }
    Variable _level2130706430.movInit = [function 'movInit']
    Variable _level2130706430.setStyle = [function 'setStyle']
    Variable _level2130706430.checkPort = [function 'checkPort']
    Variable _level2130706430.tout = [function 'tout']
    Variable _level2130706430.killHand = [function 'killHand']
    Variable _level2130706430.checkMode = [function 'checkMode']
    Variable _level2130706430.getAppropriateLevel = [function 'getAppropriateLevel']

    Variable _level2130706430.setTitle = [function 'setTitle']
    Variable _level2130706430.allowStorageChange = [function 'allowStorageChange']

    Variable _level2130706430.denyStorageChange = [function 'denyStorageChange']

    Variable _level2130706430.storageErrorOK = [function 'storageErrorOK']

    Variable _level2130706430.changeKlimit = [function 'changeKlimit']

    Variable _level2130706430.pop_changeKlimit = [function 'pop_changeKlimit']

    Variable _level2130706430.doTab = [function 'doTab']
    Variable _level2130706430.onChange = [function 'onChange']
    Variable _level2130706430.setPanel = [function 'setPanel']
    Variable _level2130706430.goPanel = [function 'goPanel']
    Variable _level2130706430.frame_dispatch = [function 'frame_dispatch']

    Variable _level2130706430.frame_privacy = [function 'frame_privacy']

    Variable _level2130706430.frame_localInformation = [function 'frame_localInformation']

    Variable _level2130706430.checkSlider = [function 'checkSlider']

    Variable _level2130706430.toggleNever = [function 'toggleNever']

    Variable _level2130706430.frame_microphoneSettings = [function 'frame_microphoneSettings']

    Variable _level2130706430.frame_cameraSettings = [function 'frame_cameraSettings']

    Variable _level2130706430.showVid = [function 'showVid']

    Variable _level2130706430.frame_pop_storage = [function 'frame_pop_storage']

    Variable _level2130706430.frame_pop_privacy = [function 'frame_pop_privacy']

    Variable _level2130706430.Substitute = [function 'Substitute']

    Variable _level2130706430.getHelpURL = [function 'getHelpURL']

    Variable _level2130706430.frame_DP_init = [function 'frame_DP_init']

    Variable _level2130706430.download = [function 'download']
    Variable _level2130706430.frame_DP_download = [function 'frame_DP_download']

    Variable _level2130706430.frame_DP_error = [function 'frame_DP_error']

    Variable _level2130706430.DP_dl_accept = [function 'DP_dl_accept']

    Variable _level2130706430.DP_dl_deny = [function 'DP_dl_deny']

    Variable _level2130706430.gScope = "/support/flashplayer/sys"

    Variable _level2130706430.myRoot = [movieclip:_level2130706430]

    Variable _level2130706430.domainSettings = [object #108, class 'SharedObject'] {
    data:[object #109, class 'Object'] {
    allow:false,
    always:false,
    klimit:100
    }
    }

  2. #2
    Senior Member
    Join Date
    Mar 2002
    Posts
    298
    I'd be very interested to know how you managed to get that up. There's some mighty useful stuff in there

  3. #3
    Senior Member
    Join Date
    Jan 2001
    Posts
    106

    its settings window

    hi guys,

    In Flash6 player, there is something called settings which helps the user to manipulated web cam and cache stuffs.
    The interesting things is the settings window is an Movie clip with level 2130706430. Those information in your output window are nothing than various properties and assets of the setting window.

    You can kill your settings window by settings its visibility false.....

    You can see that by right clicking the flash movie at run time and seeing the list of objects and variables using Debug menu.

    good luck
    gnana

  4. #4
    Senior Member
    Join Date
    Jun 2000
    Posts
    170

    i wonder if we can use them

    you are rigt gnana.

    But I wonder if these settings could be directly manipulated. If this is possible then it might be a major security concern.

    I haven't tried yet but I believe that these variables might be vulnerable to manipulation becuase the moiv clips don't stop playing while the settings clip is on display.

  5. #5
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,789
    I think they can be manupulated but without any effect unless the user 'says ok'

    http://www.google.com/search?q=_level2130706430
    http://groups.google.com/groups?sour...evel2130706430

  6. #6
    Senior Member
    Join Date
    Jun 2000
    Posts
    170

    thnx

    I still wonder if it can be exploited. I am going to try the ASSetPropFlags function with this.
    Wonder if it unlocks it.


  7. #7
    Senior Member
    Join Date
    Jan 2001
    Posts
    106

    U cannot do much

    hi puneet,

    you cannot do much with it....all that you can do is hide the MC(Settings).....you cannot load any other MC in that level....you cannot do much with it as far as i know...there are lot many people who tried this as the player was release....that includes me.....

    I accept we are clever....but Macromedia is Clever tooooo.

    regards
    gnana

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