Bi-lingual Site
hi guys...i looked around a bit, but thought i should post anyway...i've been approached on doing a project in both english and italian. a bi-lingual site is a first for me...we've all seen them a thousand times, so i guess it's time to "go there". Any tips on how to structure this. I was thinking having all buttons, text , etc get strings from an xml file that has node attributes (eng="this" itl="questo")..but then that feels like a lot of detail, no? Is there a better way? Thoughts????thanks...
The site is not very dynamic, so the texts will stay quite the same (for the most part)
FlashKit > Flash Help > Flash General Help
Posted on: 08-10-2006, 08:04 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
[F8] Best Way To Craft Bi-Lingual Site?
Hello! I will be designing a site both in German and English. The splashpage will offer the user a Deutsch/English option, then the rest of the site will play from that command.
Problem is, I don't know the best way to technically achieve those results. In other words, how would I then command the English buttons, for example, to be transparent, while the German ones are active- while using the same background/design/slideslow? I want to avoid having to create two identical sites-- one in German, one in English.
It was advised that I use xml... but alas, this newbie is pretty much clueless when it comes to writing script. Any advice would be greatly appreciated. Thank you so much!
How To Handle Multi-lingual Site
what 's the best solution to handle multi-lingual ? loadvar .. multi.swf ... flash technique to adapt design in regard of the content volume !!!
sorry the my 'littlr' english
lil'rod.
How To Handle Multi-lingual Site
what 's the best solution to handle multi-lingual ? loadvar .. multi.swf ... flash technique to adapt design in regard of the content volume !!!
sorry the my 'little' english
lil'rod.
Bi-lingual Pathway?
I'd like my Flash site to be bi-lingual. What I have currently is a Flash movie with an empty Movie Clip which then allows users to go from movie to movie. The movies are all small movieClips that are loaded into the empty movieclip on demand. There is some video and text in each of the 30 movieClips.
Here is sample of code that i'm using to call up next MovieClip.
on (release) {
generic_mc._x = 0;
generic_mc._y = 75;
loadMovie("train4.swf", "_root.generic_mc");
}
My solution for the bilingual version is to create a separate frame with the French version + video and then when user presses the French button they are directed to that frame. This way I could easily create the French text within the one movie. however i don't know the Actionscript code to call up a movieClip to play from frame 10, and not frame 1.
any ideas about how other people have tackled the bi-lingual site?
max
Bi-lingual Pathway?
I'd like my Flash site to be bi-lingual. What I have currently is a Flash movie with an empty Movie Clip which then allows users to go from movie to movie. The movies are all small movieClips that are loaded into the empty movieclip on demand. There is some video and text in each of the 30 movieClips.
Here is sample of code that i'm using to call up next MovieClip.
on (release) {
generic_mc._x = 0;
generic_mc._y = 75;
loadMovie("train4.swf", "_root.generic_mc");
}
My solution for the bilingual version is to create a separate frame with the French version + video and then when user presses the French button they are directed to that frame. This way I could easily create the French text within the one movie. however i don't know the Actionscript code to call up a movieClip to play from frame 10, and not frame 1.
any ideas about how other people have tackled the bi-lingual site?
max
Using Multi Lingual Buttons
Objective:
I need to create a presentation in Flash MX that can support multiple languages. I want only one set of buttons that can display the specific text specific to the selected language by user at the beginning.
Required:
I want to know the best possible way of doing this. I am not looking for the code I just the different ideas of making this presentation.
Please reply ASAP.
Multi-Lingual Question
Hello Flash Pros!
I have an e-learning project that requires multi-lingual capabilites because it will be used in china, thailand, japan, and singapore, I'm using Flash MX 6 and I'm wondering if Flash MX is capable of doing Chinese, Japanese characters etc... I'd really appreciate your help if there are web-links or existing Flash files that operates upon this capability
Regards,
Butch
Multi Lingual Application
I want to make my appication multilingual.
But I don't want to consume too much memory. I have at least 500 tool tips that would be translated. I would need a better tip organization scheme than the one I have now. Has anyone out there made there program multilingual?
Multi Lingual Alert Buttons
Is it possible to change the language of display for the alert buttons. i.e whether YES,NO, CANCEL can be made to be shown in some language other than english? whether it is possible to the change the button's caption of a alert window based on multilingual operation?
Newbie Needing Some Site Building Guidance - How To Structure A Site?
I need a little help - I am designing an art portfolio in Flash, and so I need it to be a site that has a few different pages that are linked between each other - you know, common sense. I really have no idea how to go about structuring that. I've been doing well at animations and buttons and ActionScript and all kinds of things in Flash, but I just don't understand how to make several pages that are part of the same document. Do you use scenes, or different "projects" within the document, or what? And then how do you link to them - just like it was any other URL?
I GUESS I mean, how do you design in Flash using a home page and then other pages to navigate to?
Help Finishing Up My First Flash Site - Using Navigation To Display Different Sections Of The Site?
Thanks for looking! i am making my first flash site, and im not sure what to do next in regards to navigating through the site. I have different sections, home, info, hardware, equipment, etc, but im not sure how to make each section appear when you click the corresponding navigation link. i have an idea but im not sure how to execute it.
Should i make a movie clip for each section (home, info, hardware, contact), then place each movie clip in its own frame on the main time line, and on each navigation link button (each one is a movie clip) use action script and put a gotoAndPlay() code with the frame number of the corresponding section? so when you click it, it goes to that frame which has the movie clip that has the content for that part of site, say contact, or info?? if so how can i do this?
that sounds really confusing and im sorry but please help out a beginner! Thank you and happy halloween!
-Matt
here is a link so you can see the.swf
[url]http://www.filedorm.com/show.php/7839_INTOUCH.swf.html[/url]
and also here is a link for the .fla
[url]http://public.me.com/mattsh*t[/url]
your going to have to copy and paste that in your browser since the world filter on here. just repleace the " * " with an " i "
Need To Retrieve Site URL (http Referrer) Of The Site My Flash Player Is Placed On
Hello All,
I am trying to implement a custom flash player where my embedded source code (<OBJECT></OBJECT>) can be placed on various websites. I would like to gather some information of the users who are using my flash player on their site. I wrote the following code inside the flash player to gather the site URL (http referrer) so I can send this piece of information back to my server.
javascript: if(null != document.all) {
window.document['adbVcmAd'].Movie += ('&site_url='+encodeURIComponent(document.URL));
}
else {
window.document['adbVcmAd'].setAttribute('src', window.document['adbVcmAd'].getAttribute('src')+'&site_url='+encodeURIComponent(document.URL));
}
void(0);
var sl = _root.site_url;
I am able to get the site URL in IE, but I cannot get the site URL from users using Fire Fox.
If anyone has any ideas, please post a reply or send me an email.
Much Appreciated!
Edited: 01/24/2008 at 02:48:16 PM by Flasher37
Have A Flash 6 Site That Loads External Txt, Swf, And Mp3 And The Site Works On My...
mac,but when viewed on PC...none of those external files load into the main movie. Anyone know what may cause this to happen? another thing...this site was done in flash 5 (worked fine then), but went with 6 at the end to use the mp3 streaming feature.
Any insight will be greatly appreciated!
[Edited by JuanBenedit on 09-06-2002 at 10:19 AM]
Full Flash Site - Site Architecture Problem
Sorry for this post, but i'm really having trouble grasping the idea of multiple clips, transitions and the scripting to make it all happen.
I have been fiddling with flash for over 3 years now and should be alot farther along, I just wish i had spent as much time on flash as I have on Photoshop.
I now have my own domain, and want to make a fully flash site, as imageReady rollovers just don't get it for me anymore and I want to make a nice site with some impact...queue the flash guru's
The site i'm looking at and want to model as an experiment is www.desalledesigns.com
as far as I can tell, I need the following movie clips
1. transition (to include a preloader... close one content, preload scene, open next content)
2. content1
3. content2
4. content3
5. intro (actually would be a scene)
6. and so on.
is there a tutorial around that dives into this type of site organization?
Help-intro Not To Play If A Visitor Goes To Another Site And Then Comes Back To Site
Hi there!
I will have either a flashvideo sequence or flash animation playing as an introduction to flashsite. Now my client would like it to play that video only once and never again-that's not a problem. But what he also wants is that the video won't play if a visitor goes to another site and then comes back to his site in lets say 5 min. Also he would like to not have the video play if a visitor hits the refresh on their browser while visiting the site. Does anyone know how to solve this-I guess you would have to use some sort of javascript combined with actionscript? I'm kind of intermediate when it comes to actionscript and hardly knows any javascript... It would be very interesting to find out how this would work...
Niklas
HTML Site Map Linking To Pages In Flash Site
Hey all,
There's a button in our flash template that is for a site map. To get better indexing results, we decided to have that button link to an html site map on our website, and then have the html links go back to the flash site. Is that plausible? How would one go about doing something like that, if it IS possible? If someone could give me a hand, that'd be great!
Thanks,
Jensey
Bookmark, Email Site To; Print Site; How?
Can anyone help with the following;
How to setup a 'Bookmark' site command;
How to e-mail SWF (Website) to friend;
How to Print this site;
All of this needs to bedone within the Flash movie and not using any external commands outside of the Website itself.
All of your help would be greatly appreciatted! Thanks in advance!
Philman
Flash Site Versus HTML Site
My website is 100% Flash and my content is all Flash games.
I have read that having a Flash website is a disadvantage if you are trying to create a popular website and get a high Alexa ranking.
My Alexa rating is 13,000. But, I wonder if it could be higher with an html based site.
Do you think I should create my site in FrontPage or some html website builder?
Thanks.
Eric
www.nationlocation.com
PC And Mac Viewing Flash Site. Why Is There A Difference With My Site?
Hi,
I'm in the process of completing my first flash site. I thought it was going ok until I checked the site on a PC.
The swf (my site) doesnt appear to be the correct size (in pixels) on a PC but is fine on a Mac.
I have created a HTML page to hold the swf and I thought I had scripted the correct size into this but is there something I've missed?
If anyone has any suggestions as to how to solve my problem please let me know...
[F8] Flash Site Inside HTML Site
I have Flash site that's inside HTML site. The problem is that the links inside flash don't work when i use site with the HTML site. (The links work randomly, the connect to wrong swf, but they work on the second clicking correctly)...
Doesn't Flash link work inside HTML? What Should i do? !Need help quickly!
Flash Site ---> Site Created In DW Menu
And the journey continues.... Alright... I've settled on converting a flash site to a website menu. Thus far, I've deleted the portion that I don't need and have shrunk the height of the document. However, there is a nice little dot smack dab in the middle of the original document size. I've done a test run and it only shows that the top portion (which is what I want to convert too .swf and export into DW) is there and nothing else. But that little red dot has me concerned... sorta like it's a secret button that's gonna raise hell later on down the line. LoL!
Does anyone know what's going on w.that thing and if it is likely to cause problems? Also, do you know of any good tutorials on making a swf serve as a menu in DW?
I Have To Make A Site For A DJ. What Cool Effects Could I Add To The Site?
I do not have the site uploaded at the moment, but i am working on a DJ's website. (Known as DJK). He wants something similar to how the effect on http://www.meamusic.com/site.htm works but he doesnt want it exactly like that. He wants some kind of cool background lighting effects and such. I am not quite sure how might do this and make the website still run effectively and smoothly. I will upload the site once i get on my computer at home. Any ideas?
Time To Publish My First Site On The Web :-) But How Do I Align My Site ?
Hi there,
I'm trying to align my new site to the center of my web browser .I read that I would need to do it with Dreamweaver or that I could also do it in flash but it didn’t say how. I have Dreamwever so I could try to do it there, if the flash way is too complicated for a beginner like me.
If you know any simple tutorials about this subject or have the time to explain how to do it or even better upload a Dreamwever preset you wouldn't mind sharing with me, I would be extremely grateful.
Cheers,
Tokolosh
I Have To Make A Site For A DJ. What Cool Effects Could I Add To The Site?
I do not have the site uploaded at the moment, but i am working on a DJ's website. (Known as DJK). He wants something similar to how the effect on http://www.meamusic.com/site.htm works but he doesnt want it exactly like that. He wants some kind of cool background lighting effects and such. I am not quite sure how might do this and make the website still run effectively and smoothly. I will upload the site once i get on my computer at home. Any ideas?
Good Flash Site Vs. So-So HTML Site
I sure like Yakima's Flash website better than Thule's HTML website (product-browsability-wise).
http://www.yakima.com/home.html
http://www.thuleracks.com/thule/default.asp
Swf Works At Local Site But Not On Web Site
This is a new post from a very newbie, but similar to a previous post from someone else that did not state a solution, just said it was working.
I am brand new at this and trying to include a simple SWF file (adventure_opening.swf ) in a web page at start-up. Using Dreamweaver to develop web page.
It works fine locally. FTP loaded to web site, main screen displays the error message
Line: 38
Char: 1
Error: object expected
Code: 0
Url: and my url address
Code starting line 38 is
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','550','heigh t','400','hspace','250','src','adventure_opening', 'loop','false','quality','high','pluginspage','htt p://www.macromedia.com/go/getflashplayer','movie','adventure_opening' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="400" hspace="250">
<param name="movie" value="adventure_opening.swf" />
<param name="quality" value="high" /><param name="LOOP" value="false" />
<embed src="adventure_opening.swf" width="550" height="400" hspace="250" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
Is there any special link or extra objects to load to the web site?
Does the fla code need to be on the web site?
Is there anything that needs to be done other than a straight FTP from local drive to web site?
Thanks for any help.
Lee
How We Can Get Data Of One Site To Another Site
Hello everybody
How i can get data from one site to another site through xml. Actually i want to get mp3 file which placed on a url and i want to import these file to another website through xml. Is it possible or not? If it is posible please give me solution.
Get Songs From One Site To Another Site
Hi guys,
I have a html site where I put some songs(.mp3 files) ,and I have a another site in flash .Now I want to get that songs in this flash site.
Is it possible and if yes then how?
Thanks.
GetURL Works In Http://www.site.com But Not In Http://site.com
I'm using a getURL function to pass some querystring parameters which changes what content is displayed on the page. The function works correctly on the address 'http://www.site.com', but for 'http://site.com' there's no action at all aside from the cursor change. The two addresses are pointing to the same files. The function is as follows:
Attach Code
this.onRelease = function() {
getURL("http://www.site.com/Default.aspx?Region=1", "_self");
};
"replay" And "go To Site" On Intro To Web Site
I was asked to do an intro to a website. So I dove into the wonderful world of flash.
Now that the animation is complete, I need two clickable elements on it. I need one to replay the movie (post-preloader) and one to redirect the user to the first page of content.
Thanks guys!
Take A Look At My Site...
This is the problem I have,
The popup windows work in every browser except IE 6... I don't know why..
Can someone help me out...
New Site
Hello peeps!!
I just made my first flash site ever, so can u give me some feedback on the site plz.
And i know i have to add some background sound, looking for a good one at the moment.
here is the link:
http://www.headstompers.com/indexj.htm
My Very First Site
Ok, so this is the first time I've actually tried to publish anything myself and I'm stuck. I'm a graphic designer so I'm spoiled and usually there is someone there to make the stuff I do actually work, but since this is my own personal site I'm on my own.
So this is what I think I know...Made my little Flash movies, published them using the Publish option which supposedly means I don't need to write any HTML right? And I've FTP'ed all my little HTML pages to my server, I doubled checked and they all look like they are there. So now what do I need to do? if I go to my page, I just get that Index page HTML texty thing....oh, and I named one of my movies "index" which I'm guessing is supposed to generate the index.html page that I need but I'm starting to think I'm wrong here. Help? Anyone? Please?
My Site Needs Help
I've thought about this and looked over my coding an don't know what's wrong. I'm relatively new at Flash, so the answer's probably obvious, but any input is appreciated!
Here's the problem:
My nav has several buttons. When clicked the buttons are supposed to load external swf files and play them. They have (main movie and externals) all been uploaded to the same directory (/images). In Flash, it works fine. On the flash Published files, it works fine. But, when I uploaded them to the site, it won't work. My code (from one of the buttons that targets an external swf) looks like this:
}
on(release){
loadmovienum(subnavmission.swf", 1);
}
the link for the site is: http://home.earthlink.net/~jrpz1982/
Let me know what you think of it while you're at it!
Web Site Help
ok i need help
i have a geocities account and i would like to put a animation that i have made on it but i cant figure how to put it on?i think it is html so could sum1 give me the code or if there is another free provider that would b great!
My First Site
I have finally just finished my first site in flash and am ready to publish. I have a few questions. Any partial or full response is greatly appreciated. First. When I tried exporting my movie as Flash 4 (it was built in 5) Its totally wacked. The buttons/actions are performing completely unexpected actions. Do many people have this experience? Is there anything I can do? The thought behind saving it as flash 4 is that that's the plugin I figured most people have. If I end up publishing it in Flash 5, can someone with a Flash 4 plugin be able to see it? and if so- should I expect that they would have all the same problems that I had when I exported in 4?
Sorry for the longwindedness!
Does Anyone Know Of A Site
that uses the TV type menu? like the whole menu is in a TV type box and when you click in something it opens inside of it?
Site
Hello !
All I need is for someone to give me a break down on the creation process of the following:
I have a site...(woohoo)...first a preloader comes up, then an intro, the into then loads the main page. All secondary pages are quite graphically intese so I suppose I should put preloaders on them too other wise my first preloader would probably take a few days to load....anyway.
What I need to know is how?
1st Frame = put preloader?
2nd Frame = put Intro?
3rd Frame = Main start page?
and so on....
thanks!
Web Site Help
hey ppl
ok ive made a intro 4 my web site and the thing is i dunno how to put it on.i dont know html or anything wif code in it.i have tripod editor...well i think it's that and i wanted to know how do i get it on and if its code could sum1 please give me the code??ill appreciate it!
thanks
Help With Site
hi
i've been trying 2 make a website using flash to make a header, and for the links to each page
my index page is split into two frames, with the header in the top and each page in the bottom
what do i type in the Window dialog box in button properties to make the page open in the bottom frame?
my mates told me to put in mainFrame but all this does is open the page in a new window
thanks for any help
SWF Web Site?
O.K here is the deal:
I made this flash web site and now I have two out put files on is .SWF and the other is .HTML
I know that I can publish my site with html file with no problem but I realy like the positioning of the SWF file and I want people to see that file as my published web instead of html file but the only problem is that SWF file keeps looping itself!! Even though I set the html properties to not to loop??
can any one help me how to fix this??
thanks.
My Site - Please Help
Hi everyone.
I would like help with my site http://www.darren-singleton.tk please. I am trying to make the record box animated and flip open, with a record slide out. Will this be possible with flash. Can anybody please help me with this. I would like my site to look as proffessional as possible.
Thank you for your time ,
Darren
Pop Up Site
hi,
i guess i'm confused about publishing a site that displays in entirely in a pop up. so you click "enter" and bang, your site pops up. now my site is embedded flat on the page but it expands too large for the design. i want it to display as i have designed it, proportionally. does any body have the html and how i might make this happen? any help would be greatly appreciated.
New One + My Site..
Hi guys i m new to Flash..I have deisnged my site..It is under construction...Please check it and comment on it..I wana know the weak points...And also the errors I will try to remove them...
http://www.romi.vze.com
if it doesnt work try this one
http://members.lycos.co.uk/aliroman/mysite/main.htm
Thanks...
Ali...
Best Site You'll Ever See
Im new to flash, and i really suck, does ne1 know of a good site that can teach an almost completly newbie to get pretty good, i have all summer to learn. help will be rewarded with brittny spears posters.
First Site
'ello, im creating a homepage for myself very slowley and learning flash at the same time (which i am enjoying)
i have uploaded a basic menu bar for scrutinization by the public and also because i am having difficulty with a certain feature with the buttons.
http://www.alphalink.com.au/~mantara/wholebar.html
is where my is stored at the moment, its not actually finished yet because im not sure of what to put on there.
the top button is the only one that is complete so far.
please give me your opinions and suggestions.
The part that i am having trouble with is making the sliding bar slide in as well as slide out, when rolled accross it slides out, but if you roll out it just dissapears.
here is a link to the script:
http://www.alphalink.com.au/~mantara/wholebar.fla
|