
May 1st, 2002, 08:11 PM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 26
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
embed in Netscape
Hi,
I'm trying to use
var m = InternetExplorer ? document.all['slidemenubar'].document.myslash : document.layers['slidemenubar'].document.embeds[0]
m.TGotoFrame("_level0/mymov",1)
m.TPlay("_level0/mymov")
to control the playing of the flash movie, the flash file is placed inside a layer, in IE, it works fine,
but in Netscape, it always said that no embed with index xxxxxx
why?
|