How to get the contentPath of Gallery Images
hi
I am converting my project from adobe flash cs2.0 to cs3.0 and creating gallery that get images from my gallery images directory and its working fine , now I want to pass the image name to my external file which is a aspx file to store it in txt file to display the image in ecard later
In cs2.0 I was getting the path like this
ch1fn=this._parent.extimg.char1.contentPath;
ch1posx=this._parent.extimg.char1._x;
ch1posy=this._parent.extimg.char1._y;
please guide how to collect the contentPath in cs3.0
Thanks
