minutepapillon
Member
Posted 1 year ago #
Hi everyone,
I just created a small .swf for Flash where a click triggers an navigateToURL to a given url.
It is embeded on an html page in a domain where a WordPress blog is installed. The page is in :
[b]http://www.myDomain.com/TestDirectory[/b]
On the same html page I put a classical html link with the same endpoint url. It works for the html link BUT for the navigateToURL I see something strange :
This given url (to addthis.com) :
[i]http://api.addthis.com/oexchange/0.8/offer?url=http://www.myDomain.com/TestDirectory/testPage.html[/i]
... is replaced by :
[i][b]http://www.myDomain.com/TestDirectory[/b]/http://api.addthis.com/oexchange/0.8/offer?url=http://www.myDomain.com/TestDirectory/testPage.html[/i]
:o
As you see, the url of the page is added at the beginning and of course, it does not work ...
Frankly, I don't understand ...
Any idea ? :)
THANKS
minutepapillon
Member
Posted 1 year ago #
Sorry, I did not use the right markups in the last message :
Hi everyone,
I just created a small .swf for Flash where a click triggers an navigateToURL to a given url.
It is embeded on an html page in a domain where a WordPress blog is installed. The page is in :
http://www.myDomain.com/TestDirectory
On the same html page I put a classical html link with the same endpoint url. It works for the html link BUT for the navigateToURL I see something strange :
This given url (to addthis.com) :
http://api.addthis.com/oexchange/0.8/offer?url=http://www.myDomain.com/TestDirectory/testPage.html
... is replaced by :
http://www.myDomain.com/TestDirectory/http://api.addthis.com/oexchange/0.8/offer?url=http://www.myDomain.com/TestDirectory/testPage.html
:o
As you see, the url of the page is added at the beginning and of course, it does not work ...
Frankly, I don't understand ...
Any idea ? :)
THANKS