BATMANCU
⭐Deneyimli Tasarımcı⭐
- Katılım
- 24 Haz 2008
- Mesajlar
- 190
- Tepkime puanı
- 1
Flash da bir butona herhangi bir siteye yönlendirme linki veriyorum.Çalıştırdığımda ise bana "adobe flash player güvenliği" güvenliğinden bahsediyor ve çalışmıyor bu sorunu nasıl hallede bilirim.
kullandığım iki kod bu;
google_btn.onRelease = function() {
getURL("https://www.google.com.tr/search?q="+google_src.text, "_blank");
};
on (press) {
getURL("https://get.adobe.com/flashplayer/", "_blank");
}
kullandığım iki kod bu;
google_btn.onRelease = function() {
getURL("https://www.google.com.tr/search?q="+google_src.text, "_blank");
};
on (press) {
getURL("https://get.adobe.com/flashplayer/", "_blank");
}
Son düzenleme: