Forum Moderators: open
I hope someone can help me.
I have a very odd problem with Flash. I want to host the Flash Files on my Content Delivery Network (CDN) rather than my webserver. In order to get the Flash file to load, I put an iframe on my page that points to the flash file on the CDN.
It looks like this
<iframe src="http://mydomain.CDN.net/flash/banner.swf" name="featured" width="600" height="360" frameborder="0" scrolling="no" allowautotransparency=true></iframe> This seems to work fine some of the time, but other times the Flash Window actually ends up loading in one of the advertisements on the page! The space where the flash window is supposed to be is blank. This is extremely odd and I am hoping that someone can help.