Backgrounds

Q&A about the latest release Version
Locked
justin.mih
Posts: 2
Joined: Sat Feb 02, 2008 1:45 am

Hi there,
When I create a project and upload onto my website, whether it be Quicktime or Flash
the file opens onto a white background, how do I go about making the background black?
Any help you can provide would be great.

Thanks for your time.
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

This can be changed within the HTML code. For Flash and QuickTime you need to add the [img]bgcolor[/img] parameter:

See: http://www.apple.com/quicktime/tutorial ... bgcolorhex and http://www.adobe.com/go/tn_12701
MfG, Thomas
justin.mih
Posts: 2
Joined: Sat Feb 02, 2008 1:45 am

Hi Thomas,
thanks for taking the time to reply.
I have managed to change the background colour in HTML but not sure how to go about
doing it with Quick time or flash, Do I need specific software to do that with or I am able to edit
them in Pano2QTVR?

Thanks

Justin
User avatar
thomas
Chief Gnome
Posts: 2613
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

If you use a Pano2QTVR html file you just need to add it to this line, so it looks like this:

Code: Select all

p2q_EmbedFlash('sample.swf', '550', '380','bgcolor', '#f0f0f0','allowFullScreen','true'); 
MfG, Thomas
Locked