Welcome, Guest
  • Author Topic: add movieclip in datagrid  (Read 2225 times)

    shahzeb

    • Jr. Programmer
    • **
    • Posts: 77
      • View Profile
      • Email
    add movieclip in datagrid
    « on: 05/16/06, 04:30 »
    I wanna add movieclip into datagrid.

    I just use this.

    my_dg.dataprovider = MovieClipLinkageName;

    how can i add movieclip in datagrid.

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: add movieclip in datagrid
    « Reply #1 on: 05/16/06, 08:08 »
    You should use the Cellrenderer API, that means a container with ID as the cellrenderer class and the clip iniside and a cellrenderer class. The iconcellrenderer in http://www.flash-db.com/Tutorials/cellrenderer/ could give you a good starting point

    Jorge