1 Reply Latest reply: Apr 27, 2012 4:39 AM by Ned Murphy RSS

    Load the External text and css file for more frames

    ramviswa123 Community Member

      hello..

       

             I created one Movie file. In that I load the External text and css file in first frame and display the first variable value in one text box.

      And then in 2nd frame I use another one text field and display the 2nd variable value like that I want to load the more variable in more textboxes with different frames.

       

           I loaded  for first variable value in first frame. But I don't know how to do next frames like that..

       

       

           Help me...

        • 1. Re: Load the External text and css file for more frames
          Ned Murphy CommunityMVP

          You need to load them in the frames they are in.  You can store the loaded data in variables in frame 1, but you will need to extend that layer so that whatever is stored is avaliable in other frames.  The code to load the data into the other textfields can then be done in the frames where it is needed.

           

          There are other options, such as not using other frames for content or having all of them in frame 1 and making them invisible until you get to the other frames where they get turned visible.