How to Skin a Flex Video Player

Skinning a Flex Video Player with Photoshop

Flex Video Player Skin ProjectI have created a series of small snippet videos taking you through the basic process of creating this (left) Flex Skin using Photoshop. This training is meant to give insight into the process of using the Flex interface to implement a Design from Mock-Up into a Production like workflow. This is a very similar process to creating a Website and anyone who is familiar with that will be at ease with this. I am traditionally a Web Designer and I found that Flex is very friendly for making User Interfaces. Adobe is supposed to come out with an application specifically for Designers to Design UI’s in, but until then I am outlining how to work within Flex and Photoshop.

Please note that this lesson is meant to describe the Flex Skinning process only and does NOT cover programming the functionality behind building a working Flex Video Player.

Below is the outline for the project and links to the videos…sorry about the massive compression:(

1. Create a New Flex Project
2. Make New Folders to Store Design Assets
3. Save Images from Photoshop for Button Background
4. Save Images from Photoshop for Embedded Button Icons
5. Copy New Images and Video to Flex Project
6. Create a New Base UI Layout
7. Add Image to the Background and Header
8. Bring in the FLV Video
9. Set Up a New CSS Stylesheet in Flex and Link to It
10. Make a New Style for the Flex Button Component
11. Assign Your New Style to Flex Component
12. Add a Border to Your Design
13. Test Project Turn Off the Scrollbars for the Flex Component

Here is what the final Player should look like: Launch Video Player

Project Files

Download the asset files used in the Video Player Skin project. Please used them to learn not for sale:

I wrote out a bit more of the steps in the previous posts to this post.

by Dolores Joya. doloresjoya.com

Saving Images to be Embedded as Icons in Flex Buttons

Learn how to save images to be used as Button Icons for Flex buttons.

Play Video

View outline for this entire lesson. Skinning a Flex Video Player.

Saving Photoshop Images for Flex

Making images to be used as Flex Skins for the Flex Button Component. Saving and formatting images.

Play Video

View outline for this entire lesson. Skinning a Flex Video Player.

Turn Off the Scrollbars for a Flex Component

Learn how to turn off the AutoScroll Policy of a Flex Component.

Play Video

View outline for this entire lesson. Skinning a Flex Video Player.

Styling the Border of a Flex Component

Learn how to add a Border and Border Color to a Flex Component.

Play Video

View outline for this entire lesson. Skinning a Flex Video Player.

Assigning a Style to a Flex Button

Learn how to assign your custom style to your Flex button to be used as the background image for the Up and Over states. Also Embed an icon for each button.

Play Video

View outline for this entire lesson. Skinning a Flex Video Player.

How to Make a New Style in Flex CSS Design View

Learn how to style a Flex Button Component with bitmap Images exported from Photoshop. Assign different images the the Up and Over states of the Flex Button Component.

Play Video

View outline for this entire lesson. Skinning a Flex Video Player.

How to Setup a new CSS Stylesheet in Flex

Learn how to make a new blank Stylesheet in Flex and call it from your application so that your styles can be applied to Flex Components to customize them.

Play Video 

How to Add an FLV to play in the Flex Video Display Component

Learn how to continue fleshing out the UI Design of a Video Player Skin by adding the Video the Video Display and tweaking the the layout using the Flex Properties Panel.

Play Video 

Adding an Image Background and Image to Flex Components

Learn how to add a new image to serve as a header in your Flex UI. Also add an image to the background of a container (HBox) in Flex to server as the backdrop of a controller.

Play Video