I have a question for you guys, I have a swf. website, but i have a MP3 player at the top of the swf (in the banner) I only want the area under the header to realod with new content so that the mp3 player dosent have to restart which would be annoying. Please help!
Stoping header from reloading
Started by So Duce, Mar 09 2007 03:56 PM
2 replies to this topic
#1
Posted 09 March 2007 - 03:56 PM
#2
Posted 09 March 2007 - 08:39 PM
Iframe, div+javascript, or a full flash website with external swfs.
#3
Posted 10 March 2007 - 09:19 AM
ok so help me out here, Im trying the external swf thing, i created my container blah blah, but my code dosent do anything when i click a button, on my News button i have it so when you hover over it, it makes a sound, and when you click it, it makes a sound.
This is the code im using for news
This is the code im using for news
Quote
on (rollOver) {
gotoAndPlay(2);
}
on (rollOut) {
gotoAndPlay(11);
}
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = "news";
container.loadMovie("news.swf");
} else if (_root.currMovie != "news") {
if (container._currentframe >= container.midframe) {
_root.currMovie = "news";
container.play();
}
}
}
gotoAndPlay(2);
}
on (rollOut) {
gotoAndPlay(11);
}
on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = "news";
container.loadMovie("news.swf");
} else if (_root.currMovie != "news") {
if (container._currentframe >= container.midframe) {
_root.currMovie = "news";
container.play();
}
}
}
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
