Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
digital #1
loading MC loading text path question? link fixed
Sorry my link to the files was bad before
> I have a movie that I dynamically load text into the "bodyText" dynamic
> text field from a text file it works fine. However when I load that
> movie into the shell it needs to play out of it doesn't load the text
> it puts "_level0.contentLoaderMC.bodyText" in the field instead. It
> appears to be a path issue, its one of those things that really trips
> me up I wish someone could explain how and when the paths are necessary?
>
> I have dummied up some files they are available here:
try this link 8)>
> [url]http://www.benchmarkstudios.com/clients/loadingMCloadingtextquestion.zip[/url]
> (its small maybe 12K)
>
>
this is the code in the frame of the shell.fla
//load Movie Behavior
if(this.contentLoaderMC == Number(this.contentLoaderMC)){
loadMovieNum("auhistory2.swf",this.contentLoaderMC );
} else {
this.contentLoaderMC.loadMovie("auhistory2.swf");
}
//End Behavior
This is the code in the history.fla that loads the txt file
loadVariablesNum("auHistory2.txt", 0);
both movies only have 1 frame each
> TIA
> [email]digital@benchmarkstudios.com[/email]
digital Guest
-
About loading Variables from url link
I would like to make a xmas ecard and want to include the recipient's name and greeting message in the swf. I would like to define the name and... -
loading MC loading text question?
I have a movie that I dynamically load text into the "bodyText" dynamic text field from a text file it works fine. However when I load that movie... -
PHP files not loading- html loading fine from the same folder!?
I have IIS installed on a Win2000 Server SP4 platform. I have installed PHP V4.3.3 and phpBB forum pages. All is running fine except for one slight... -
Webpage stops loading when link is clicked.
I've managed to construct an ASP page that reads JPG file names from a directory, then constructs a page with a table of links to bigger JPG... -
loading text in flash mx.
I have an existing site that has MC window that pops up when a nav button is pressed. this window displays a very nice scrolling text field. I now...



Reply With Quote

