Can anyone advise how to make popup Flash windows while people will browse my site??
Will be very thankfull!!!!!!![]()
Can anyone advise how to make popup Flash windows while people will browse my site??
Will be very thankfull!!!!!!![]()
Don't know exactly what you meant. Popup window when someone clicks on a link or automatic popup when someone go to your page?
Whatever it is, I guess what you need is a javascript code that create the proper popup (tons of them on the net), and just embed your flash in that html file loaded in the popup.
this goes in your movie, on a button or what have you:
and this goes in your head section on the published HTML page:Code:on (release) { getURL("javascript:popup();"); }
Just change your paramaters in the HTML part for what you want to happen in your pop up.Code:<SCRIPT LANGUAGE="JavaScript"> function popup() { window.open('pagetopopup.html','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=100,height=100,left=200,top=200'); } </script>
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks