![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
In article <87bqqj70nj.fsf (AT) teufel (DOT) hartford-hwp.com>, Haines Brown <brownh (AT) teufel (DOT) hartford-hwp.com> wrote: 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? |
#4
| |||
| |||
|
|
On Fri, 18 Aug 2006 07:33:58 -0400, David Stone wrote: In article <87bqqj70nj.fsf (AT) teufel (DOT) hartford-hwp.com>, Haines Brown <brownh (AT) teufel (DOT) hartford-hwp.com> wrote: 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. |
#5
| |||
| |||
|
|
Nije Nego <"nije\"nego"@net.hr> writes: On Fri, 18 Aug 2006 07:33:58 -0400, David Stone wrote: In article <87bqqj70nj.fsf (AT) teufel (DOT) hartford-hwp.com>, Haines Brown <brownh (AT) teufel (DOT) hartford-hwp.com> wrote: 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? |
#6
| |||
| |||
|
|
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. |
#7
| |||
| |||
|
|
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. |
#8
| |||
| |||
|
|
Haines Brown <brownh (AT) teufel (DOT) hartford-hwp.com> writes: 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? |
![]() |
| Thread Tools | |
| Display Modes | |
| |