Without the window

I wish to know, some how to do… an animation without the border of window…

exist any command to do that?
but i dont wanna use the full screen command
thank you

:egg:

You might be talking about the chromeless window. :-
http://www.chromeless.org

Heres a tutorial :thumb:
http://www.kirupa.com/developer/flash5/borderless.htm

or are you talking about something like mprojector?

http://www.binarynoise.com/

thats what im looking for guys…
the mproyector its sensational markcqp … but my original file is 97kb and the ended file in mproyector its about 680kb…

it´s not so big the file?

let mi try the cromeless programs claudio…

the tutorial amp ´tis interesting… but i wanna do that in proyector flash diectly, i mean… not in a html page…

wha!!! so much difference in size? i have not really worked with mprojector yet… its installed in my computer (somewhere)… will play around with it and see what i can pick up from the file sizes.

where is this project going? on CD or on web?

if it goes on a CD then you don’t have to worry too much about file size, as for the web, i think that size is a little hectic… unless you give the viewer a nice preloader to play with (which will add to your file size yet again)…

thanks mark…
for now the proyect woks only in cd… but int will be some day in my web page wich one still under construction…

i have another question… how can put the proyector.exe into a layer of macromedia dreamweaver?

it’s possible or it’ woks only for proyects in cds?

SALUDOS

the reason the file size is so big is because it makes an exe file… exe file cannot be embedded in dreamweaver or any other place. it will only work as a downloadable file.

exe will work well on a cd rom, but i don’t think you can take that one to the web. unless you cheat it.

if you make a flash file that will run in the “background” resized to fill the entire screen. you could load smaller flash files “floating” above the main one using loadMovieNum(“file.swf”,1) for example.

check out the loadMovieNum action in the flash actionscript reference for more info

yeah right… but…
some web sites have animations floating above the main page …
but they use an html site maybe in dreamweaver…
and the animation have imagen in 32 bit. so some places of the animation are invisible…

how they makes this effect?

there is a possibility to move images over the website using html, which dreamweaver 3 generates automatically for you using java script.
just place the image of your choice into a layer and display the timeline (windows/timelines).
drag the layer into the timeline, select the last keyframe of the blue layer (on the timeline) and move it on the “stage”.
look at the code and you will see that dreamweaver has created a javascript with all the coordinates.

you can do the same with dreamweaver 4, dreamweaver ultradev, and dreamweaver mx

http://www.actionscripts.org/tutorials/beginner/Open_a_chromless_window/index.shtml

a tut that might help… i have not tried i yet, but will get to that part soon :slight_smile: