hai,
     I have an application with a top canvas and a botton canvas. the top canvas has a button which on click must make a corresponding html page to be displayed on the top canvas only. the bottom canvas should remain the same. how to do this? when i give the following code the whole application is getting replaced  by the html page. pls help......
 
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml">
<mx:Style source="css/amwaylive.css"/>
 <mx:Canvas id="top" width="100%" height="80%">
  <mx:Label htmlText="&lt;a href="" &quot;  &gt; click here to view details>> &lt;a&gt;"></mx:Label>
 </mx:Canvas>
 <mx:Canvas id="bottom" width="100%" height="20%">
  <mx:VBox height="100%" width="100%">
   <mx:Button label="Add to cart"/>
  </mx:VBox>
 </mx:Canvas>
</mx:Application>

Send instant messages to your online friends http://uk.messenger.yahoo.com


Yahoo! Groups Links

Reply via email to