CodeIgniter Forums
link/url problem use flash - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: link/url problem use flash (/showthread.php?tid=30966)



link/url problem use flash - El Forum - 06-01-2010

[eluser]Unknown[/eluser]
I make the web with CodeIgniter.
I try to make their menus with flash buttons.
But always a problem at link
How to solve this problem?
Thank U


link/url problem use flash - El Forum - 06-02-2010

[eluser]mi6crazyheart[/eluser]
Give some more information about u'r problem so that people at here can help you accordingly...


link/url problem use flash - El Forum - 06-03-2010

[eluser]Unknown[/eluser]
I make a link with the action script:
on (release){
getURL ('produk/lang/id/ minyak_putih')
}

When pressing one of the menu was originally run.
example:
http://omphandt.info/tresnojoyo/produk/lang/id/minyak_kayu_putih

but now continue by pressing other errors
example:

http://omphandt.info/tresnojoyo/produk/lang/id/produk/lang/id/baljitot
which should
http://omphandt.info/tresnojoyo/produk/lang/id/baljitot


link/url problem use flash - El Forum - 06-03-2010

[eluser]pickupman[/eluser]
This could be of a leading slash or lack there of. All links are relative to the document root (index.php), so you have to make sure you are creating the links properly.