Hi,

Can anyone confirm this is a bug?

 I’m getting the text showing but no image showing. I can see in the network 
panel that the image is being downloaded.

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                xmlns:js="library://ns.apache.org/flexjs/basic">

    <js:valuesImpl>
        <js:SimpleCSSValuesImpl/>
    </js:valuesImpl>

    <js:initialView>
        <js:View>
            <js:VContainer percentWidth="100" percentHeight="100">
                <js:style>
                    <js:SimpleCSSStyles backgroundImage="./background.jpg" />
                </js:style>
                <js:Label text="Hello" />
            </js:VContainer>
        </js:View>
    </js:initialView>

</js:Application>

Thanks,
Justin

Reply via email to