HighDots Forums  

Please Help On Radio Buttons

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Please Help On Radio Buttons in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
GeorgeAdams
 
Posts: n/a

Default Please Help On Radio Buttons - 11-10-2005 , 04:48 AM






Hi,

I have roughly put together what looks like this:
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
//-->
</script>
<form action="../cgi-bin/mycgi.pl">
Work
<input type=RADIO name="Group1" value="Work">
&nbsp; Members
<input type=RADIO name="Group1" value="Members">
&nbsp; Guest
<input type=RADIO name="Group1" value="Guest">
&nbsp;
<input name="SUBMIT" type=SUBMIT value="View">
</form>
<HR>
<div id="Layer2" style="position:absolute; width:601px; height:626px;
z-index:2; left: 7px; top: 53px;">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="600" height="600">
<param name="movie"
value="../Documents/ill/Website/New%20Site/HomePage/WORK.swf">
<param name="quality" value="high"><param name="LOOP"
value="false"><param name="PLAY" value="false">
<embed src="../Documents/ill/Website/New%20Site/HomePage/WORK.swf"
width="600" height="600" loop="false" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" play="false"></embed>
</object>
<HR>
</div>
<p>&nbsp; </p>

<div id="Layer1" style="position:absolute; width:603px; height:59px;
z-index:1; top: 670px; left: 8px;"> <img
src="../Documents/ill/Website/New%20Site/HomePage/logo.jpg" width="34"
height="26">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=5,0,0,0" width="132" height="28">
<param name="BGCOLOR" value="">
<param name="movie" value="text1.swf">
<param name="quality" value="high">
<embed src="text1.swf" quality="high"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
ion=ShockwaveFlash" type="application/x-shockwave-flash" width="132"
height="28" ></embed>
</object>
</div>
<div id="Layer3" style="position:absolute; width:246px; height:412px;
z-index:3; left: 619px; top: 49px;">
<HR></div>

I need the radio buttons, when chosen, to play flash files beneath them in
effectively a stage. I have set out where I need the work to go. I know this is
probably not the most efficient way of doing this but its what I have to use.
Please help with any coding or anything.

Cheers
George


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.