Click to See Complete Forum and Search --> : a href="#" onClick=window.open(Flash?)
bmcrec
03-10-2008, 09:37 PM
Is it possible to implement something like this using a button inside flash?
<a href="#" onClick=window.open("http://www.thepcmanwebsite.com/online_casino/aff/gamclubaffslots.shtml","","menubar=0,resizable=1,scrollbars=1,status=0,titleb ar=0,toolbar=0")>Club Slots</a>
Endoplasmic
03-11-2008, 09:47 AM
Best bet would be to make a function and then call that function from Flash.
on on the HTML side you'd have something like
function popWin(url){
window.open(url,'WindowTitle','menubar=0,resizable =1,scrollbars=1,status=0,titlebar=0,toolbar=0';
}
Then in Flash on your button you'd want something like:
myButton_mc.onRelease = function(){
getURL("javascript:popWin('http://www.thepcmanwebsite.com/online_casino/aff/gamclubaffslots.shtml');");
}
raykimb
01-05-2010, 05:20 PM
:)
raykimb
01-05-2010, 05:21 PM
.p
raykimb
01-05-2010, 05:22 PM
:p
flashkit.com
Copyright Internet.com Inc., All Rights Reserved.