|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jun 2002
Posts: 702
|
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. |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Jun 2002
Posts: 702
|
...bump
|
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Aug 2002
Location: NJ
Posts: 3,833
|
You can do it by pulling a link out of a simple one line text file. Would that work okay for ya?
__________________
Retired Pornosticator |
|
|
|
|
|
#4 |
|
Not making A Comeback
Industry Role:
Join Date: Dec 2001
Posts: 10,218
|
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:
getURL ("javascript:openNewWindow ('yourpage.html','thewin','height=300,width=400,to olbar=no,scrollbars=yes')"); |
|
|
|
|
|
#5 |
|
Back in Black
Industry Role:
Join Date: Mar 2002
Posts: 9,976
|
ICQ: 143702021
__________________
Search Engine Optimization Services for Adult Sites |
|
|
|
|
|
#6 | |
|
Confirmed User
Industry Role:
Join Date: Jun 2002
Location: cloud number 9
Posts: 4,396
|
Quote:
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.
__________________
SEO Mogul | ICQ: 163671223 |
|
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Jun 2002
Posts: 702
|
Quote:
Thanks everyone |
|
|
|
|