Results 1 to 4 of 4

Thread: Unable to update text content in flash website

  1. #1
    Join Date
    Apr 2009
    Posts
    97

    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.

  2. #2
    Join Date
    Feb 2006
    Posts
    185

    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.

  3. #3
    Join Date
    Jan 2009
    Posts
    163

    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;
    }
    }

  4. #4
    Join Date
    Mar 2008
    Posts
    672

    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.

Similar Threads

  1. Unable to update content on clients in Symantec Endpoint Protection 11
    By Sumeet.Pra in forum Networking & Security
    Replies: 1
    Last Post: 23-02-2012, 06:48 PM
  2. Replies: 4
    Last Post: 24-06-2011, 08:09 PM
  3. Flash Content Error 7 - Unable To Handle
    By Udayachal in forum Software Development
    Replies: 4
    Last Post: 21-04-2010, 04:44 PM
  4. How to analysis of the core content of a Website
    By Mariah-Simpson in forum Technology & Internet
    Replies: 5
    Last Post: 20-03-2010, 11:56 PM
  5. Unable to Access Windows Update Website
    By Clive in forum Windows Update
    Replies: 13
    Last Post: 07-06-2007, 09:20 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,624,052.49208 seconds with 16 queries