rrspyke
02-17-2008, 06:33 PM
I have 2 dynamic textfields, both receiving 'guestbook' text from 2 different PHP's
Both are inside MC's, inside MC, inside MC.
At one point though, the TWO MC's share the same timeline, but on different frames. I need to get the PHP 'PRINT' line to go to the 3rd frame and find the second MC containing the second text field, then print from the proper PHP.
The reference to the First TEXTFIELD location in the PHP script looks like this:
print "...blah blah........&_root.pages.pages1.pages2.mc.GuestBook=";
(this one above works)
and the reference to the 2nd TEXTFIELD location in the 2nd PHP script needs to looks like this:
print "...blah blah....&_root.pages.pages1. pages2.//this is where i need a reference to frame 3 //.mc2.BGuestBook=";
Any Ideas how to reference a particular frame within the PHP???
I hope this is understandable!!!!!:eek:
Both are inside MC's, inside MC, inside MC.
At one point though, the TWO MC's share the same timeline, but on different frames. I need to get the PHP 'PRINT' line to go to the 3rd frame and find the second MC containing the second text field, then print from the proper PHP.
The reference to the First TEXTFIELD location in the PHP script looks like this:
print "...blah blah........&_root.pages.pages1.pages2.mc.GuestBook=";
(this one above works)
and the reference to the 2nd TEXTFIELD location in the 2nd PHP script needs to looks like this:
print "...blah blah....&_root.pages.pages1. pages2.//this is where i need a reference to frame 3 //.mc2.BGuestBook=";
Any Ideas how to reference a particular frame within the PHP???
I hope this is understandable!!!!!:eek: