473,406 Members | 2,336 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,406 software developers and data experts.

hiding part of a Flash image

I'm trying to use a Shockwave Flash file as is except for a line of
text that it displays. I'd like to hide that line of text, and so I
tried to create a black mask to do it. However, I can't move the mask
over the text.

This is the idea:

<div id="inside">
<embed>...</embed>
<div id="mask"></div>
</div>

With the style:

embed { z-index: 1; }
#mask { width: 400px; height: 40px;
background-color: black;
position: relative; left: 380px; bottom: 30px;
z-index: 2;
}

The mask appears to slip under the Flash image regardless of z-index.

--

Haines Brown
KB1GRM
ET1(SS) U.S.S. Irex SS-482
Aug 17 '06 #1
7 1623
In article <87************@teufel.hartford-hwp.com>,
Haines Brown <br****@teufel.hartford-hwp.comwrote:
I'm trying to use a Shockwave Flash file as is except for a line of
text that it displays. I'd like to hide that line of text, and so I
tried to create a black mask to do it. However, I can't move the mask
over the text.

This is the idea:

<div id="inside">
<embed>...</embed>
<div id="mask"></div>
</div>

With the style:

embed { z-index: 1; }
#mask { width: 400px; height: 40px;
background-color: black;
position: relative; left: 380px; bottom: 30px;
z-index: 2;
}

The mask appears to slip under the Flash image regardless of z-index.
I know this is a silly question, but why don't you just
remove the offending text from the flash file?
Aug 18 '06 #2
On Fri, 18 Aug 2006 07:33:58 -0400, David Stone wrote:
In article <87************@teufel.hartford-hwp.com>,
Haines Brown <br****@teufel.hartford-hwp.comwrote:
>I'm trying to use a Shockwave Flash file as is except for a line of
text that it displays. I'd like to hide that line of text, and so I
tried to create a black mask to do it. However, I can't move the mask
over the text.

This is the idea:

<div id="inside">
<embed>...</embed>
<div id="mask"></div>
</div>

With the style:

embed { z-index: 1; }
#mask { width: 400px; height: 40px;
background-color: black;
position: relative; left: 380px; bottom: 30px;
z-index: 2;
}

The mask appears to slip under the Flash image regardless of z-index.

I know this is a silly question, but why don't you just
remove the offending text from the flash file?
Obviously, offending text is somebody elses logo.

--
buy, bought, bye
Aug 18 '06 #3
Nije Nego <"nije\"nego"@net.hrwrites:
On Fri, 18 Aug 2006 07:33:58 -0400, David Stone wrote:
>In article <87************@teufel.hartford-hwp.com>,
Haines Brown <br****@teufel.hartford-hwp.comwrote:
>>I'm trying to use a Shockwave Flash file as is except for a line of
text that it displays. I'd like to hide that line of text, and so I
tried to create a black mask to do it. However, I can't move the mask
over the text.

I know this is a silly question, but why don't you just
remove the offending text from the flash file?

Obviously, offending text is somebody elses logo.
A reasonable guess, but not the case in fact. The two Flash files were
purchased by my wife for her web page (and it was I who paid for
them). However, for her site's splash page, the original designer
also incorporated a hot text into the Flash file to link to the next
page. I felt it better to have the move automatic (meta refresh)
rather than require a mouse click. So I needed to hide the hot
text. Is there something about Flash files that they don't respond to
stacking with z-index? Is there some place on line where I can find
out about Flash parameters and attributes?

I would have liked to recreate the animationed effects from scratch,
but I would prefer not to use javascript, and the animations may be
too complicated for it: a) a text that encircles the globe which
emerges from a point, b) a star that likewise emerges, c) a text
that does the same. What are my (non-proprietary) options for creating
such effects?

--

Haines Brown
KB1GRM
ET1(SS) U.S.S. Irex SS-482
Aug 19 '06 #4
Haines Brown wrote:
Nije Nego <"nije\"nego"@net.hrwrites:
>On Fri, 18 Aug 2006 07:33:58 -0400, David Stone wrote:
>>In article <87************@teufel.hartford-hwp.com>,
Haines Brown <br****@teufel.hartford-hwp.comwrote:

I'm trying to use a Shockwave Flash file as is except for a line of
text that it displays. I'd like to hide that line of text, and so I
tried to create a black mask to do it. However, I can't move the mask
over the text.
I know this is a silly question, but why don't you just
remove the offending text from the flash file?
Obviously, offending text is somebody elses logo.

A reasonable guess, but not the case in fact. The two Flash files were
purchased by my wife for her web page (and it was I who paid for
them). However, for her site's splash page, the original designer
also incorporated a hot text into the Flash file to link to the next
page. I felt it better to have the move automatic (meta refresh)
rather than require a mouse click. So I needed to hide the hot
text. Is there something about Flash files that they don't respond to
stacking with z-index? Is there some place on line where I can find
out about Flash parameters and attributes?

I would have liked to recreate the animationed effects from scratch,
but I would prefer not to use javascript, and the animations may be
too complicated for it: a) a text that encircles the globe which
emerges from a point, b) a star that likewise emerges, c) a text
that does the same. What are my (non-proprietary) options for creating
such effects?
<http://www.quip.net/blog/2006/flash/how-to-position-flash-beneath-other-content>

--
Gus
Aug 19 '06 #5
Haines Brown <br****@teufel.hartford-hwp.comwrote:
>However, for her site's splash page, the original designer
also incorporated a hot text into the Flash file to link to the next
page. I felt it better to have the move automatic (meta refresh)
rather than require a mouse click. So I needed to hide the hot
text.
Get a Flash editor, change the Flash file.

--
Spartanicus
Aug 19 '06 #6
Haines Brown <br****@teufel.hartford-hwp.comwrites:
A reasonable guess, but not the case in fact. The two Flash files were
purchased by my wife for her web page (and it was I who paid for
them). However, for her site's splash page, the original designer
also incorporated a hot text into the Flash file to link to the next
page. I felt it better to have the move automatic (meta refresh)
rather than require a mouse click. So I needed to hide the hot
text.
Why not simply open up the .fla file in a Flash editor, remove the link,
and export a new .swf?

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Aug 19 '06 #7
Sherm Pendley <sh***@Sherm-Pendleys-Computer.localwrites:
Haines Brown <br****@teufel.hartford-hwp.comwrites:
>A reasonable guess, but not the case in fact. The two Flash files were
purchased by my wife for her web page (and it was I who paid for
them). However, for her site's splash page, the original designer
also incorporated a hot text into the Flash file to link to the next
page. I felt it better to have the move automatic (meta refresh)
rather than require a mouse click. So I needed to hide the hot
text.

Why not simply open up the .fla file in a Flash editor, remove the link,
and export a new .swf?
sherm,

I don't have the original .fla file. Do you think the developer who
sold my wife the resulting .swf file is obliged to hand it over to his
client? I should think so, but don't know. If I had that file I could
use f4l (Flash for Linux), which I've installed, to rebuild the swf
file with the changes I need.

I tried out Flare (Linux), but it only produces a .flr script file,
not the original resources. If I can't get the fla resources from the
original developer it seems I have little choice but to pay to have
the two swf files decompiled.

--

Haines Brown
KB1GRM
ET1(SS) U.S.S. Irex SS-482
Aug 21 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Pjotr Wedersteers | last post by:
I am new to J(ava)Script, use PHP a lot and consider moving some stuff for a project over to the client side. Problem is part of the PHP code is copyrighted and the author would not be happy to see...
0
by: Vladi | last post by:
Hello everybody, I have a asp.net 1.1 page which has the following controls: 4 Images whose src points to an image.aspx file which returns a different jpg from a DB 1 flash object on top of those...
10
by: FX | last post by:
I wanna publish a script on my site which allows me to hide image source. i have rough idea abt it. i`ll point src to some php page like: <img src="image.php"> & in tht php wat exactly shud be...
5
by: Trapulo | last post by:
Hi, I've a big trouble with an asp.net page. Basically, the page has an swf that starts and downloads some data from an other asp.net page. The application works well on my testing IIS 6, but...
8
by: Warren Post | last post by:
At <http://snow.prohosting.com/srcopan/dry/test.es.html>, you will see that the background image runs down the left margin. The right hand side of it is faded, watermark style, but it is one single...
3
by: dd | last post by:
Hi, I have some code that hides all Flash objects on a page. It's working fine on IE and Gecko but doesn't work on Safari. There are no errors (shown in the console) when it runs on Safari, and...
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: Richard Maher | last post by:
Hi, I'm trying to use the Visibility Style attribute for a Div to effectively PopUp a lightweight window with some additional context-sensitive information, when a user mouses over a given...
2
elamberdor
by: elamberdor | last post by:
Hi All! Well, i'm modifying a dynamic map, with lat and long datapoints, my problem is it loads in text perfectly onto exact points I specify on the map, ..well now I want to load in...
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: 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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.