Hii friends i develop one swf for my site in which i hyperlink some pages with
images
swf is working on my pc but when ever i upload it on my site it stops working
My Flash Player version is 9 and Action Script version is 3
Plz help me out that how it works after uploading on site
i use this code for hyperlink
on (release){
getURL("http://www.learnforfun.org/drupalnew/?q=calendar/event","_self");
}
_E_ - 03 Jul 2008 12:07 GMT
Try checking the security options at the "export" window. Try both of them: access netowork only and access local files only.
Can we have a look at the page which causes the problem?