Hi all, I know i submitted this question once and i got the answer but for some reason its not working. ok this is what i got.
I have this index page all made of flash. One of the Flash buttons "when clicked it opens a newpage that has some songs on it". this new page is also done with flash, "its a flash media player i made" I must be doing something wrong cause it doesnt want to open a new page when i click on the link. i have tried doing it all on my HD in the same directory and on my website in the same directory. This is what i got;
for the flash button i put this:
on(release){
getURL("javascript
opUp('player.html')"
;
}
On the HTML PAGE that has this flash media player i made that i want to open when clicking the flash link i put this at the <HEAD> of the HTML has this:
<script language="javascript">
function popUp(url){
popUpWindow=window.open(url,null,"width=500,height=400"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
popUpWindow.focus()
}
</script>
Im sure its something really simple, i just over looked some minor detail.. Anyways I hope someone can help me..
Thanks
I have this index page all made of flash. One of the Flash buttons "when clicked it opens a newpage that has some songs on it". this new page is also done with flash, "its a flash media player i made" I must be doing something wrong cause it doesnt want to open a new page when i click on the link. i have tried doing it all on my HD in the same directory and on my website in the same directory. This is what i got;
for the flash button i put this:
on(release){
getURL("javascript
}
On the HTML PAGE that has this flash media player i made that i want to open when clicking the flash link i put this at the <HEAD> of the HTML has this:
<script language="javascript">
function popUp(url){
popUpWindow=window.open(url,null,"width=500,height=400"
popUpWindow.focus()
}
</script>
Im sure its something really simple, i just over looked some minor detail.. Anyways I hope someone can help me..
Thanks