Í have 2 questions this time. First of all how can i change the title from a swf movie in html coding it’s just < title>frametitle< / title>
but jhow can i change that in a .swf movie. Now i just see the url and i hate that actually
My second question is i wan’t to make an auto pop-up that opens automatically after 1 sec. and closes after let’s say 8 or 9 seconds. I have a code for that on html but i can’t change the body of that code. So does someone knows how to open one after starting my home.swf file for the first time? i’m so thankfull for the one who can help me. :trout: :p: :rap: :?) :rap: :flower:
Jos Koomen, the Netherlands DE-STOK.COM
i don’t know about the second question, but i think for the first, as a sole .swf movie, you can’t change the title- it essentially works as a file in a web browser, which by default displays the url. to give it a title, just write it into an html code. if you want it to stretch it to fill the browser size, then do something like this:
<html><head>
<title>Your Title</title>
</head>
<body topmargin=“0” leftmargin=“0”>
<table border=“0” cellspacing=“0” width=“100%” height=“100%”>
<tr><td width=“100%” height=“100%”>
<object>code for .swf file here (set the width and height of the .swf to 100% as well)</object>
</td></tr></table>
</body></html>
but if that’s not what you wanted, then uh… i got nothing.
This calls the JavaScript function popUpWindow() 1 second - 1000 ms - after the page has finished loading.
Note: Remember to remove the - from JavaScript - for some reason I’m not allowed to post it without the -
Put the following somewhere else on the page (the header or in the body, it doesn’t matter):