So im making this app where the body bgcolor in the flash hosting php page changes to match a certain color in the flash movie. I’m using ‘getURL(“javascript:changeColor();”)’ to call a javascript function to do this. It worked fine and dandy until I bought another domain name and forwarded it to the php page, and now the color doesn’t change in IE. It still works in firefox, opera, etc with the forwarded domain, and I can type the actuall url in IE and it still works? And there is no php on the page right now so that shouldn’t effect it if it could.
I put an ‘alert()’ in the javascript function and it calls it every time except when im using the forwarded domain in IE.
Use the search field on the first page with the name: greg
This works no matter what browser:
http:www.strawberrypixels.com/tripTracker/main.php
This only works in non IE browsers:
http:www.myTripTracker.com
I’ll leave the alert up for a bit.
Any ideas? I’m totally stumped.
-EDIT-
I found this line in the object tag with the embeded flash movie…
<param name=“allowScriptAccess” value=“sameDomain” />
could this be a problem? Is there a way to add domains to this?
-/EDIT-