Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Pop-Up Ads
Name: RandyH1959 Date: October 6, 2005 at 06:15:14 Pacific OS: Windows XP CPU/Ram: Celeron 256Megs Ram
Comment:
Can anyone tell me how the ads that appear to be just images moving across the screen without any borders are made? They look like they must be made on a transparent layer that "Pops-Up" for a set period of time then closes. I see it all the time on Yahoo.com these days. Is there a program that is being used to create these?
Name: RandyH1959 Date: October 6, 2005 at 12:16:08 Pacific
Reply:
I know JavaScript can do that with static images and/or windows but the one I saw that really made me want to know how it was done looked like a video or a really good animation that had a guy appear from the left side of the screen and "Run" across the screen to the right side. It then made him kind of shrink into an ad that was small and had no borders. The whole time you could see what the underlying web page content was. Can JavaScript do that sort of thing?
0
Response Number 3
Name: Tautitan Date: October 6, 2005 at 12:24:48 Pacific
Reply:
Ive never done anything that complex but i know it is a pretty powerful language. Here is a page that has some simple floating animations on it... http://www.dynamicdrive.com/dynamicindex3/snow.htm
It may give you an idea of how the more complex ones are done.
Name: Michael J (by mjdamato) Date: October 6, 2005 at 18:04:17 Pacific
Reply:
I think it would more acurately be described as DHTML (Dynamic HTML) which is a combination of JavaScript/CSS/HTML. In the example you cited I am guessing that the main component used was layers where you can have content overlap other content on a page.
0
Response Number 5
Name: Tautitan Date: October 7, 2005 at 04:20:09 Pacific
Reply:
Yes DHTML can do many advanced things like creating those floating menus you see and mouse trails, stuff like that. A floating "video" like you are describing could be done using an animated gif or (correct me if i am wrong) a flash animation.
Summary: I have a page (eventsubmit.php) which adds calendar events to my database, tells the user the event was added, then closes. Additionally, this page opens another page (email.php) which is used to furt...
Summary: Hi, can anyone please suggest me how can i open a pop-up window through javascript inspite of "Pop-up" blocking software ON? I have been trying several things like writing inline statements, function ...
Summary: Hey guys I need to get a javascript that wil make it so when someone clicks on a link on my webpage a window with the corresponding information pops up in front, they can read it then X out of it. I t...