Hello,
       After uninstalling Adobe Flex and reinstalling it, I think things 
are working right - though I cannot be sure.  I want to include some 
code that was from a project that is being developed in a training 
video.  The instructor using Flex 3.0 has no problem with this code but 
for me, I'm getting all kinds of errors.  The code is rather simple and 
not too long so I can include it below without taking up too much room. 
  Please let me know what could be going on with this.
It should be on 22 lines but with the spacing in the email message it 
doesn't line up the same.  I hope it is still easy enough to follow. 
Thanks in advance for any help,
Bruce
Ok, here is the code:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
        creationComplete="service.send()">

        <mx:Script>
                <![CDATA[
                        import mx.rpc.events.ResultEvent;
                        private function resultHandler(event:ResultEvent):void
                        {
                                
                        }
                ]]>
        </mx:Script>
        
        <mx:HTTPService id="service"
                url="data/slideshow.xml"
                result="resultHandler(event)"/>
        
        <mx:DataGrid width="300"
                dataProvider="{service.lastResult.album.slide}"/>
        
</mx:Application>

--- In [EMAIL PROTECTED], "brucewhealton" <[EMAIL PROTECTED]> wrote:
 >
 > I did install Adobe AIR.  However, the problem is in relationship to
 > running Adobe Flex  MXML applications for the web.  I mean that is the
 > type of application that is selected for the project.
 >
 > The problem is with all applications and projects.  Maybe I should try
 > to uninstall and reinstall.
 > Bruce
 >
 > --- In [EMAIL PROTECTED], <forums@> wrote:
 > >
 > > Did you make any other changes between the time it was working and
 > now?  Did you upgrade your Flash player (other than to re-install the
 > debugger).  If you app is an AIR app did you update the runtime?


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Bruce Whealton - Web Developer, Programmer, Owner:
Future Wave Designs: http://fwWebDevelopment.com
Publisher of Word Salad Poetry Magazine:
http://WordSaladPoetryMagazine.com/ - Submit your poetry
for Publication or for ***Our Poetry Contest***
Check out the Contest!  Join our Community at:
http://WordSaladPoetryMagazine/PoetsPlace/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to