|
| I'm testing a app that records some streams and puts them all in a list=20
component based on shared object.Something like this=20
vids_so =3D SharedObject.getRemote ("plist", client_nc.uri, true);
vids_so.onSync =3D function (list)
{
files_lb.removeAll ();
for (var i in vids_so.data.vArray)
{
files_lb.addItem (vids_so.data.vArray[i], vids_so.data.vArray[i]);
}
};
vids_so.connect (client_nc);=20
If I publish my flash for FlashPlayer 6 i get no error , but for FlashPlaye=
r=20
7...i get some "undefined" strings in the empty lines of the list..I also=
=20
get some other problems on some button components..
Can anybody tell me why is this happening ?
Thx
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|