Unable to update text content in flash website
I have a created flash based website pages. My site generally consist of blog type content it holds lot of informative data, but it is becoming headache now to change the content on the website and am finding out the best easy way to alter the content putted on the flash site so does there any method to update their text info, and it is possible to fetch the text info from blog or text file in flash. does it require database programming? Or this is because the site is over burden with the data it contain? am really confused in searching what would be the cause.
Re: Unable to update text content in flash website
I want to light some points in front of you, does have you enabled any HTML pages in your Flash web site.This is because scripts and other things embedded in them that might cause you problems, this sometimes overburden your site, I don’t really care about most of them because they are a problem. This will affect your visitors to say that your site doesn’t work. This cause the site not to function correctly when someone pays you a visit.
Re: Unable to update text content in flash website
I will provide you the code that you have to enable with your flash website this will allow you to update your text in flash website
Code:
The code I use for one of my sites for the 'news' section is:
System.useCodepage=true;
newstext.html=true;
myLoadVar = new LoadVars();
myLoadVar.load("newstext.txt");
myLoadVar.onLoad = function (success){
if (success == true){
newstext.htmlText=myLoadVar.myText;
}
}
Re: Unable to update text content in flash website
Remove the page to the update folder or update section with the updated page use the same name and allow the overwrite.Or in ftp, R-click the old page and delete it then upload the new page that has the the same name. or you may also try the following method to overwrite your content. you need to select the content which you wanted to be update, R-click and select edit, make the changes and OK.