Jump to content
xisto Community
kvarnerexpress

Flash Movie Alignment

Recommended Posts

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.

Share this post


Link to post
Share on other sites

If you got your flash in a separate frame and want to load pages from link into the other frame you need only to write correct

<a href="link" target="target_frame">

links inside flash on hte onclick button events :)

About Alignment in the frame you can put your flash into the tables (cellSpacing="0" cellPadding="0" ) cell with the width 100% and height = 100% and cell alignment as you wish :D

Good Luck, hope it'll be useful

_______________________
Keeper, Sons of the Dragon http://forums.xisto.com/no_longer_exists/

Share this post


Link to post
Share on other sites

Maybe you can use layers to align or usee CSS to align to the position that you want. Do a search on how to do that, you should be able to find a number of sites teaching you how to do it.enjoy, cheers

Share this post


Link to post
Share on other sites

to align your swf, on the html page that houses your flash file look for this

 

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab;

WIDTH="56" HEIGHT="52" id="flashfile" ALIGN="">

<PARAM NAME=movie VALUE="flashfile.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="flashfile.swf" quality=high bgcolor=#FFFFFF WIDTH="56" HEIGHT="52" NAME="flashfile" ALIGN=""

TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://get.adobe.com/flashplayer/otherversions/;

</OBJECT>

 

and just add your alignment there.

 

round

Share this post


Link to post
Share on other sites
flash align "top"Flash Movie Alignment

The above code by round is correct, you will need to add this to the AC_FL_RunContent just above round's comment in the html.

AC_FL_RunContent( 'codebase','http://forums.xisto.com/no_longer_exists/','align','top','title','jenn and scotts wedding','src','stage','quality','high','pluginspage','http://forums.xisto.com/no_longer_exists/' );

Good Luck!

-reply by corneliusIII

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.