I have a presentation that I have coded to open in Fullscreen. Eveything works until it gets to the interactive webpage. The webpage is too big for the screen. Only about 3/4 of it shows. Here is the code I have to call in the movieclip. Can I put parameters in the clip to tell it to open at a certain size?
stop();
city_mc.loadMovie("multimediafestivalApril.swf",0);
}
As you see I am calling in my webpage that is called multimediafestivalApril.swf. Everything is fine except the size of the webpage. I hope I am making sense. Thank you. The secret in education lies in respecting the student. {Ralph Waldo Emerson}.
stop();
city_mc.loadMovie("multimediafestivalApril.swf",0);
}
As you see I am calling in my webpage that is called multimediafestivalApril.swf. Everything is fine except the size of the webpage. I hope I am making sense. Thank you. The secret in education lies in respecting the student. {Ralph Waldo Emerson}.