PDA

View Full Version : Flash Player pulling external images


streami1
03-29-2008, 03:38 AM
Hello World!

Here is the project. We have a flash video player. We have HTML surrounding it. Of course we have the flash player colors all black and the HTML around it is all black. We are wanting our clients to choose different color themes, such as Red, Green, blue.

We would have the CSS handle the HTML part. My question is this. Without building a player for each color, how do we get the player to pull the relevant images to be shown in the flash player?

Is this done, via xml, or css???

Pointing me in the right direction would be appreciative.

Thanks.

Durnus
03-31-2008, 02:29 PM
I don't know anything about css and stuff, but I would use php...

In the flash embed tags you can actually set the background color. :p You could use a php form to get what theme to use, and then make the page change using php afterwards, and maybe session variables.

-does not design websites, though-