Jump to content


Stoping header from reloading


  • You cannot reply to this topic
2 replies to this topic

#1 So Duce

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 09 March 2007 - 03:56 PM

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!

#2 Ben

    P2L Jedi Master

  • Publishing Betazoids
  • PipPipPipPip
  • 1,366 posts
  • Gender:Male
  • Location:VIC, Australia

Posted 09 March 2007 - 08:39 PM

Iframe, div+javascript, or a full flash website with external swfs.

#3 So Duce

    Young Padawan

  • Members
  • Pip
  • 3 posts

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

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();

}

}

}






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users