Dynamic Text field prob

hey all,

i’m trying to view the selectedData from my radio button on another frame in a dynamic text field…but i keep getting the error “undefined”???

here is my code:
on frame2:—> output1 = “Your Gift: “+sun.target.selectedData+””;
on the first frame is this:—> var oListener:Object = new Object();
oListener.click = function(oEvent:Object):Void {
trace(oEvent.target.selectedData);
};
gifts.addEventListener(“click”, oListener);

ps the trace works great! its just when i try put that data into a dynamic text field :S:S

cheers inadvance peeps :slight_smile: