Pop Up Windows....

This is a discussion on "Pop Up Windows...." within the Flash & Multimedia Forum section. This forum, and the thread "Pop Up Windows.... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 29th, 2003, 09:23
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Pop Up Windows....

Ok, I know that it is possible in Flash to make pop up windows. Is there a special secret to this where you can make it happen without a combination of JavaScript? All I can find make you use JavaScript in the Heading.. Just wondering if there was another way.

  #2 (permalink)  
Old Nov 30th, 2003, 03:58
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Ok ok.. wow, no responses.... well, I will do it the old fashioned way then... Which completely sucks.. but hey, it works.
  #3 (permalink)  
Old Nov 30th, 2003, 08:25
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Hey Kulegamr, you didn't give me any time to respond!! It was a Saturday Night!! Come on man!!

There are 3 main ways to make a pop up window in flash.
<ul>[*]
First, you can just use GetURL and specify "_blank" as the target, in which case the link opens in a new window - But you have no control over that window. This does however work for all browsers.[*]
You can use GetURL:"javascript:" and specify window settings. EG:
Code: Select all
javascript:openNewWindow('http://www.webforumz.com','mywindow','height=400,width=400,toolbar=no,scrollbars=no')
This will work for all new browsers... I think it won't work for IE3 on windows but thats pretty old! It's quite safe to use.
It's the best way in my opinion.[*]
Or you can use FSCommand (Flash commands in your HTML to communicate between the two). But this needs ActiveX or similiar, so it's very restricted and works with very little... And it's difficult to implement... So go with option 2 [:P]
[/list]
  #4 (permalink)  
Old Nov 30th, 2003, 10:10
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
OK, thanks once again Sirkent!
Closed Thread

Tags
pop, windows

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating Pop up Windows dilipv JavaScript Forum 9 May 14th, 2008 11:32
Windows _target please help. comaiwat JavaScript Forum 0 Apr 8th, 2008 21:51
OSX or Windows longstand Scripts and Online Services 8 Dec 23rd, 2007 17:21
[SOLVED] Windows DNS alexgeek Hosting & Domains 3 Dec 4th, 2007 15:15
pop up windows Nimster JavaScript Forum 7 Nov 11th, 2007 10:31


All times are GMT. The time now is 05:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43