Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6386518DF8 for ; Wed, 17 Feb 2016 20:17:54 +0000 (UTC) Received: (qmail 37420 invoked by uid 500); 17 Feb 2016 20:17:54 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 37380 invoked by uid 500); 17 Feb 2016 20:17:54 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Delivered-To: moderator for users@flex.apache.org Received: (qmail 53658 invoked by uid 99); 17 Feb 2016 17:49:08 -0000 X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.232 X-Spam-Level: ** X-Spam-Status: No, score=2.232 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_FAIL=0.919, URI_HEX=1.313] autolearn=disabled Date: Wed, 17 Feb 2016 02:16:51 -0800 (PST) From: agm65 To: users@flex.apache.org Message-ID: <1455704211263-11991.post@n4.nabble.com> Subject: swfobject call flash function MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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.