| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: May 2004 Location: Canada
Posts: 8
![]() | Flash intro help needed hey ppl i need sum help with the flash intro that i made for a company its at www.sciencetrek.net now the problem is is that a.) its not centered in the middle of the screen and b.) the browser window is 2 big. i was wondering if there is a way i can fix this....oh and im very very new 2 action scripting so if it has some thing 2 do with that could u walk me threw it lol thanx a lot. |
| |
| | #2 (permalink) |
| no one lives forever Join Date: Apr 2004 Location: NamePros
Posts: 8,075
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | you can find some help at http://www.flashkit.com/board or browse the flashkit.com tutorials. For action script help go to www.actionscript.org good luck!
__________________ epagini.com mexicorealty.net softwarepit.com yadasoftware.com |
| |
| | #3 (permalink) |
| Senior Member Join Date: May 2004 Location: Toronto
Posts: 2,308
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | StudioWorks, there's no point in forwarding him to FlashKit or ActionScript. I'm sure we can solve the problem right here. ![]() Place this is in the body tags: Code: <td id="intro"> your flash code goes here </td> Code: <style type="text/css">
#intro
{
position: absolute;
top: 45%;
left: 45%;
}
</style> Next, I'm not too sure as to what you mean by "the browser window is too big." ![]() I hope this solves your problem, if something doesn't work out- let me know. The alignment of the flash file doesn't require any actionscripting, all you have to do is edit the HTML document that displays the flash. |
| |
| | #4 (permalink) |
| no one lives forever Join Date: Apr 2004 Location: NamePros
Posts: 8,075
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Mr. Websites : you're right but if he wants to learn more about flash & actionscript that's where he should go...
__________________ epagini.com mexicorealty.net softwarepit.com yadasoftware.com |
| |