Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6647283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:31:09+00:00 2026-05-26T00:31:09+00:00

I am developing a web app using Flash Builder. A graphic designer came up

  • 0

I am developing a web app using Flash Builder. A graphic designer came up with some designs for the app but I have never converted a photoshop document into a Flex skin or for that matter made a custom Flex skin by any means. Is it possible to take the photoshop work and put it into Flash or something? What exactly goes into Flex skins?

If I were to contact this out, how much am I looking to spend on a 8 page app?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:31:09+00:00Added an answer on May 26, 2026 at 12:31 am

    In case anyone ever comes across the same issue, I found that creating a new mxml skin class will allow you to set a .jpg or .gif and set the background of a component using something like this:

    Skin Class:

    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" 
        xmlns:mx="library://ns.adobe.com/flex/halo" 
        xmlns:s="library://ns.adobe.com/flex/spark">
    
      <fx:Metadata>
          [HostComponent("spark.components.Application")]
      </fx:Metadata> 
    
      <s:states>
          <s:State name="normal" />
          <s:State name="disabled" />
      </s:states>
    
    <!-- This image fill also specifies padding around it -->
      <s:Rect id="backgroundRect" left="100" right="100" top="20" bottom="20">
          <s:fill>
              <s:BitmapFill source="@Embed('assets/wood-bg.png')"/>
          </s:fill>
      </s:Rect>    
    
      <s:Group id="contentGroup" left="0" right="0" top="0" bottom="0" />
    </s:SparkSkin>
    

    MXML Component:

    <s:VGroup horizontalCenter="0" verticalCenter="0">
        <s:Label text="Wood Sales Int'l" fontSize="42" />
        <s:BorderContainer borderColor="0x000000" borderWeight="3" cornerRadius="7" horizontalCenter="0" verticalCenter="0">
            <s:VGroup>
                <mx:Form fontSize="16">
                    <mx:FormItem label="Userid:">
                        <s:TextInput id="userid"/>
                    </mx:FormItem>
                    <mx:FormItem label="Password:">
                        <s:TextInput id="pw"/>
                    </mx:FormItem>
                    <mx:FormItem>
                        <s:Button label="Login"/>
                    </mx:FormItem>
                </mx:Form>
            </s:VGroup>
        </s:BorderContainer>
    </s:VGroup>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a Adobe AIR application using Flash Builder 4. This app needs to
I'm developing an web app using asp.net mvc. I have a List in Cache
I am developing web app using Scala and Lift framework. I have record in
I am developing a MySQL Web App using ASP.net and I have heard that
I have been developing my web-app using JPA 2.0 implementation EclipseLink 2.2.0. I finally
I am developing a mobile web app using dojo. I have a view with
I'm developing a website. I'm using a single-page web-app style, so all of the
I am developing a forms app (not web) for Windows Mobile, using .NET CF
I'm developing a web app in Perl with some C as necessary for some
I am developing a web app using ASP.NET 2.0 (C#), where on home page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.