• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Flash player block onload event

C

CPLamb

Flightless Bird
I am using an object element to reference a Flash player. It seems
that if I pass a non-existant SWF file name to the player the onload
event of the body element is never triggered--even if the style of the
object element is set to display:none. Is this the expected behavior
of the Flash ActiveX control? Is there a way to get the onload event
to be triggered even if the Flash player can't find the SWF file? I
am using Microsoft Windows XP with Internet Explorer 7.0.5730.13 and
Flash player ActiveX control 10.0.42.34.
 
P

PA Bear [MS MVP]

Flightless Bird
Try posting in Adobe Flash Developer forums.


CPLamb wrote:
> I am using an object element to reference a Flash player. It seems
> that if I pass a non-existant SWF file name to the player the onload
> event of the body element is never triggered--even if the style of the
> object element is set to display:none. Is this the expected behavior
> of the Flash ActiveX control? Is there a way to get the onload event
> to be triggered even if the Flash player can't find the SWF file? I
> am using Microsoft Windows XP with Internet Explorer 7.0.5730.13 and
> Flash player ActiveX control 10.0.42.34.
 
C

CPLamb

Flightless Bird
On Feb 4, 7:04 pm, "PA Bear [MS MVP]" <PABear...@gmail.com> wrote:
> Try posting in Adobe Flash Developer forums.


Thank you, but no one there seems to know the answer either.
 
R

rob^_^

Flightless Bird
Turn off the auto-play parameter.

"CPLamb" <charles.lamb@sdigovsolutions.com> wrote in message
news:b2f99bd9-81a4-44e5-a5bd-dac0390eb847@s17g2000vbs.googlegroups.com...
> I am using an object element to reference a Flash player. It seems
> that if I pass a non-existant SWF file name to the player the onload
> event of the body element is never triggered--even if the style of the
> object element is set to display:none. Is this the expected behavior
> of the Flash ActiveX control? Is there a way to get the onload event
> to be triggered even if the Flash player can't find the SWF file? I
> am using Microsoft Windows XP with Internet Explorer 7.0.5730.13 and
> Flash player ActiveX control 10.0.42.34.
>
 
Top