I tried to publish my movie as a .swf and .html page. but i don’t want the page to be able to be resized. I can’t find an option for this in the publish settings. I tried to do it in Dreamweaver but don’t know how. Please Help!
<A href="url" onclick="winBRopen('url','TITLE','800','600','yes','no');return false;">Opens in 800x600</A>
make that link point to your html that holds the swf…
fill in “url” with your URL … both places
should do the trick
it’s not a link though. the movie is the site. So I need the browser window to be fixed to the dimensions of the movie.
Make like a splash screen site, that says something like blah blah you need flash for this site… or an intro or something… then have that link that opens the site up
Im not sure if you can like Onload make the window have the noscroll thing, im sure u can maybe in javascript but i dont know how =/
check the tutorial on launching centered popup windows. do a search. you can use that to launch your page so that it cant be resized.
When i make my websites in flash, i embed all the files in an HTML file, is that what your trying to do? If you do this, you can ajust the way the HTML file sizes the flash move (so that it dosent stretch it etc…). Here is teh code i always use:
If you see in this file, you can ajust the hight and with of the movie (on this particular file, it is specified to 750px by 900px.
If you know all this, just ignore me.
Hope it helps if you dont.
Butters
butters,
I am trying to embed the swf into html. but the movie is not stretching cause it is not set to 100% of the browser window. What I’m trying to accomplish is keeping the user from resizing the browser window so that will stay at fixed dimensions. I fear this may be a javascript problem. I’ve seen done with flash sites before.
Ahhhhh, so you want the flash movie to be centered in the browser and when the browser window is resized by the user, the flash movie resizes to fit the browser window?