E
Emilio
I recently put together a Flash MX movie for my Web site,
using a downloaded demo copy of Flash from Macromedia. I
finished the movie before my 30 day trial ended, but I
have come across a problem playing the movie in
Frontpage. Since I can no longer do anything in Flash,
I'm hoping there is a solution in Frontpage/java script.
Below is the script that I have inserted into the HTML:
<!-- hide
function openNewWindow() {
popupWin = window.open('HvSea.swf',
'open_window',
'bgcolor=#000000,menubar=no,toolbar=no,directories=no,
status=no,scrollbars=no,resizable=no,width=750,height=400,
align=middle,')
}
// done hiding -->
The prolem is this: when the window opens it opens with a
white background. My movie uses a black background. While
the movie is loading I have a simple counter showing how
much of the movie has been loaded. Unfortunately, the
user never sees the counter because the counter in the
movie is white against a black background. All they see
is the white background until the movie is nearly fully
loaded, then they see the counter for a fraction of a
second before the movie starts.
I need to know how to get the pop up window to open with
a black background so the user can see the counter. Any
help would be appreciated. To see the problem for
yourself, the link is below:
http:\\www.emiliocorsetti.com\onalink.htm
using a downloaded demo copy of Flash from Macromedia. I
finished the movie before my 30 day trial ended, but I
have come across a problem playing the movie in
Frontpage. Since I can no longer do anything in Flash,
I'm hoping there is a solution in Frontpage/java script.
Below is the script that I have inserted into the HTML:
<!-- hide
function openNewWindow() {
popupWin = window.open('HvSea.swf',
'open_window',
'bgcolor=#000000,menubar=no,toolbar=no,directories=no,
status=no,scrollbars=no,resizable=no,width=750,height=400,
align=middle,')
}
// done hiding -->
The prolem is this: when the window opens it opens with a
white background. My movie uses a black background. While
the movie is loading I have a simple counter showing how
much of the movie has been loaded. Unfortunately, the
user never sees the counter because the counter in the
movie is white against a black background. All they see
is the white background until the movie is nearly fully
loaded, then they see the counter for a fraction of a
second before the movie starts.
I need to know how to get the pop up window to open with
a black background so the user can see the counter. Any
help would be appreciated. To see the problem for
yourself, the link is below:
http:\\www.emiliocorsetti.com\onalink.htm