I cannot get a simple Flex application to run in the standalone 
Flash Player when an RSL is used.  

This App (with RSL) runs SUCCESSFULLY when I load it in a browser 
from my "localhost" web server.  Its only FAILING in the SA Flash 
Player.  If I compile the App without the RSL, it runs correctly in 
the SA Flash Player.

I am compiling the App and RSL using the Flex command-line 
compilers.  I am not using the runtime Flex server.

Here's what happens when I run the App in the SA Flash Player:

1) The Library preloader displays "Library 1 of 1".  
2) The Application preloader displays "Initializing".  Progress bar 
goes to 100% but preloader does not disappear.
3) A very small black square with a green border appears in the 
upper left corner of the Flash Player.  
4) If I click the small black square, the border color changes to 
pink.  The cursor changes to a hand symbol.

-----------
myApp.mxml
-----------

<?xml version="1.0" encoding="iso-8859-1"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"; 
                width="100%" height="100%"
                rsl="myRSL.sws">

<mx:Panel title="RSL Issue Test" width="100%" height="100%" >
        <mx:Button label="App Has Loaded!" />
</mx:Panel>

</mx:Application>

-----------
myRSL.sws
-----------

<library url="http://localhost/myApp/myRSL.swf";>
  <component name="Application" 
uri="http://www.macromedia.com/2003/mxml"; />
  <component name="foo" uri="*" />
</library>

All the files are located in the same folder.  

Again:  This App runs successfully in the browser!

Any comments or advice will be most appreciated.  

Roger G.:  PLEASE HELP!

Thanks!!!!







------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12hu6u6u3/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124754139/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to