PDA

View Full Version : So I have an issue with my flash


jmcochra
03-28-2008, 12:45 PM
so I don't know if I'm doing something really stupid, but.

Flash works when you go to www.acousticom.com

Flash does not work if you go to acousticom.com

... Glitch? I use all directory links ("flash/blah.swf") and not anything else... so what am I doing wrong? Both flashes are associated with XML files.

Magnix
03-28-2008, 04:00 PM
Show me where the Flash area should be on your Website. I couldn't find it there on both links you've provided.

dr_zeus
03-28-2008, 06:34 PM
It's likely that you're trying to load files with absolute paths and you don't have crossdomain permission. Technically, acousticom.com and www.acousticom.com don't have to point to the same page, and Flash Player considers them different domains. You can either add a crossdomain.xml or change your paths to relative.

jmcochra
03-31-2008, 03:08 PM
Show me where the Flash area should be on your Website. I couldn't find it there on both links you've provided.


Well I woul dhave to say that would be a job well done on my part being that you couldn't tell what was flash. but there is a rotating news tickers above the "Items of Interest" and "Featured Items"... And then under the menu bar is a "every page load random image" flash, that does a different banner...

As far as the crossdomains, bahumbug... I use only directory paths. So it shouldn't be trying to access files using the other domains... So I don't know...

Durnus
03-31-2008, 07:00 PM
What do you mean by "directory paths?" Are you using ../pictures/ha.jpg, or www.domain.com/pictures/ha.jpg? You've gotta use relative directories, or else you need to deal with Flash's security protocol. :P