Well the title basically said it all. I want to be able to link to a cue point in a flash animation
I've searched and searched in Google but all I can see was linking from flash to a website based on a que point.
The idea is this:
I create an animation in flash that contains multiple languages.
I want to create multiple links on my website. The user clickes a link in their language and opens the movie at the right "cue" point where his/her language shows.
I think this can be done with cue points but I'm not really the flash-expert to know how this works. Hope that somebody else can provide me with some solid information!
M.
You can try using variables in the link addresses. This means just add something like
?lang=engat the end of your linked URL. Flash can read that address (only from HTML embed) and have code that does something depending on what comes after thelang=part.There's better ways to do this including real variable parsing but I just went with a simple converting browser address to String and then extract the last (language) bit. Just to see if that works too.
For testing only you need an MC and two textfields on stage with these instance names:
txt_urlshows the full browser addresstxt_langshows the final 3 letter language codeMC_langis (your) movieclip that changes frames according totxt_langcustomising: you can customise your variable with these two lines: