I have a site that loads a swf, but that's all it does. It puts it right in the middle of my site. I was able to get it to go where I wanted by moving it around on its own stage; however, is there an easier way to do this? For instance, is there a script that allows me to edit the position of the swf from the main movie (ie. in the loadmovie script/layer)?
Similarily, do I have to apply the mask layer to the swf file or can I use a mask on the layer where the swf is loaded into?
The first two question are just for practical reasons (I have got it to work how I want it to, by manipulating the swf file itself with a mask etc), but my real sticking point is that when I call in the swf file, it makes other layers translucent. My site calls in cars.swf, the swf loads in and then I have a text layer above the loadmovie layer, but the text looks like it has an alpha modifier on it. Needless to say it really doesn't.
I guess my final question is that how can I control the layer of the swf I'm bringing into a movie? I have the location-layer set to 1 (in the loadmovie code) and I have tried other numbers, but to no avail.
Any ideas?
Similarily, do I have to apply the mask layer to the swf file or can I use a mask on the layer where the swf is loaded into?
The first two question are just for practical reasons (I have got it to work how I want it to, by manipulating the swf file itself with a mask etc), but my real sticking point is that when I call in the swf file, it makes other layers translucent. My site calls in cars.swf, the swf loads in and then I have a text layer above the loadmovie layer, but the text looks like it has an alpha modifier on it. Needless to say it really doesn't.
I guess my final question is that how can I control the layer of the swf I'm bringing into a movie? I have the location-layer set to 1 (in the loadmovie code) and I have tried other numbers, but to no avail.
Any ideas?