How do I make my FLV work behind rollover menus?

I'm working with an Iframe code which plugs in to a
site with rollover menus. The problem is when the rollover menu
pops down over the video it flickers in and out. The iframe code
includes html and flash. I know I have to add the <param
name="wmode" value="transparent" in the object tag and
wmode="transparent" in the embed tag, but I don't know where
exactly to put it. Here's what I'm working with:
AC_FL_RunContent( 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','widt h','320','height','240','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_Co mponentVersion=1&skinName=Clear_Skin_1&streamName=untitled&autoPlay=true&autoRewind=false' ,'quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http:/ /www.macromedia.com/go/getflashplayer','movie','FLVPlayer_Progressive'
); //end AC code
</script><noscript><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="320" height="240" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf"
/>
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars"
value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=untitled&autoPlay=true&aut oRewind=false"
/>
<embed src="FLVPlayer_Progressive.swf"
flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=untitled&autoPlay=true &autoRewind=false"
quality="high" scale="noscale" width="320" height="240"
name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer"
/>
</object>
Please help. Thanks.

This is a multi-part message in MIME format.
------=_NextPart_000_00FF_01C8520E.F7F1AE10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
The easiest way to insert parameters in Flash is through the
Property =
inspector. Select your Flash movie in Design view and in the
PI, click =
the Parameters button. Click Add (+) and put wmode in the
first column =
and transparent in the 2nd column. DW will automatically
write it in the =
correct places.
Best - Joe
Joseph Lowery
Vice President of Marketing, WebAssist
Author of Dreamweaver CS3 Bible
"jcaplngr" <[email protected]> wrote in
message =
news:[email protected]...
>
I'm working with an Iframe code which plugs in to a
site =
with=20
> rollover menus. The problem is when the rollover menu
pops down over =
the video=20
> it flickers in and out. The iframe code includes html
and flash. I =
know I have=20
> to add the <param name=3D"wmode"
value=3D"transparent" in the object =
tag and=20
> wmode=3D"transparent" in the embed tag, but I don't know
where exactly =
to put it.=20
> Here's what I'm working with:
>=20
> AC_FL_RunContent(=20
> =
'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swfla=
sh.cab#
> =
version=3D7,0,0,0','width','320','height','240','id','FLVPlayer','src','F=
LVPlayer_
> =
Progressive','flashvars','&MM_ComponentVersion=3D1&skinName=3DClear_Skin_=
1&streamNam
> =
e=3Duntitled&autoPlay=3Dtrue&autoRewind=3Dfalse','quality','high','scale'=
,'noscale','n
> =
ame','FLVPlayer','salign','lt','pluginspage','
http://www.macromedia.com/g=
o/getfl
> ashplayer','movie','FLVPlayer_Progressive' ); //end AC
code
> </script><noscript><object=20
>
classid=3D"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"=20
> =
codebase=3D"
http://download.macromedia.com/pub/shockwave/cabs/flash/swfla=
sh.cab#ve
> rsion=3D7,0,0,0" width=3D"320" height=3D"240"
id=3D"FLVPlayer">
> <param name=3D"movie"
value=3D"FLVPlayer_Progressive.swf" />
> <param name=3D"salign" value=3D"lt" />
> <param name=3D"quality" value=3D"high" />
> <param name=3D"scale" value=3D"noscale" />
> <param name=3D"FlashVars"=20
> =
value=3D"&MM_ComponentVersion=3D1&skinName=3DClear_Skin_1&streamName=3Dun=
titled&autoPlay
> =3Dtrue&autoRewind=3Dfalse" />
> <embed src=3D"FLVPlayer_Progressive.swf"=20
> =
flashvars=3D"&MM_ComponentVersion=3D1&skinName=3DClear_Skin_1&streamName=3D=
untitled&auto
> Play=3Dtrue&autoRewind=3Dfalse" quality=3D"high"
scale=3D"noscale" =
width=3D"320"=20
> height=3D"240" name=3D"FLVPlayer" salign=3D"LT" =
type=3D"application/x-shockwave-flash"=20
> pluginspage=3D"
http://www.macromedia.com/go/getflashplayer"
/> =20
> </object>
>=20
> Please help. Thanks.
>
------=_NextPart_000_00FF_01C8520E.F7F1AE10
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16587"
name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>The easiest way
to insert parameters in =
Flash is=20
through the Property inspector. Select your Flash movie in
Design view =
and in=20
the PI, click the Parameters button. Click Add (+) and put
wmode in the =
first=20
column and transparent in the 2nd column. DW will
automatically write it =
in the=20
correct places.</FONT></DIV>
<DIV><BR><FONT face=3DArial size=3D2>Best -
Joe</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Joseph
Lowery<BR>Vice President of =
Marketing, <A=20
href=3D"
http://www.webassist.com">WebAssist</A><BR>Author
of <A=20
href=3D"
http://www.idest.com/dreamweaver/">Dreamweaver
CS3 =
Bible</A></FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>"jcaplngr"
&lt;</FONT><A=20
href=3D"mailto:[email protected]"><FONT
face=3DArial=20
size=3D2>[email protected]</FONT></A><FONT
face=3DArial =
size=3D2>&gt; wrote=20
in message </FONT><A =
href=3D"news:[email protected]"><FONT=20
face=3DArial =
size=3D2>news:[email protected]</FONT></A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT
face=3DArial size=3D2>&gt; =
 =20
I'm working with an Iframe code which plugs in to a site with
<BR>&gt; =
rollover=20
menus.  The problem is when the rollover menu pops
down over the =
video=20
<BR>&gt; it flickers in and out. The iframe code
includes html and =
flash. =20
I know I have <BR>&gt; to add the &lt;param
name=3D"wmode" =
value=3D"transparent" in=20
the object tag and <BR>&gt; wmode=3D"transparent"
in the embed tag, but =
I don't=20
know where exactly to put it.
<BR>&gt; Here's what I'm working=20
with:<BR>&gt;
<BR>&gt; AC_FL_RunContent( <BR>&gt;=20
'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swfla=
sh.cab#<BR>&gt;=20
version=3D7,0,0,0','width','320','height','240','id','FLVPlayer','src','F=
LVPlayer_<BR>&gt;=20
Progressive','flashvars','&amp;MM_ComponentVersion=3D1&amp;skinName=3DCle=
ar_Skin_1&amp;streamNam<BR>&gt;=20
e=3Duntitled&amp;autoPlay=3Dtrue&amp;autoRewind=3Dfalse','quality','high'=
,'scale','noscale','n<BR>&gt;=20
ame','FLVPlayer','salign','lt','pluginspage','
http://www.macromedia.com/g=
o/getfl<BR>&gt;=20
ashplayer','movie','FLVPlayer_Progressive' ); //end AC=20
code<BR>&gt; &lt;/script&gt;&lt;noscript&gt;&lt;object
<BR>&gt;=20
classid=3D"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
<BR>&gt;=20
codebase=3D"</FONT><A=20
href=3D"
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c=
ab#ve"><FONT=20
face=3DArial=20
size=3D2>
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.=
cab#ve</FONT></A><BR><FONT=20
face=3DArial size=3D2>&gt; rsion=3D7,0,0,0"
width=3D"320" height=3D"240" =
id=3D"FLVPlayer"&gt;<BR>&gt;       &nb=
sp;  =20
&lt;param name=3D"movie"
value=3D"FLVPlayer_Progressive.swf"=20
/&gt;<BR>&gt;          =
=20
&lt;param name=3D"salign" value=3D"lt"=20
/&gt;<BR>&gt;          =
=20
&lt;param name=3D"quality" value=3D"high"=20
/&gt;<BR>&gt;          =
=20
&lt;param name=3D"scale" value=3D"noscale"=20
/&gt;<BR>&gt;          =
=20
&lt;param name=3D"FlashVars" <BR>&gt;=20
value=3D"&amp;MM_ComponentVersion=3D1&amp;skinName=3DClear_Skin_1&amp;str=
eamName=3Duntitled&amp;autoPlay<BR>&gt;=20
=3Dtrue&amp;autoRewind=3Dfalse"=20
/&gt;<BR>&gt;          =
=20
&lt;embed src=3D"FLVPlayer_Progressive.swf"
<BR>&gt;=20
flashvars=3D"&amp;MM_ComponentVersion=3D1&amp;skinName=3DClear_Skin_1&amp=
;streamName=3Duntitled&amp;auto<BR>&gt;=20
Play=3Dtrue&amp;autoRewind=3Dfalse" quality=3D"high"
scale=3D"noscale" =
width=3D"320"=20
<BR>&gt; height=3D"240" name=3D"FLVPlayer"
salign=3D"LT"=20
type=3D"application/x-shockwave-flash" <BR>&gt;
pluginspage=3D"</FONT><A =
href=3D"
http://www.macromedia.com/go/getflashplayer"><FONT
face=3DArial=20
size=3D2>
http://www.macromedia.com/go/getflashplayer</FONT></A><FONT
=
face=3DArial=20
size=3D2>"
/&gt;       =20
<BR>&gt; &lt;/object&gt;<BR>&gt;
<BR>&gt; Please help. =20
Thanks.<BR>&gt;</FONT></BODY></HTML>
------=_NextPart_000_00FF_01C8520E.F7F1AE10--

Similar Messages

  • I just bought a (used) Iphone 3gs for wife and it had angry birds and $89 Navigation on it (I paid extra for it).  Once updated and logged into my I-tunes it no longer works? How can I make those apps work?

    I just bought a (used) Iphone 3gs for wife and it had angry birds and $89 Navigation on it (I paid extra for it).  Once updated and logged into my I-tunes it no longer works? How can I make those apps work?

    Apple doesn't have anything to do with this other than enforcing the DRM protection. The developers of this content expect to be paid if someone wants to use their content. When you purchase content in the app store, you purchase a license to use the content. This license does not permit you or anyone else to resell or give this content away. The individual you purchased the phone from simply does not have the right to sell or give away any purchased content on the phone. You were deceived.

  • My Iphone 3gs wont charge, turn on, or restore itself in Itunes, but the apple logo still appears when I hold the sleep botton.  How can I make my Iphone work????

    My Iphone 3gs wont charge, turn on, or restore itself in Itunes, but the apple logo still appears when I hold the sleep botton.  How can I make my Iphone work????  I know it is not dead because I can see the apple logo on, and every time I connect it to a USB port to charge, or a wall charger, the battery appears with a bit of red. Still, it wont turn on.  It's been like this for three days now and I haven't stopped charging it.  IT just WONT charge?  Any tips I can use to solve the issue?
    -Esteban

    Hello estebie67,
    Thanks for the question, and welcome to Apple Support Communities.
    It sounds like the iPhone is experiencing issues upon startup, and may not be loading the firmware or operating system correctly. If you have not already done so, try resetting the iPhone while connected to power:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    If the above does not resolve your issue, it will be best to restore the iPhone in recovery mode:
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    Thanks,
    Matt M.

  • I bought an Apple Airport and the light is flashing a yellow light! I did this because I live in a basement and the modem is in the first floor. I followed the instruction manual and the Airport is not working still. how can I make my Airport work?

    How can I make the Airport work?

    If there is a modem and not a router on the first floor, then the only possible way to get it to work would be an Ethernet cable connection between the modem and the AirPort Express device.
    I think you need to describe your situation in more detail.

  • I have Win 7 saved (installation file) in My MacBook Pro Licence version. How can i install it on MacBook Pro. After installation how can i make it to work with Parallel desktop or VMware fusion software.

    I have Win 7 saved (installation file) in My MacBook Pro Licence version. How can i install it on MacBook Pro. After installation how can i make it to work with Parallel desktop or VMware fusion software. I can buy these softwares.

    http://www.simplehelp.net/2009/02/02/how-to-install-windows-7-in-os-x-using-para llels-desktop-a-complete-walkthrough/
    http://blogs.parallels.com/consumertech/2011/10/24/install-windows-right-from-wi thin-parallels-desktop-7-guest.html

  • How can I make my dictionary work?

    How can I make the dictionary work in my ipad2?

    there is no dictionary that comes with the ipad, you download a 3rd party app though.
    Was that your question?

  • Tags do not work after a migration?.. How do I make it to work again..

    I've bought a new computer and I've restored my Data using the migration utility. Even thought both computer were running the same IOS version (10.9.3) Tags does not seem to work on the new computer... Anyone out there have faced same issued. How do I make it to work?....
    Thanks!

    I reply myself....Delete and reassign Tags.... Works again

  • I'm trying to open a folder found in a department drive that i have full access to via a link on a website but nothing happens. How do I make the link work?

    The link connects to my G drive and it should open up a folder for me to store things on my hard drive. This works on IE although I usually use firefox at home so I changed my browser at work. Can you tell me how to make these links work so that i can use a website online that will connect to my offline folders?
    Would appreciate it very much.

    Please update to Firefox 20.0.1 immediately, before continuing using the Internet. Firefox 3.6 is no longer supported and has critical security flaws.

  • How do I make adobe bridge work with canon rebel t2i camera?

    I have photo shop cs3 and never had a problem with Bridge before. Now I purchased a new canon rebel t2i and it will not recognize adobe bridge.  Anyone know how I can make this work?

    I am biased against e-mail for three reasons:
    1. All too frequently the message sent is blank and the one posting never knows.
    Not so frequently anymore
    2.  Any edits to a post never get reposted, so those using e-mail are "in the dark".
    Yes, but then again, one should read first what was written before sending it to the world (and sometimes it can be pretty to be in the dark...)
    3.  They do not get the advantage of scrolling up and down the responses to see what others said, reviewing what was said that did not work, or seeing what was not suggested.
    That is solved by hitting the links in the email to visit the forum or thread. Mail is just faster and the times I have to look at the history are far less to normal posts. I do find it more confusing with the general forums and I'm clueless where the moved discussions come from, like this thread that seems to be answered and is about an old version and a problem that has been discussed many times before.
    Guess old fashoned, but don't see any advantage to having my e-mail clogged with dozens of posts each day.  I follow 4 forums.
    Don't know what email you are using, I do have Apple mail but used to work with Entourage (the MS Outlook version for Mac) but both do have the option to create rules. I created a folder for each forum or other source that moves the mail automatically to the folders for the particular forums. Also have the option for Smart folders that creates a copy from predefined sources and puts it in those folders for better overview and searching...

  • How can I make Mail to work with hotmail?

    How can I make Mail to sync and work with hotmail, since hotmail is my primary mail provider, I have mail set up to work with g mail but the hotmail account is the one I use the most.

    You have to have a premium Hotmail account to allow for POP3, like Gmail has for free.

  • How Can I Make My Mic work in Skype, it works in FaceTime

    Can anybody tell me what i need to do to make my mic work when using skype? it works fine in facetime....

    Not Charge
    - See:      
    iPod touch: Hardware troubleshooting
    - Try another cable.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar                          
    Also see:
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                                              

  • How can I make the thesaurus work for spanish words?

    I have been using pages for about 4 months now, and usually I use it in english. I am currently writing a document in spanish but I can't manage to make the thesaurus, dictionary and wikipedia work for spanish words. I really need this to find synonyms.
    Any idea what do I need to do? I don't want to change the whole pages into spanish, nor I want the spanish spell check (I know how to do that), I only need the thesaurus.

    Dear me, doesn't Español work?

  • Mac pro / Laserjet 4 / Os 10.6 - how do I make the printer work?

    Hi,
    I have a 2008 Mac Pro running 10.6.8 and an ancient yet still thriving HP Laserjet 4 that I was  using over an ethernet/Jetdirect connection with my G5 for years - how do I get them to talk to each other?
    I'm running the printer connection through a router, but the Mac Pro has 2 ethernet ports so I guess I can plug the printer in directly if that's simpler.  The IP of the printer is 192.168.5.40 and I've tried setting it up with the "Add a printer" dialogue but can't get it to work.
    I've read through a lot of posts and looked at a lot of Websites but I can't find step by step instructions for getting the computer to see the printer.  I have Gutenprint drivers installed if that helps.
    And - just to keep the discussiion concise:
    - I know that there are better newer printers that I could buy for cheap, but that isn't going to happen right now.
    - I know that 10.6 isn't the most recent OS
    I'm hopipng for truly step-by-step instructions that even I can understand.
    Thanks!

    So maybe it's a problem with the printer's IP?
    Yes. As far as your network is concerned, the printer is just not there.
    You will not be able to progress until you assign it an IP address accessible to your LAN. Apparently it needs to be 192.168.1.x (a 1 in the place that is now a 5), where x = a large enough number that is not likely for router to assign to other equipment.
    Your challenge is to assign the printer that IP address. Let's use the address 192.168.1.150.
    HP's support pages for that printer and its Jetdirect card say, rather unhelpfully:
    Using the front panel of printer
    The IP address may also be changed using the front panel of the HP Jetdirect device. This method of front panel configuration varies greatly depending on the model of HP printer that is being used (consult the User's Guide for the front panel instructions for a particular printer). Click here to go to the HP Web site. Use the Search and search for Front Control Panel TCP/IP Configuration .
    I did that and it didn't really get me anywhere, since there seem to be few if any references to the non- "MP" or "V" etc. variants of the original LaserJet 4. So, try to find a setting in the printer's front panel that bears any resemblance to "network settings" or "IP address".
    If you are able to navigate its front panel to a place where you can enter the IP address 192.168.1.150 be sure to press GO or ENTER or ONLINE or whatever you think might make the setting "stick" after you enter those digits. Print the same test page you did before, and ensure its IP address has really been changed. Then, then try the ping command again, with its new IP address:
    ping 192.168.1.150
    If you are unable to determine a way to use the printer's front panel to change its IP address, you should be able to use Terminal to set it. This will get a bit cumbersome so use it only if you are unable to change the printer's IP address some other way:
    Terminal is a program in your Mac's Utilities folder.
    Locate Terminal and open it. At the command prompt, type the following exactly as written (copy and paste the following to avoid errors):
    sudo arp -s 192.168.1.150 00:60:b0:91:21:e7
    ... and press Return. You will get a warning of impending disaster should you make a mistake, and requesting your Mac's Administrator password to proceed. Type your password (which will not appear as you type it) and press Return. Unless something went wrong the command prompt should immediately reappear as if nothing happened.
    Next try the ping command again:
    ping 192.168.1.150
    You should receive ping responses from the printer as in my earlier example.
    If you do, then congratulations because you have made it all the way to Step 1
    You still have to add the printer in System Preferences > Print & Fax, using this new IP address, and make sure the Gutenprint driver works.
    Edit: The reason your printer works with your old G5 running Tiger is that it is using AppleTalk for communication. AppleTalk doesn't exist in Snow Leopard. This is the reason you must use IP for communication on your Mac Pro. Your old G5 should continue to work with the printer as it always has.
    another Edit: HP's support page alleges that the Terminal command arp above will only work with JetDirect firmware versions x.08.03 and later only. Yours appears to be A.05.05, so the front panel option may be all there is. If that does not work I have one more idea but it's an even bigger pain.

  • In OBIEE charts, how do you make drill downs work on custom formulas?

    I posted this over on Linked In and didn't get an anser, so I'm hoping someone here has an answer.
    I'm writing a summary query / chart for a dashboard in OBIEE 10.1 with a drill down (technically it's a "navigation") for more information. This chart breaks down the data by fiscal quarter and by geography (both are columns in the subject area) and I can get this drill down to work just fine. But I also have this chart broken down by some custom calculated fields (CASE WHEN statements) that classify revenue into Forecast / At Risk / Upside etc. (which are not columns or values of columns within the subject area).
    When I add a drill down or navigate function onto those calculated columns, I'm getting a full data set ... not a filtered data set for that particular calculated field. (Yes, I have all of the IS PROMPTED filters set up correctly, and yes the formulas in the source and destination queries are identical).
    Does anyone have any ideas on how to make the drill down or navigation work on custom formulas?
    Thanks
    Ted

    Using the Paint demo
    Report 1 Saved as: */shared/Paint Demo/Sample Analyses/Color Analysis*
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sawx="com.siebel.analytics.web/expression/v1" xmlVersion="200705140">
    <saw:criteria xsi:type="saw:simple" subjectArea="Paint">
    <saw:columns>
    <saw:column formula="case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end" columnID="c4">
    <saw:tableHeading>
    <saw:caption>
    <saw:text>Markets</saw:text></saw:caption></saw:tableHeading>
    <saw:columnHeading>
    <saw:caption>
    <saw:text>Region</saw:text></saw:caption>
    <saw:displayFormat interaction="default"/></saw:columnHeading>
    <saw:displayFormat suppress="default" interaction="navigate" wrapText="true">
    <saw:navigation xsi:type="saw:sawNavLink">
    <saw:navTargets>
    <saw:navTarget xsi:type="saw:reportLink" path="/shared/Paint Demo/Sample Analyses/Color Analysis Navigate"/></saw:navTargets></saw:navigation></saw:displayFormat></saw:column>
    <saw:column formula="&quot;Sales Measures&quot;.&quot;% Chg Year Ago Dollars&quot;" alias="" columnID="c3"/></saw:columns>
    <saw:columnOrder/>
    <saw:filter subjectArea="Paint">
    <sawx:expr xsi:type="sawx:special" op="prompted">
    <sawx:expr xsi:type="sawx:sqlExpression">case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end</sawx:expr></sawx:expr></saw:filter></saw:criteria>
    <saw:views currentView="0">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="Title"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="Table"/></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:tableView" deck="bottom" headingDisplay="table2Rows" visibleFormats="all" name="Table" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:titleView" name="Title" rptViewVers="200510010"/></saw:views>
    <saw:prompts/></saw:report>
    Report 2 Saved as: */shared/Paint Demo/Sample Analyses/Color Analysis Navigate*
    <saw:report xmlns:saw="com.siebel.analytics.web/report/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sawx="com.siebel.analytics.web/expression/v1" xmlVersion="200705140">
    <saw:criteria xsi:type="saw:simple" subjectArea="Paint">
    <saw:columns>
    <saw:column formula="Markets.Region" columnID="c5"/>
    <saw:column formula="&quot;Sales Measures&quot;.&quot;% Chg Year Ago Dollars&quot;" alias="" columnID="c3"/></saw:columns>
    <saw:columnOrder/>
    <saw:filter subjectArea="Paint">
    <sawx:expr xsi:type="sawx:special" op="prompted">
    <sawx:expr xsi:type="sawx:sqlExpression">case WHEN Markets.Region IN ('CENTRAL REGION', 'EASTERN REGION') then 'East Central' WHEN Markets.Region IN ('SOUTHERN REGION', 'WESTERN REGION') then 'South West' else Markets.Region end</sawx:expr></sawx:expr></saw:filter></saw:criteria>
    <saw:views currentView="0">
    <saw:view xsi:type="saw:compoundView" name="compoundView!1" rptViewVers="200510010">
    <saw:cvTable>
    <saw:cvRow>
    <saw:cvCell viewName="Title"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="staticchart!1"/></saw:cvRow>
    <saw:cvRow>
    <saw:cvCell viewName="Table"/></saw:cvRow></saw:cvTable></saw:view>
    <saw:view xsi:type="saw:tableView" deck="bottom" headingDisplay="table2Rows" visibleFormats="all" name="Table" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:titleView" name="Title" rptViewVers="200510010"/>
    <saw:view xsi:type="saw:staticchart" name="staticchart!1" rptViewVers="200510010">
    <saw:template tid="charts/pie.cxml"/>
    <saw:canvasFormat/>
    <saw:selections>
    <saw:categories>
    <saw:category position="0">
    <saw:constant value="1"/></saw:category></saw:categories>
    <saw:measures>
    <saw:column columnID="c3" position="0"/></saw:measures>
    <saw:seriesGenerators>
    <saw:column columnID="c5"/>
    <saw:measureLabels/></saw:seriesGenerators></saw:selections></saw:view></saw:views>
    <saw:prompts/></saw:report>
    The first report navigates and prompts the second report on the calculated field.
    Regards
    Chris

  • How do I make a button work in a specific area on the canvas only?

    I'm making a Minecraft-Terraria style mining game, and I have a pickaxe tool. I want to make it so it can only be triggered over a certain area or position. How would I do this?
    PS. If it uses coordinates, how would I find those?

    which one?
    there are 2 different suggestions.  using coordinates is easiest to use but only works well if the area is rectangular.

Maybe you are looking for

  • How to delete a Gmail email from the iphone and have it remain on the iMac?

    I use Gmail and have the email accounts set up as "imap". I would like to be able to delete emails from my iPhone 5, yet have them remain on the server. I read on the internet that it can only be done by changing the accounts from imap to pop3 accoun

  • Control Delivery's Save - if condition is not meat.

    Dear all, I need help at the following. I added code at USEREXIT_SAVE_DOCUMENT_PREPARE in order to control if the delivery is ready to be saved or not. After the MESSAGE .... 'E'...... I get another message Risk of posting several mat.documents for o

  • Problem with document splitting

    Hi, I am encountering a problem with document splitting, where in while doing clearing of down payment against miro invoice profit center of first line item is over ridding profit center of second line item (line items are two different materials in

  • How do I convert pdf to word document

    I have a pdf file and I want to convert it to a word document. How do I do this.

  • Would anyone please give me a test result of Oracle 9iFS

    We want to build a content management system. We've already built a MIS and the data stored in a Oracle database . The data in the content management will be used by the MIS . would anyone please give us a test result of Oracle 9iFS. We want know the