html - Swf is not showing on chrome when it loads images from external XML source -


i have swf file that's not working on chrome works fine on other web browsers can test flash url:

http://www.flawless-creativity.com/lifewindow/public/test-flash

in as3 code have urlloader object loads xml file , handles show slider:

http://www.flawless-creativity.com/lifewindow/public/services-xml

so know problem isn't in as3 , not in html embed code (i tried every embed code on internet!), guess chrome doesn't allow swf files load urls maybe security... if that's true how solve this? domain have trusted google? , how make google trust it?

i solved problem ... in as3 added enter_frame event listener , , in event handler started loading xml url


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -