This is a discussion on "html file from flash" within the Web Page Design section. This forum, and the thread "html file from flash are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
html file from flash
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
html file from flash
I am almost finished designing my site in flash, although flash gives me an index file but when i try to upload it to my server, my flash site comes off center to the screen.
Is there a way I can fix this? I am sure there is some html code that would do the trick. Thank you so much for helping. |
|
|
|
||||
|
Re: html file from flash
"my flash site comes off center to the screen"
do you mean.... your website is centered and you don't want it that way OR your website is not centered and you want it to be ???
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: html file from flash
Sorry for the confusion, my website comes all shifted to the left of the screen and does not appear centered. But thank you, I seemed to have solved the issue with a code I picked up from the net.
|
|
||||
|
Re: html file from flash
Yeah, flash defaults to the left hand side, you can ceter it using the <center> </center> tag, or the <p align="center></p> tag.
|
|
|||
|
Re: html file from flash
Thank you guys, I appreciate it.
|
|
|||
|
Re: html file from flash
I'm having this problem to with the flash being to far left on the html, could you explain this in really lamens terms please.
|
|
|||
|
Re: html file from flash
Put this at the beginning of your index file.
<table cellpadding=0 cellspacing=0 border=0 width="100%" height="100%"> <tr height="100%"> <td width="100%" align="center" valign="middle"> |
|
|||
|
Re: html file from flash
ahh cheers much better
|
|
||||
|
Re: html file from flash
Actually, use this code
|
|
|||
|
Re: html file from flash
your welcome, now if the resolution changes
the flash site is always centered. |
![]() |
| Tags |
| center, screen |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how do I use a:hover within a html file (without the css file) | heyo | Web Page Design | 2 | Mar 5th, 2007 22:50 |
| Preload flash file in one html and start showing in other | vikaspa | Introduce Yourself | 1 | Apr 19th, 2006 15:36 |
| convert doc file to html in asp.net | malarvizhi | ASP.NET Forum | 1 | Nov 28th, 2005 16:04 |
| swf not loading on html file | Christom | Flash & Multimedia Forum | 2 | Mar 31st, 2005 09:51 |
| How make Word file same as html file in ASP | humair | Classic ASP | 5 | Sep 24th, 2003 14:35 |