Jay candy had posted what may be a solution to my issue with a redirect not working correctly.
I'll give you what I can - I don't know Java or JavaScript and I have no idea which is the solution to the issue. If there are things I'm missing please ask.
I have a single flash swf called from a single html. The swf has the following code in one frame. getURL("javascript:document.bgColor='#FFFFFF'; void(0);");
This changes the background on the page the swf is sitting on. This command works fine if you go to the URL directly. However using a url redirect service, when the call is made, I get the following Page cannot be found. The page properties are:
res://C:\WINDOWS\System32\shdoclc.dll/dnserror.htm#javascript:document.bg Col or='#FFFFFF'; void(0);
I saw a mention of using this code in this forum but the details are incomplete and I don't know programming well enough to know what I'm missing.
Hi Boe! I read your earlier post but didnt have enough details of the problem to answer!
Firstly, that line of code works in a servlet or JSP - a java file.
My guess is you need JavaScript. You mentioned "URL rediret service". Please post that part of code and hopefully we can get some solutions from the forum.