|
View previous topic
::
View next topic
|
| Author |
Message |
teardrop
Joined: 17 Aug 2006
Posts: 3
|
Posted: Thu Aug 17, 2006 7:47 pm
Post subject: viewing text on a 17" screen
|
|
|
hi all, i was wondering if anyone could help me. i've just finished creating a website using macromedia flash 8. On the screen that i am working with, the text is big and clear, however when viewed at 800x600 resolution on a 17" screen it is fairly small and the info is difficult to read, if you would like for me to copy and past the html please let me know. if any one can help, much would be appreciated!  |
|
| Back to top |
|
 |
garethjax
Joined: 15 Aug 2006
Posts: 30
Location: Torino - italy
|
Posted: Fri Aug 18, 2006 8:13 pm
Post subject: Re: viewing text on a 17" screen
|
|
|
| teardrop wrote: | hi all, i was wondering if anyone could help me. i've just finished creating a website using macromedia flash 8. On the screen that i am working with, the text is big and clear, however when viewed at 800x600 resolution on a 17" screen it is fairly small and the info is difficult to read, if you would like for me to copy and past the html please let me know. if any one can help, much would be appreciated!  |
I'm not that expert of Flash, but i can tell you where is the problem: all the elements of the flash "movie" are scaled down in order to fit in the page.
I suggest you make a movie at that resolution (800x600) and try playing with an uniform border color in order to hide the effective size of your flash movie! _________________ -> Gareth <-
Digital Paladin
www.garethjax.net
My hosting it's better than yours!
Damn right it's better than yours!
I can teach you
But you have to message |
|
| Back to top |
|
 |
teardrop
Joined: 17 Aug 2006
Posts: 3
|
Posted: Fri Aug 18, 2006 11:27 pm
Post subject:
|
|
|
garethjax: thanks for replying. I'm not an expert on flash or html either would you be able to post an example of what and where to write the new code in the html please? or if you want i can post my html, thank you once again for replying. |
|
| Back to top |
|
 |
garethjax
Joined: 15 Aug 2006
Posts: 30
Location: Torino - italy
|
Posted: Sat Aug 19, 2006 9:38 am
Post subject:
|
|
|
| teardrop wrote: | garethjax: thanks for replying. I'm not an expert on flash or html either would you be able to post an example of what and where to write the new code in the html please? or if you want i can post my html, thank you once again for replying. |
Take this advice with an handful of salt (not only a grain )
Create a table or a div with a background color #000000, centered and with width at 100%.
That way the table will/should resize to the higher resolution.
The table has 3 cells (1 rows and 3 columns).
Inside the central cell, put inside your flash <object> and set it with a resolution of 800x600. Give this cell a fixed width (eg: 800) and leave the other 2 empty.
You may have to tweak with the flash resolution, but the flash movie should remain at the center of the screen even with higher resolutions.
Tell me if you need more info  _________________ -> Gareth <-
Digital Paladin
www.garethjax.net
My hosting it's better than yours!
Damn right it's better than yours!
I can teach you
But you have to message |
|
| Back to top |
|
 |
teardrop
Joined: 17 Aug 2006
Posts: 3
|
Posted: Tue Aug 22, 2006 11:22 am
Post subject:
|
|
|
hi so sorry to trouble you again, i'm still a little confuse with this | Quote: | Create a table or a div with a background color #000000, centered and with width at 100%.
That way the table will/should resize to the higher resolution.
The table has 3 cells (1 rows and 3 columns).
|
Do i have to create the tables in a html program like dreamweaver? or do i actually make the changes in the html itself? below i've included my html of my flash file if it helps you. also just to let you know my background is a picture, by changing it to #000000 would that make the background blank? so sorry to trouble you i really do appreciate your help! |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|