Hi
I’m trying to make my first Flash site, but i havve some problems…If i want a link to a place on my PC, how do i do that? Cause i cant link to the thing on the web, since i doesnt have anything on the web, i want to link to
Tanks
Hi
I’m trying to make my first Flash site, but i havve some problems…If i want a link to a place on my PC, how do i do that? Cause i cant link to the thing on the web, since i doesnt have anything on the web, i want to link to
Tanks
If you have to link files and such, instead of linking them to http://www.yoursite.com/file.swf, place the link as /file.swf. It will work on your computer as well as when you place it over internet in the future.
Thanks, its almost working now. But when i press the link, that should open the Flash movie, on my PC, it opens the folder which the flash movie is in…And thats something i dont understand
Some suggestions?
Could you be a little more specif on what you’re doing? You want to link to another swf or html? Which action are you using?
:-\
Okay sorry…i will try to explain…
Im making a gallery, and i have some small pics, and when i press them, i want it to open another window, with the big picture. I have saved the big picture, as “the last inhabitant.swf”, and my Action on the small picture is:
on (release) {
getURL(The_Last_Inhabitant.swf, “_self”);
}
I have made a mark in “expression” in URL, cause otherwise it wont work…
I think thats the best i can explain it. Hope you know
Ok, use this:[AS]on(release){
loadMovieNum(“The_Last_Inhabitant.swf”, 10);
}[/AS]
Thanks…Could you explain me, why i need to write that instead? I think i will be better if i understand…But thanks again
Edit: It aint working…It says, that mouse events, are only for button instances…So i converted the picture to a Button Symbol, but that doesnt work…Help me please
loadMovieNum is used to load another swf. “10” is the level the new movie clip will be loaded into.
Are both files on the same folder?
Hmm…Yes they are…The first one is called “Gallery”, and is in the “Homepage” dir. And the Flash Movie, is in the same dir. So i dont understand it…
What happens when you click the button?
Actually, there is no button with the code you gave me. It’s dissapeared…But with the code i gave you in the start, it worked, except it opened the folder the picture was in, and not the picture
Post the fla
Here it is…
No it’s not…The file is to big…Do you have MSN?
:: Copyright KIRUPA 2024 //--