473,387 Members | 1,463 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

position flash video

4
Hi, I want to add two flash videos to a page. The first aligned left with text on the right, the second below and aligned right with text on the left. I'm new to CSS and still finding my way so any help for this would be appreciated. Thanks.
Feb 9 '07 #1
6 3117
AricC
1,892 Expert 1GB
Have you figure out how to do this yet? Sorry musta missed this post

Aric
Feb 10 '07 #2
geac29
4
No success yet, still working on it.
Feb 10 '07 #3
drhowarddrfine
7,435 Expert 4TB
Flash requires different elements than the usual so without the code or, preferably, a link, it's difficult to help.
Feb 10 '07 #4
geac29
4
the draft site is at http://interactivegolf.co.uk/new/pro/pro_about.php if this helps.
Feb 11 '07 #5
drhowarddrfine
7,435 Expert 4TB
First thing you want to do is remove that first line of your html markup: <!-- FILE 1-top.php -->

Anything placed before the doctype will throw IE into quirks mode.

Then, you can either float the <p> to the left or right, or float the <object>. But you must set a width so it might be easier to float the <p>. Not all of your <p> and <hx> tags are enclosed in anything so you might want to surround them with a <div> tag and just float that with a width of 20% or so and then adjust.

For example,
<div id="content_right">
<p>Content</p>
</div>

In your css:

.content_right{
float:right;
width:20%;
}

This may shuffle other elements around a bit but you can play with that. I don't have time right now to look further into it.
Feb 11 '07 #6
geac29
4
Thanks for your advice, I'll give it a go.
Feb 11 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: vivek | last post by:
I am new to flash and want someone to guide me, Is it possible to create a UI entirely in Flash and that will inetract with C# components (backend) and these components will in return interact...
115
by: post2google | last post by:
I was thinking about where to go for lunch the other day, so I went to hardees.com to see what the menu looked like these days. What comes up is a big note that my flash version is not new enough...
1
by: solomon_13000 | last post by:
How do I actually convert different video format (avi,mpeg,mp4, etc) file to a flash format and view it as flash? People would upload their video files on my server and my server will do the...
12
by: Sandman | last post by:
There are some Mac tools to convert pretty much any given video source to a Flash video file (.flv) but I'm wondering if there is any way to do it using a Linux platform tying in to a PHP web...
13
iam_clint
by: iam_clint | last post by:
Starting a thread for flash tutorials and such.. got a good link? pm me. http://www.kirupa.com http://www.actionscript.org/resourc...ries/Tutorials/ http://www.gotoandlearn.com ...
8
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web...
2
by: lionbarrage | last post by:
Hi all, I was just wondering if anyone knows how to grab an image from a flv or a swf when a user uploads a file? Any help would be appreciated!
2
dream party
by: dream party | last post by:
Inserting a Flash (SWF, FLV) file into HTML web page is already an old and familiar thing to all of us. It is a rather non-flexible thing that just to edit some options in the template. However, I...
2
by: Andycb | last post by:
Hi i'm realtively new to HTML, let alone HTML CSS but basicly, as the title suggests I want to know how to position a flash video in a particular part of the web page. I have attached a picture...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.