Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: load external text into child movie

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Posts
    20

    load external text into child movie

    Hey all,
    i know other have had similar problems because i've seen similar posts on other forums. My problem is that I have text that i load into a movie using the LoadVars() function:

    datesText = new LoadVars();
    datesText.onLoad = function(success) {
    if(success) {
    dates.htmlText = datesText.news;
    }else{
    dates.text="error loading...please try again later...";
    }
    };
    datesText.load("http://www.matbryant.com/news.txt");

    simple...and it works great, until i load the movie into a parent movie. I've tried using _root.loader.dates (loader being the name of the window the movie loads into)
    _parent, this ,everything...i think it maybe a level issue but i'm not sure how to detect the level it is on.
    Also, if i put text into the dynamic text box, or if i make it an input text box, the text still won't appear and you can't input text into the box, even though the curser shows up as if it were over a textbox.
    Does anyone have any idea how i could fix this? Thanks for your help!!

  2. #2
    Junior Member
    Join Date
    Jun 2004
    Posts
    20
    nevermind i figured it out...it was a masking problem
    thanks!

Similar Threads

  1. Flash load unload movie into main movie specific frame
    By hamlett22 in forum Flash Discussion Forum
    Replies: 1
    Last Post: 03-10-2007, 10:14 AM
  2. Begin Flash Movie on page load...
    By incraftfun in forum Flash Discussion Forum
    Replies: 1
    Last Post: 12-27-2006, 04:32 PM
  3. Loading child movie while parent movie is loading
    By subho in forum Flash Discussion Forum
    Replies: 0
    Last Post: 11-19-2005, 03:04 AM
  4. preloading child movies into parent movie
    By pbrollwitme in forum Flash Discussion Forum
    Replies: 1
    Last Post: 07-18-2005, 02:16 AM
  5. Load Movie ('swf file for which user clicked on an html page
    By Touseef in forum Flash Discussion Forum
    Replies: 3
    Last Post: 07-23-2004, 10:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •