Hi all,

i have problens calling a function in my flash:

   var flashvars = {
            };
            
            var params = {
                allowScriptAccess: "always", 
                wmode: "transparent",
                quality: "high",
                menu: "false"
            };
            
            var attributes = {
              id:"flash_movie",
              name: "flash_movie"
            };

swfobject.embedSWF("section_02.swf", "section_02", "100%", "100%", "9.0.0",
"expressinstall.swf",flashvars,params,attributes);


call:

document.getElementById("section_02").startAllAni();

or

document.getElementById("flash_movie").startAllAni();


always function undefined?






--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/swfobject-call-flash-function-tp11991.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to