On 9/5/06, Kyle <[EMAIL PROTECTED]> wrote: > My html wrapper contains the normal scripts to check the flash > version, etc.. And the embed code looks like this: > <code snipped>
Kyle, It looks like what may be biting you is the same thing that bit me for a while. The code you posted looks like the code inside the <noscript> tag in the template HTML. You also need to look at the javascript just above the <noscript> tag (expanding the "comment" text). There you'll find a call to AC_FL_RunContent () for your application. This is the path that the page normally takes. I appended what I needed to the existing flashvars parameter, but you could easily just add another parameter line, I would expect. Hope this helps. Adam -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

