I am creating my first projects in Flex 0.7.0 tonight.

I must say the installation guidelines from the WIKI are very clear and I
was set-up very quickly.

I encountered a first "issue", is it the right place to report/ask about it
here? Or should I use something like stackoverflow for my questions?

Anyway I created a simple view:

<js:View>

<js:beads>

<js:VerticalLayout />

</js:beads>

<js:Container>

<js:beads>

<js:HorizontalLayout />

</js:beads>

<js:Label text="First name" className="labelStyles" width="120" />

<js:TextInput>

<js:beads>

<js:TextPromptBead prompt="Please enter your name here.." />

</js:beads>

</js:TextInput>

</js:Container>

</js:View>

and I would now like to style it using our company's main website (replaced
it with {companyDomain}.com for this thread). I tried:

<fx:Style source="https://www.static.
{companyDomain}.com/styles/master-v2.2-99371.css" />

but then I get the following error:

/Users/frederic/Desktop/Personal/Flex/FlexJSTest/src/FlexJSTest.mxml:14

Can't find 'source' file
"/Users/frederic/Desktop/Personal/Flex/FlexJSTest/src/https:/www.static.{companyDomain}.com/styles/master-v2.2-99371.css".

<fx:Style 
source="https://www.static.{companyDomain}.com/styles/master-v2.2-99371.css";
/>

          ^

Is it not supposed to work like this? It would be nice if this worked

Reply via email to