markblue777
10-01-2008, 04:08 PM
Hi all,
I have a problem. My problem is in flex 3 and with embeding a swf.
In my swf i have just a simple little pop up window with 5 text fields in it (dynamic and named)
what i want to do is embed it into my application then get access to it so i can get access to the text fields within it so i can change them.
now i can get the movie clip fine (i can add it to the scene and remove it)
however if i try to access a textfield on it i get the error of.
"ReferenceError: Error #1069: Property popUp not found on Main_popUpMenu and there is no default value."
in my swf i have the movie clip named pop.
so in thoery
m_mc.pop.heading.text = "test";
should change the text for the heading text field. However it does not and it just shows the error above. I have spent a couple of hours on this now and still no luck. Does anyone have any thoughts.
Regards
Mark
I have a problem. My problem is in flex 3 and with embeding a swf.
In my swf i have just a simple little pop up window with 5 text fields in it (dynamic and named)
what i want to do is embed it into my application then get access to it so i can get access to the text fields within it so i can change them.
now i can get the movie clip fine (i can add it to the scene and remove it)
however if i try to access a textfield on it i get the error of.
"ReferenceError: Error #1069: Property popUp not found on Main_popUpMenu and there is no default value."
in my swf i have the movie clip named pop.
so in thoery
m_mc.pop.heading.text = "test";
should change the text for the heading text field. However it does not and it just shows the error above. I have spent a couple of hours on this now and still no luck. Does anyone have any thoughts.
Regards
Mark