L
Loane Sharp
Hi there
I am trying to display a dropdownlist, label and image in the foreground with a Flash animation in the background. I'm using the following code, which works for the dropdownlist but doesn't work for the label and image controls! (P.S. My apologies, I can't show the code in a legible format in Outlook Express so I have highlighted some of the core features in bold.)
Please help!
Best regards
Loane
<div align="center" valign="middle" style="position:relative;width:865;height:375;z-index:-1">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="865" height="375" id="sched" align="middle" style="z-index:-1">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://performance/graphics/sched.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://performance/graphics/sched.swf" quality="high" bgcolor="#ffffff" width="865" height="375" name="sched" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<div style="position:absolute;top:110;left:615;z-index:0">
<asp:dropdownlist
id = 'region4'
style = 'FONT-FAMILY:Verdana,Arial,Helvetica;FONT-SIZE:7.8pt;COLOR:#000000'
length = no_regions
width = 218
runat = 'server'>
<asp:listitem selected="true"> </asp:listitem>
</asp:dropdownlist>
</div>
<div style="position:absolute;top:232;left:615;z-index:1">
<asp:Label
id='calendarFrom_lbl'
style = "FONT-FAMILY:Verdana,Arial,Helvetica;FONT-SIZE:7.8pt;COLOR:#000000;'
text=''
runat='server'>
</asp:Label>
<asp:Image
id="calendarFrom_btn"
onclick="calendarFrom.SetSelectedDate(calendarFrom.GetSelectedDate());calendarFrom.Show();"
class="calendar_button"
runat="server"
AlternateText="Click this image to change the date"
ImageAlign="left"
ImageUrl="http://performance/components/images/cal_24.gif">
</asp:Image>
</div>
</div>
I am trying to display a dropdownlist, label and image in the foreground with a Flash animation in the background. I'm using the following code, which works for the dropdownlist but doesn't work for the label and image controls! (P.S. My apologies, I can't show the code in a legible format in Outlook Express so I have highlighted some of the core features in bold.)
Please help!
Best regards
Loane
<div align="center" valign="middle" style="position:relative;width:865;height:375;z-index:-1">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="865" height="375" id="sched" align="middle" style="z-index:-1">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://performance/graphics/sched.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://performance/graphics/sched.swf" quality="high" bgcolor="#ffffff" width="865" height="375" name="sched" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<div style="position:absolute;top:110;left:615;z-index:0">
<asp:dropdownlist
id = 'region4'
style = 'FONT-FAMILY:Verdana,Arial,Helvetica;FONT-SIZE:7.8pt;COLOR:#000000'
length = no_regions
width = 218
runat = 'server'>
<asp:listitem selected="true"> </asp:listitem>
</asp:dropdownlist>
</div>
<div style="position:absolute;top:232;left:615;z-index:1">
<asp:Label
id='calendarFrom_lbl'
style = "FONT-FAMILY:Verdana,Arial,Helvetica;FONT-SIZE:7.8pt;COLOR:#000000;'
text=''
runat='server'>
</asp:Label>
<asp:Image
id="calendarFrom_btn"
onclick="calendarFrom.SetSelectedDate(calendarFrom.GetSelectedDate());calendarFrom.Show();"
class="calendar_button"
runat="server"
AlternateText="Click this image to change the date"
ImageAlign="left"
ImageUrl="http://performance/components/images/cal_24.gif">
</asp:Image>
</div>
</div>