This works great, but when the WebXtra sprite starts, there is a white flash
before the HTML doc appears. This wouldn't be such a problem except that my
stage is black and so is the background of my HTML files....
Does anyone have any experience with this issue? have a workaround?
Thanks!
~P
~Reed
"Parker Fleming" <par...@NOSPAMinspheria.com> wrote in message
news:are4ve$2li$1...@forums.macromedia.com...
> Jon,
>
> This is happening on a PC.....i do not use any MIAWs, the flash appears in
> an embeded WebXtra sprite.
>
> Thanks for the thought though.....
>
> ~ P
>
> "Jon Thompson" <j...@urbansub.com> wrote in message
> news:3DDA9012...@urbansub.com...
This is happening on a PC.....i do not use any MIAWs, the flash appears in
an embeded WebXtra sprite.
Thanks for the thought though.....
~ P
"Jon Thompson" <j...@urbansub.com> wrote in message
news:3DDA9012...@urbansub.com...
--Where sprite 10 is the WebXtra sprite
on exitFrame me
theEvent = sprite(10).lastEvent
if theEvent = "NavigateComplete" then
go the frame +1
else
go the frame
end if
end
--
Bertil Flink
Creative Media
ber...@creativemedia.se
"Parker Fleming" <par...@NOSPAMinspheria.com> skrev i meddelandet
news:are4ve$2li$1...@forums.macromedia.com...
As this is my first Director project, I've never done anything like that
before.....but sounds like it should work. Any ideas on how to go about
doing that?
~ P
"Reed Bertolette" <rb...@aloha.net> wrote in message
news:are980$9nk$1...@forums.macromedia.com...
The WebXtra sprite is 4 frames long (with a hold on the last frame) I simply
moved the position of the Sprite off the stage for the first three frames
(to give it time to load) and then on the last frame, moved it to the proper
location. Worked liked a charm!
~ P
"Bertil Flink" <ber...@creativemedia.se> wrote in message
news:are9ma$afv$1...@forums.macromedia.com...