GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Flash help needed (https://gfy.com/showthread.php?t=101487)

Hamlet 01-20-2003 09:11 PM

Flash help needed
 
I am trying to have an intro flash piece set so that once it finishes, it will load a link that is embedded in the html (needs to be embedded in the html so it can be changed quickly and easily). Does any one know the best way to do this?

Thanks in advance.

Hamlet 01-21-2003 12:27 AM

...bump

MarkTiarra 01-21-2003 01:02 AM

You can do it by pulling a link out of a simple one line text file. Would that work okay for ya?

bhutocracy 01-21-2003 01:06 AM

use a javascript function that the flash triggers, same way you'd launch a sized pop-up etc.

like this (did a quick search cut and paste - needs modifying - but you get the idea) :

in the html
PHP Code:

<script language="JavaScript"
function 
openNewWindow(URLtoOpenwindowNamewindowFeatures) { 
newWindow=window.open(URLtoOpenwindowNamewindowFeatures); } 
</script> 

in the last frame:

getURL ("javascript:openNewWindow
('yourpage.html','thewin','height=300,width=400,to olbar=no,scrollbars=yes')");

Turboface 01-21-2003 01:53 AM

ICQ: 143702021

flashfreak 01-21-2003 02:24 AM

Quote:

Originally posted by bhutocracy
use a javascript function that the flash triggers, same way you'd launch a sized pop-up etc.

like this (did a quick search cut and paste - needs modifying - but you get the idea) :

in the html
PHP Code:

<script language="JavaScript"
function 
openNewWindow(URLtoOpenwindowNamewindowFeatures) { 
newWindow=window.open(URLtoOpenwindowNamewindowFeatures); } 
</script> 

in the last frame:

getURL ("javascript:openNewWindow
('yourpage.html','thewin','height=300,width=400,to olbar=no,scrollbars=yes')");

this one works, I had something like that in my portfolio presentation.

however there's one inconvenience: there are people that use popup blockers, in this case it won't work.
I had 2 clients which had popup blockers, so I'm using now the standard geturl, without jcalling a avascript.

Hamlet 01-23-2003 12:53 AM

Quote:

You can do it by pulling a link out of a simple one line text file. Would that work okay for ya?
Yes Mark this is exactly what i am trying to do - can you tell me how it is done? (i tried contacting you via icq but it did not go thru for some reason - my icq is 96653071)

Thanks everyone


All times are GMT -7. The time now is 01:47 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123