frames with flash

S

Sagi

i got an html file with flash embeded in it.
the flash file load with parameters like this:

<OBJECT id="myFlash"
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0
height=250 width=740 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
<PARAM NAME="_cx" VALUE="19579">
<PARAM NAME="_cy" VALUE="6615">
<PARAM NAME="FlashVars" VALUE="">
<PARAM NAME="Src" VALUE="up.swf">
<PARAM NAME="volumeOn" VALUE="0">
<PARAM NAME="Movie" VALUE="up.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="always">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="BGColor" VALUE="">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<embed src="up.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="740" height="250">
</embed>
one of the parameters is volumeOn and when the file is loading i need to
check the left frame for:
if (parent.leftSound.kavimLeft==0){
if yes the volumeOn value should be 0
else
the volumeOn value should be 1

how can i do it?
i tried with document .write but it didn't work.

please help
 
S

Sagi

i tried to use somthing like that and i was sure it would work, but is it
work only with netscape?
<HR WIDTH="&{barWidth};%" ALIGN="LEFT">

sagi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top