Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
planet13 #1
SSI z-index
The problem I am having is that the nav bar that is loaded with a #include has
dropdown menus that are covered up by my swf.
Seems like I should be able to set the z-index of the #include but I can not
find any documentation on doing so.
This is a project that I took over when someone else flaked out... my fall
back plan is to create the menu in flash also, but would rather not if I can
get by with what they have.
I'd never used #include, it seemed to work fine with raw html... but now that
I replaced the content with a swf I can't see the dropdowns.
Here is the code...
<!--#include file="nav.html"-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="762" height="635">
<param name="movie" value="images/test.swf">
<param name="quality" value="high"><param name="LOOP" value="false">
<embed src="images/test.swf" width="762" height="635" loop="false"
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>
</object>
<!--#include virtual="footer.htmlf" -->
planet13 Guest
-
Settle a debate - to index or not to index?
I have 2 tables: mysql> desc a; +---------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key |... -
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
Hey Folks,(New to .NET) This is driving me NUTZ... If anyone out there can resolve this from me I would greatly appreciate it... Line 238: Line... -
Index Topics and Index References
Ok here is my problem. I Generate my Index and it keeps coming up with the original index i created. I went through all the chapters in my manual... -
Newb query: index.htm & index.php & the server default
The problem I'm trying to solve is as follows: The website has two subdirectories: /ordinary and /phpstuff. Users typing hostname/ordinary get the... -
Create index VS Set Index Enabled - IDS 7.31
Hi List, I am in the process of re-doing my production DB. One of the step I decide to perform was to "Set index enabled" instead of of... -
Murray *TMM* #2
Re: SSI z-index
All Active content on a page will always rise to the top, so to speak,
including Flash, certain form elements, Java applets, and Active X controls.
This means that each of these will poke through layers. There is not a good
cross-browser/platform reliable way to solve this issue, but if you can be
confident in your visitors using IE 5+ or NN6+, then you can use the Flash
wmode parameter.
MM articles:
[url]http://www.macromedia.com/support/flash/ts/documents/flash_top_layer.htm[/url]
[url]http://www.macromedia.com/support/flash/ts/documents/wmode.htm[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"planet13" <webforumsuser@macromedia.com> wrote in message
news:dno738$63c$1@forums.macromedia.com...> The problem I am having is that the nav bar that is loaded with a #include
> has
> dropdown menus that are covered up by my swf.
>
> Seems like I should be able to set the z-index of the #include but I can
> not
> find any documentation on doing so.
>
> This is a project that I took over when someone else flaked out... my fall
> back plan is to create the menu in flash also, but would rather not if I
> can
> get by with what they have.
>
> I'd never used #include, it seemed to work fine with raw html... but now
> that
> I replaced the content with a swf I can't see the dropdowns.
>
> Here is the code...
>
>
> <!--#include file="nav.html"-->
> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=6,0,29,0" width="762" height="635">
> <param name="movie" value="images/test.swf">
> <param name="quality" value="high"><param name="LOOP" value="false">
> <embed src="images/test.swf" width="762" height="635" loop="false"
> quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash"></embed>
> </object>
> <!--#include virtual="footer.htmlf" -->
>
Murray *TMM* Guest
-
planet13 #3
Re: SSI z-index
Thanks Murray...
With no solid way to do it, I think I am going to recreate the dropdown in flash.
planet13 Guest
-
Murray *TMM* #4
Re: SSI z-index
Ugh - that's much worse in my opinion. Now you have to worry about
accessibility and search engines and all that kind of thing....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"planet13" <webforumsuser@macromedia.com> wrote in message
news:dnq71o$77d$1@forums.macromedia.com...> Thanks Murray...
> With no solid way to do it, I think I am going to recreate the dropdown in
> flash.
Murray *TMM* Guest
-
planet13 #5
Re: SSI z-index
Good points...
Still undecided.
What is the over all consensus on using #include?
planet13 Guest
-
Murray *TMM* #6
Re: SSI z-index
I use it all the time. It couldn't be more useful.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"planet13" <webforumsuser@macromedia.com> wrote in message
news:dnq8oe$9hr$1@forums.macromedia.com...> Good points...
> Still undecided.
> What is the over all consensus on using #include?
Murray *TMM* Guest



Reply With Quote

