ActionScript 3.0 :: Pass External Text As A Variable?
Aug 13, 2010
I have a video player which plays several files which I can replace externally. I want a viewer to be able to click on a movie and be taken to a specified web page (HTTP)
I do not want to have to open and update the swf every time I change the movies.
Can I load the contents of a .txt file which contains the web address and the use that veriable to replace the address in navigateToURL command.
I've created a Flash video player that I regularly embed into HTML pages and use flashvars to update the path of the video to be played. The variable that I reference is named "videoURL" and is passed as a flashvar using "'flashvars', 'videoURL=myVideo.flv,"
The problem that I am having is when passing that same variable into my SWF when it is loaded externally into a new Flash file. I load the child SWF into my main FLA using the Loader class and I am able to run a successful trace on my variable using "trace(MovieClip(loader.content).videoURL);"
Obviously, I can't overwrite the variable with "videoURL = 'newVideo.flv'" as I have not defined videoURL in the main FLA. So my question is, how do I target my child SWF and what method do I use to pass it a variable? I'd assume that the correct method would also allow me to call a function from within the child SWF.
I hope that someone can explain this to me as every "solution" I've come across either suggests using HTML or Javascript, references AS2, or simply doesn't directly address my problem.
I have an external log file which name changes each session, with the format XXXXX.log
I need to load it inside a swf to show its data, but each time the logs name is different, I need to open the .fla, changing the name of the file and then republishing the swf.
So I have made a simple script to load another .txt, to type manually in it the 5 number of the logs name and load it externally inside the swf:
Code: var logNumLoader:URLLoader = new URLLoader(); logNumLoader.dataFormat=URLLoaderDataFormat.VARIABLES; logNumLoader.addEventListener(Event.COMPLETE, loadedLogNum);
[Code]....
While I cannot assign the value of logNum to the last function, the .log cannot be opened.
I have an external log file which name changes each session, with the format XXXXX.log I need to load it inside a swf to show its data, but each time the log's name is different, I need to open the .fla, changing the name of the file and then republishing the swf. So I have made a simple script to load another .txt, to type manually in it the 5 number of the logs name and load it externally inside the swf:
I have an input field with the var name "chosenloc" in the same scope as the timeline I'm working in. I've set the input field var in code, on the fly, and by entering a number right into the field.
I'm writing a drag and drop game, and when an object is dropped I need information about that object to pop up in a text box. I've got the draggable objects set up via a class. Within the class I have variables set up with the text for each object such as
I have a movie player that works fine when i hard-code the url value in the video function, but when i try to pass that url/file path from an external file, the video doesn't load. I suspect that there is something i'm doing wrong with the quotes. What am i doing wrong?
I have a class that loads data from a text file and puts it into an array called tdv.importedTxtArray (public var).In a separate class i have written [code]The infoArray does not then contain the imported text however because tdv.importedTxtArray is not given its popper contents until about 1/2 a second after the tdvLoader class executes (i.e: when Event.COMPLETE is run and the array is populated with strings from the external text file). Subsequently in the code above infoArray is set to a blank array.How can i get the code in my separate class to ''wait' until tdv.importedTxtArray is properly populated before accessing it.
Trying to pass a variable as well and cant seem to escape to pass it. How can I pass using window.open as such: Trying to pass (pid) all i get back is (pid) and not actual pid.How to on a jscommand?
Code: something.onRelease = function () { var jscommand:String = "window.open('http://www.someform.php?proj= + (pid)','win','height=200,width=300,toolbar=no,scrollbars=yes');"; getURL("javascript:" + jscommand + " void(0);"); }
I can do a standard getUrl("http://www.someform.php?proj=" + (pid), "_blank"); works fine but no control over window properties.
I'm trying to pass the contents of variable playnoyes to the long line of code below to decide whether or not to autoplay the flash movie, but doing it as I have below, the resultant line of code has the variable in quotes and therefore the code doesn't execute it as expected. My question is, how can I pass the variable so that the resulting line of code doesn't have the quotes around the variable value.
var playnoyes='true'; var testtext = "<script type='text/javascript'>AC_FL_RunContent ('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.[code]....
I am trying to do is declare a variable in PHP and pass that variable to my flash file. Right now i am simply trying to do 1 easy variable, more will happen in the future but i need to figure this out first.I have used other forums and they say try this and that, but nothing i do seems to work. here is my code.
I want to be able to load an external text from an http request to a string in my flash application.
i know that with loadvars i can load variables, when the output is as: key=value&key=value.. but this is not the case here. i get in return a string with several random characters. how can i properly retrieve them ?
I'm working on a project that involves pulling a number from a text file on a remote server. I am familiar with the intricacies of loadVars and loadVariables, but in this particular case, the text file only contains a number. It is not preceeded by a variable name or anything like that. It is just: 40. Is there a way to pull this into flash without a variable name so I can display it in a dynamic text field?
I'm working on a project that involves pulling a number from a text file on a remote server. I am familiar with the intricacies of loadVars and loadVariables, but in this particular case, the text file only contains a number. It is not preceeded by a variable name or anything like that. It is just: 40. Is there a way to pull this into flash without a variable name so I can display it in a dynamic text field?
spot the error here that is giving me a TypeError: Error #2007: Parameter text must be non-null.The text field captions are in a file named captions.txt in the same root folder.
Code: var myURLLoader:URLLoader = new URLLoader(); var myURLRequest:URLRequest = new URLRequest("captions_tuesday.txt");
Trying to augment the Kirupa tutorial "ActionScript Text Animation" [URL] to take an external text file. When I switch out the line: text = "There is only one..." with: myLoadVar = new LoadVars (); myLoadVar.load("davetextdoc.txt") myLoadVar.onLoad = function (success){ if (success == true) { output.variable = "text" output.text=myLoadVar.text; }} I get the word "undefined" repeatedly loading itself. The text file is properly formatted (text=dave's text here...) I've tried untold permutations to self-solve.
I'm using LoadVars to load an external file that has one variable containing an array with a few sub arrays. Code: var externalData:LoadVars = new LoadVars(); externalData.onLoad = function() { var sectArray:Array = externalData.sectArray; }; externalData.load("portfolio.txt"); But every time I try to get one of the values I get "undefined". is there another way?
So i have an external text file organized like this:
/* $file: data.txt */ &title0=Sacrum &detail0=Detail text for Sacrum &title1=L5
[Code].....
There are 28 of these 'title' and 'detail' pairs. The 'title' text is to fill a dynamic text box and the 'detail' to fill another dynamic text box depending on which section the user is mousing over.
My issue is getting the text from the file stored into arrays. For my test loop I keep getting undefined as the stored value, and i know it has something to do with converting a string value to object..
var lv:LoadVars = new LoadVars(); lv.onLoad = handleDataLoad; lv.load('data.txt'); function handleDataLoad (success:Boolean) {
I am trying to load an external variable text file into a movie but it is returning compiler errors. Please suggest a solution. The source code is ......
var myTextLoader:URLLoader = new URLLoader(); myTextLoader.DataFormat=URLLoaderDataFormat.VARIAB LES; myTextLoader.addEventListener(Event.COMPLETE, onLoaded);
[code]....
The external file is "gxcvrt.txt" while name, slogan, rep, button1-7 are the variables to be loaded.The compiler returns the following errors (highlighted in red)
Line 4 '{' expected Source = function onLoaded(e:Event) :void {
I am trying to pass a variable with brackets in the variable name. Example
productoption[]="value";
Whenever I publish the file flash gives me an unexpected "]" error code. Is it possible to have a variable name with brackets? I tried to use the escape codes %5B%5D to pass the brackets but that didn't work also.
I am able to pass a variable from an html link that loads a separate html file and instructs the embedded file to go to a specific frame. But - I now need a link within an swf file on one page to open a new page and tell that swf to start on a specific frame and it is not working. Here is the code I use for the first example - works like a champ:
I want to put a variable at the end of a URL and have Flash "find" that variable. The url would be: [URL] "Campbell" is the variable I want to pass to Flash. I then have this script in the root timeline: loadVariables (""+agent".txt", this);
I want "agent" to be replaced with Campbell. That way I can have it read a bunch of variables from the txt file. I tried this as well: loadVariables (""+_root.agent".txt", this); What am I missing in this?