Hi Guys

I have some JS that flash cs4 generated when I published my swf. I am
trying to do some AJAX and download the SWF and then insert it into
the page's DIV tag. How can I do this. Code below:

AC_FL_RunContent(
        'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=10,0,0,0',
        'width', '873',
        'height', '247',
        'src', 'banner',
        'quality', 'high',
        'pluginspage', 'http://www.adobe.com/go/getflashplayer',
        'play', 'true',
        'loop', 'false',
        'scale', 'showall',
        'wmode', 'transparent',
        'devicefont', 'false',
        'id', 'banner',
        'name', 'banner',
        'menu', 'false',
        'allowFullScreen', 'false',
        'allowScriptAccess','sameDomain',
        'movie', 'banner'
        ); //end AC code

Reply via email to