Ok I have a flash thing for the games part of my website, but it is only to navigate back to the main part of my site. How do I do this?
http://xgames.frih.net/games/Game.html
It's the bit up the top.
PS: That bit of the site isn't near finished yet. Keep waiting
When I preview it it works and all but when I put it on my site it doesn't.
The script for the link is currently (this is very simple
).
Should I change it to
?
http://xgames.frih.net/games/Game.html
It's the bit up the top.
PS: That bit of the site isn't near finished yet. Keep waiting
When I preview it it works and all but when I put it on my site it doesn't.
The script for the link is currently (this is very simple
| Code: |
|
on (release) { getURL("http://www.xgames.frih.net/"); } |
Should I change it to
| Code: |
|
on (release) { getURL("http://www.xgames.frih.net/", "_parent"); } |
?
