This is a discussion on "Window size when published" within the Flash & Multimedia Forum section. This forum, and the thread "Window size when published are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Window size when published
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Window size when published
Hello! I'm an absolute flash novice and I've jumped into a project at a new job head first.
I've made a reasonable website for them, all links/buttons working and that. One major problem, they want the website to look like wide screen, using this site as a template, - http://www.affiniti.co.uk/ Now my web site is situated at top corner and when i publish it, and open up the html file in the browser, it has a huge amount of wasted space on the screen. Long story short, how can i get my site, (attached hopefully) to look like this - http://www.affiniti.co.uk/ Any help or ideas will be appreciated. Thanks, Euan Kennedy, imorph UK |
|
|
|
|||
|
Re: Window size when published
Centering it on the HTML page. And if needed you can change the width so that it looks more centered.
So, it should look something similar to this.
|
|
|||
|
Re: Window size when published
Thanks, i'll give it a go, i'll let you know how i get on.
Euan |
|
|||
|
Re: Window size when published
Great! I'll check back after I wake up..lol...
Good luck |
|
|||
|
Re: Window size when published
Yeah, i'm really struggling.
Is there any way to do this with out using HTML? As i said i'm a bit of a novice. Euan |
|
|||
|
Re: Window size when published
Nope you could use css but its quite tricky to vertically centre things using css though the horizontal centring is easy. I could probably walk you through it if you want and you wouldn't have to add much html???
Pete. |
|
|||
|
Re: Window size when published
Yeah that'd be ace, can you get me started please bud?
Euan |
|
|||
|
Re: Window size when published
Yes ok.
I've just been having a little play around an the first, and very important, thin I need to know is about the height. Is it a fixed height or does it change at all. Also could you tell we the dimension of the flash file. Pete. |
|
|||
|
Re: Window size when published
Well my boss is playing about with the dimensions just now, and is getting back to me shortly, therefore i'll get back to you shortly! The dimensions for each page are always the same! Cheers for doing this by the way.
Euan |
|
|||
|
Re: Window size when published
No problem, its why we're here.
Ok I'll pretend its 600px wide and 400 high for now. Open your html file with a text editor of some kind. You need to add this to your html around your flash bits.
So if you look inside the html file near the top somewhere you will see this
Add this:
Open a text file and save it as style.css. Next we will add the following code:
Try that out and let me know how you get along. If anything goes wrong, I'll help you sort it. Pete. |
|
|||
|
Re: Window size when published
okay, i dont know where to put in the
THIS ___<div id="flash_container"> I KNOW NOT TO COPY AND PASTE THIS!!! ____<!-- Your flash object/embed/param element or whatever you're using will all be here. --> DONT KNOW WHERE TO PUT THIS____</div> Any help would be ace. Euan |
|
|||
|
Re: Window size when published
Can you show me your html code please and I'll show you.
Pete. |
|
|||
|
Re: Window size when published
yeah can i e mail it to you?
Euan. |
|
|||
|
Re: Window size when published
You put the <div> right before the flash object tag, and the </div> RIGHT after the end of your object tab.
Cheers, Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: Window size when published
Scott can I show you something regarding this? I'm a bit confuzzled. You may be familiar with this method of enbedding but I've never seen it. PM or email?
Pete. |
|
|||
|
Re: Window size when published
Email! Gogogo! Heading up to my other PC for a few hours, so I'll check it out up there. Give me a few to get rolling.
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
![]() |
| Tags |
| flash, resizing, size, window |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open another new window from javascript window | thehermitage | JavaScript Forum | 10 | Jan 27th, 2008 19:42 |
| Change open in new window to open in same window | nsr500rossi | JavaScript Forum | 2 | Jan 18th, 2008 14:13 |
| [SOLVED] open new window from main window | AdRock | Other Programming Languages | 1 | Nov 1st, 2007 02:45 |
| The size of a new window | Allu | Web Page Design | 2 | May 19th, 2006 00:57 |
| pop-up window size irregularity | josmets | JavaScript Forum | 2 | Oct 17th, 2003 10:12 |