Click to See Complete Forum and Search --> : Flash Movie Alignment


Insanojones
04-06-2005, 01:58 PM
I don't know if this would go in this section but its "somewhat" of a graphic.

I have two problems.

First I want to my site where there is a nav bar at the top that is flash(.swf), which i know how to make, but have it in a frame, so when you click on one of the links on it, it loads the portion of the page outside the frame without affecting the framed section. ive been to htmlgoodies.com and read it like a whole bunch of times, but i cannot seem to find exactly what im looking for. i think i might be just misunderstanding.

secondly does anyone know the code or tag where you can take a flash(.swf) and align it to the left margin of the browser or the top. because that is needed for whta i want to do with me site.
Thanks.

wizard
04-07-2005, 01:35 AM
Here: click here, (http://www.kirupa.com/developer/flash5/frames.htm) use this for the Frame targetting.

It was made for Flash5 but will still work for MX & MX2004.

Insanojones
04-07-2005, 01:47 AM
Here: click here, (http://www.kirupa.com/developer/flash5/frames.htm) use this for the Frame targetting.

It was made for Flash5 but will still work for MX & MX2004.


alright man thanks a bunch. hell i forgot all about that site even existing...

you can check my site out if you want..my FGI site (http://fatguyinc.highrollerz.net)

emartix
04-10-2005, 06:40 AM
> does anyone know the code or tag where you can take a flash(.swf) and align it to the left margin of the browser or the top. because that is needed for whta i want to do with me site.



Try this before the end of the head tag "</head>"

<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
-->
</style>



http://www.martinmedia.com