flash - Actionscript 3.0 Hyperlink Issue -


i have created buttons hyperlinks twitch.tv work fine when previewing ui via ctrl+enter within flash when export them swf when click them nothing seems happen... not sure if because of doing when exporting them? here code have used

twitch.addeventlistener(mouseevent.click, fl_clicktogotowebpage);  function fl_clicktogotowebpage(event:mouseevent):void { navigatetourl(new urlrequest("http://www.twitch.tv"), "_self"); } 

i have tried global security settings panel tutorial found wouldn't allow me link desktop through linking location of files, please help!

navigate publish settings in flash , select access network only local playback security option menu. shown in image below.

publish settings


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -