html file from flash

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 26th, 2007, 07:41
Junior Member
Join Date: Oct 2006
Location: canada
Age: 43
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote

  #2 (permalink)  
Old Jan 26th, 2007, 09:56
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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)
Reply With Quote
  #3 (permalink)  
Old Jan 26th, 2007, 11:49
Junior Member
Join Date: Oct 2006
Location: canada
Age: 43
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #4 (permalink)  
Old Jan 26th, 2007, 14:48
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
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.
Reply With Quote
  #5 (permalink)  
Old Jan 26th, 2007, 14:51
Junior Member
Join Date: Oct 2006
Location: canada
Age: 43
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html file from flash

Thank you guys, I appreciate it.
Reply With Quote
  #6 (permalink)  
Old Feb 4th, 2007, 03:27
Junior Member
Join Date: Jan 2007
Location: New Zealand
Age: 25
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #7 (permalink)  
Old Feb 4th, 2007, 03:30
Junior Member
Join Date: Oct 2006
Location: canada
Age: 43
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
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">
Reply With Quote
  #8 (permalink)  
Old Feb 4th, 2007, 03:37
Junior Member
Join Date: Jan 2007
Location: New Zealand
Age: 25
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html file from flash

ahh cheers much better
Reply With Quote
  #9 (permalink)  
Old Feb 4th, 2007, 03:44
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html file from flash

Actually, use this code

Code: Select all
<div style="text-align: center;">
     <embed src="yourFlashFile.swf"......
</div>
Tables are so unnecessary for layouts.
Reply With Quote
  #10 (permalink)  
Old Feb 4th, 2007, 03:45
Junior Member
Join Date: Oct 2006
Location: canada
Age: 43
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html file from flash

Quote:
Originally Posted by Urban Pigmy View Post
ahh cheers much better
your welcome, now if the resolution changes
the flash site is always centered.

Reply With Quote
Reply

Tags
center, screen

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 02:41.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43