barney-0-
10-24-2006, 01:42 PM
Hey...i want try (for the first time) to use FlashVars in a new site that im making.
Im not too sure what to do, however i was thinking something on the lines of;
Index.html.....this page is the default and set as italian language. I have a preloader in this page that will preload the main timeline (when its preloaded, itll become a 'enter' button). On this preloader, i was thinking about putting something like;
<PARAM NAME=FlashVars VALUE="lang=it">
Embed Tag Example:
<EMBED src="preload.swf" FlashVars="lang=it"
Is this the right method so far?....will the var be passed from the preload.swf to the main.swf?
....on the other perspective, ill have a button 'english' that will go to index_eng.html....and the lang=eng will be used above the movie...
The second part of my query is how to implement the var onthe first frame (do i need on each movie (the whole site has 20 or so external swfs)) and when i load movies, is it ok to loadmovie 'movie1_(VAR).swf'?
Sorry, but i just dont have a clue with this....mnay thanks in advance
All i want is in the index.html page two links, one for english and one for italian.
Im not too sure what to do, however i was thinking something on the lines of;
Index.html.....this page is the default and set as italian language. I have a preloader in this page that will preload the main timeline (when its preloaded, itll become a 'enter' button). On this preloader, i was thinking about putting something like;
<PARAM NAME=FlashVars VALUE="lang=it">
Embed Tag Example:
<EMBED src="preload.swf" FlashVars="lang=it"
Is this the right method so far?....will the var be passed from the preload.swf to the main.swf?
....on the other perspective, ill have a button 'english' that will go to index_eng.html....and the lang=eng will be used above the movie...
The second part of my query is how to implement the var onthe first frame (do i need on each movie (the whole site has 20 or so external swfs)) and when i load movies, is it ok to loadmovie 'movie1_(VAR).swf'?
Sorry, but i just dont have a clue with this....mnay thanks in advance
All i want is in the index.html page two links, one for english and one for italian.