Probably more of an as3/flashdevelop question than particularly relating to away3d, but seeing as I frequent these boards more than anywhere else, I though I’d pick your brains first…
I’m struggling to change the background of my exported movie from black to white (or any other colour, really..)
I have
[SWF(width = “1280”, height = “720”, frameRate = “60”, backgroundColor = “0xffffff”)]
in my as3,
and in my project options in flashDevelop, I have the background set to #ffffff,
aaaaand in my index.html I have
bgcolor: “#FFFFFF”,
But still the background is black…
I am stumped…