.swf file as HTML table background

This is a discussion on ".swf file as HTML table background" within the Flash & Multimedia Forum section. This forum, and the thread ".swf file as HTML table background are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 18th, 2007, 19:31
New Member
Join Date: Jun 2007
Location: Southwest
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Question .swf file as HTML table background

My goal is to have this BG.swf file as the background for an HTML table which I'll then put some context over the BG.swf background.....if possible.
Here's my HTML so far:
<body>
Code: Select all
<table width="780px" height="96px" background="BG.swf">
<TR>
<TD>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','780','height','96','src','BG','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','BG','wmode','transparent' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=9,0,28,0" width="780" height="96">
<param name="movie" value="BG.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent">
<param name="SCALE" value="noborder"> 
<embed src="BG.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/downl...ShockwaveFlash" 
type="application/x-shockwave-flash" width="780" height="96" wmode="transparent" scale="noborder" align="top"></embed>
</object>
</noscript>
</TD>
</TR>
</table>
</body>
**********************************************
**********************************************
I actually need this above table to have the BG.swf file as the background if possible and this below table as the text:
Code: Select all
<table width="780" cellspacing="0" cellpadding="0" height="40" border="0" align="center">
<tr> 
<td bgcolor="#C89292" height="24" class="text" align="center">Club Text:<br/>
<table width="100%" border="0" summary="All of our great sponsors!">
<caption>
<span class="style4">Please visit our great sponsors: </span>
</caption>
<tr>
<td>Sponsor 1</td>
<td>Sponsor 2</td>
<td>Sponsor 3</td>
<td>Sponsor 4</td>
</tr>
</table></td>
</tr>
</table>
Thanks!

Last edited by Lchad; Jun 18th, 2007 at 22:12. Reason: Please use code tags!
Reply With Quote

  #2 (permalink)  
Old Jun 18th, 2007, 19:42
Up'n'Coming Member
Join Date: May 2007
Location: Tamworth
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cocoonfx
Re: .swf file as HTML table background

Whats the problem with it? Do you have this up on line so i can see what this looks like....
Reply With Quote
  #3 (permalink)  
Old Jun 18th, 2007, 19:46
New Member
Join Date: Jun 2007
Location: Southwest
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: .swf file as HTML table background

the problem is that if I try to put any text over the background, the background ends up being at the top of the table, and the text underneath. I can't get the text to over-lay the BG.swf file.
Reply With Quote
  #4 (permalink)  
Old Jun 18th, 2007, 20:22
Up'n'Coming Member
Join Date: May 2007
Location: Tamworth
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cocoonfx
Re: .swf file as HTML table background

I would not recommend using tables, try and use css gives you more control.

Then you can possible have some text float over the top.

Not sure if you know css.

http://www.w3schools.com/css/css_intro.asp
Reply With Quote
  #5 (permalink)  
Old Jun 18th, 2007, 20:29
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: .swf file as HTML table background

Yep I don't know if this is possible using tables. I know you can do it through .css. Use layers to postion your .swf, text etc.

I'd recommend checking out the CSS forums here to see what they have to say.

http://www.webforumz.com/css-forum/

Cheers,

Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #6 (permalink)  
Old Jun 18th, 2007, 20:35
New Member
Join Date: Jun 2007
Location: Southwest
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: .swf file as HTML table background

I'm pretty familiar with .css, but couldn't figure out how to get the DIV tag's background attribute to the <Object> value.
Reply With Quote
  #7 (permalink)  
Old Jun 18th, 2007, 21:01
New Member
Join Date: Jun 2007
Location: Southwest
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: .swf file as HTML table background

Sgaspar11,

The Z-Indexes are getting me closer.

Thanks!
Reply With Quote
  #8 (permalink)  
Old Jun 18th, 2007, 21:33
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
Re: .swf file as HTML table background

Thos'll be the ones you want to use.

I wish I was at home right now, I could upload an example and you'd have it done in a few minutes.

At work for another 6 hours though. LONG DAYS this week....bleh.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #9 (permalink)  
Old Jun 18th, 2007, 21:40
New Member
Join Date: Jun 2007
Location: Southwest
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: .swf file as HTML table background

no worries...I think I just got it!

Thanks!

I'll try to send you the link when I'm done!
Reply With Quote
  #10 (permalink)  
Old Jun 18th, 2007, 21:45
Up'n'Coming Member
Join Date: May 2007
Location: Tamworth
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cocoonfx
Re: .swf file as HTML table background

I would be interested in seeing what the css would look like, and also what your site will look like...
Reply With Quote
Reply

Tags
swf

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
[SOLVED] background img center in table robertl Web Page Design 9 Oct 1st, 2007 05:27
flash file background loading strebes Flash & Multimedia Forum 2 Aug 30th, 2007 20:44
background image table properties geyids Web Page Design 3 Apr 18th, 2007 20:23
how do I use a:hover within a html file (without the css file) heyo Web Page Design 2 Mar 5th, 2007 22:50
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 20:01.


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