Flashblocks Flash CMS
Welcome, Guest
Please Login or Register.    Lost Password?
multiple language files (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: multiple language files
#937
admin ()
User Online Now Click here to see the profile of this user
Flashblocks Birthdate: 2005-02-14
 
multiple language files 2 Years, 7 Months ago
Flashblocks loads site data with the loadData() command. But you can only call this command once. This command loads in the data file and then populates all of the editblocks on stage. But there are problems if you call the loadData() command more then once so what I would do is reload the website but pass the data file you wish to load.

loadURL("website.com?language=english.txt")

but amend the language onto the string and then pass that variable into Flash in your embed tag. Then Flash could load the correct Flashblocks data file

loadData(language)

Flashblocks 2 has addressed this and will allow you to reload the data file from the current website session. stay tuned.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
      Topics Author Date
    thread link
multiple language files
admin 2006/04/27 14:21
Go to top Post Reply
get the latest posts directly to your desktop

Thank you