Need to add flash to my css layout...help!

This is a discussion on "Need to add flash to my css layout...help!" within the Web Page Design section. This forum, and the thread "Need to add flash to my css layout...help! 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 7th, 2006, 14:14
New Member
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Need to add flash to my css layout...help!

Hi,

I'm having a problem working out how to change a .jpg to a flash movie in a CSS layout that my designer built a while ago, the code is below.

I'm trying to change the images/banner_climber.jpg for a flash movie but have no idea how to do it as I assume I need to call up flash player etc..

What would the code need to be with a flash file in it?

Cheers Folks

}
#pageBanner{
width:740px;
height:233px;
}
.bannerImage{
background-image:url(../images/banner_climber.jpg);
background-repeat:no-repeat;
}
#pageNav{
position:absolute;
top:139px;
left:0;
text-align:right;
width:401px;
height:94px;

}
Reply With Quote

  #2 (permalink)  
Old Jan 7th, 2006, 16:35
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: Need to add flash to my css layout...help!

its differnt with a flash file, in your html page you would have to embed the object...

Code: Select all
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="550" height="400">
        <param name="movie" value="flash/file.swf">
    <param name="loop" value="false">
        <param name="quality" value="high">
        <embed src="flash/file.swf" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="400"></embed>
      </object>
Reply With Quote
Reply

Tags
add, flash, css, layouthelp

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
Flash Designer (Central London, Flash, Flash Games, Flash banners, 22K-28K) CapitalStrategy Job Opportunities 0 Aug 13th, 2007 09:39
Flash Designer (Central London, Flash, Flash Games, Flash banners, 22K-28K) CapitalStrategy Job Opportunities 0 Aug 13th, 2007 09:04
Fluid layout - IE6 clichés the layout when resizing cyberseed Web Page Design 7 Jun 16th, 2007 05:14
What makes a layout a good layout? Miles Lombardi Graphics and 3D 4 Jul 26th, 2005 03:22
css and layout wood1e Web Page Design 2 May 1st, 2005 13:36


All times are GMT. The time now is 19:07.


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