loading problem
Posted: 22 Jan 2009, 08:52
Hi.....i need to load a specific page of my gallery inside a flash project
I follow and read all about this.
I put online the gallery:
http://lnx.miriamlangellotti.com/web/im ... gevue2.swf
So i have a main folder web and after 2 differen folders:
Imagevue and Content
Inside content i have 6 folders. The name is 1, 2, 3 etc........
I create a flash project actionscript 2 and player 8 with correct size and framerate and i load the movie with this actionscript:
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... gevue2.swf", targetMovieClip);
}
Function without problem but if i need to loading for example the folder 3 inside content never function!!!!!!!!!!!!!!!!
I change swf address on config in administartion gallery (on adn off)
I try so:
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... /content3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... /content3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... /content3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... /content/3", targetMovieClip);
}
And more and more but nothing:-(((((((((((
Sorry for my english
PLEASE HELP ME
THANK YOU
I follow and read all about this.
I put online the gallery:
http://lnx.miriamlangellotti.com/web/im ... gevue2.swf
So i have a main folder web and after 2 differen folders:
Imagevue and Content
Inside content i have 6 folders. The name is 1, 2, 3 etc........
I create a flash project actionscript 2 and player 8 with correct size and framerate and i load the movie with this actionscript:
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... gevue2.swf", targetMovieClip);
}
Function without problem but if i need to loading for example the folder 3 inside content never function!!!!!!!!!!!!!!!!
I change swf address on config in administartion gallery (on adn off)
I try so:
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... /content3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... /content3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... content/3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... /content3/", targetMovieClip);
}
on (release) {
loadMovie("http://lnx.miriamlangellotti.com/web/im ... /content/3", targetMovieClip);
}
And more and more but nothing:-(((((((((((
Sorry for my english
PLEASE HELP ME
THANK YOU