Adobe Dreamweaver Forums



Last 10 THreads :         Re: Unloading SWFLoader... BUG??! (Last Post : LuigiL - Replies : 1 - Views : 2 )           »          Problem with navigateToURL to a certain frame (Last Post : Ibsie - Replies : 0 - Views : 1 )           »          html view - how to wrap the text (Last Post : lmckh - Replies : 1 - Views : 2 )           »          Help! Prob with CSS display (Last Post : hnajskmei - Replies : 0 - Views : 1 )           »          DW help urgently needed, lost my connection to site (Last Post : Ronnie MacGregor - Replies : 11 - Views : 12 )           »          Connecting to a Database (Last Post : Ronnie MacGregor - Replies : 11 - Views : 12 )           »          application.cfm/webservice (Last Post : BKBK - Replies : 1 - Views : 2 )           »          Random positions for Movieclips (Last Post : arnhemcs - Replies : 4 - Views : 8 )           »          Generating LEGAL size Word doc (Last Post : BKBK - Replies : 2 - Views : 3 )           »          This Tough Economy and Flex/AIR (Last Post : LuigiL - Replies : 2 - Views : 109 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver General
 
Tags: , , ,



Reply
  #1 (permalink)  
Old 09-07-2008, 11:48 PM
emilio_tha_don
 
Posts: n/a
Diggs:
Default Locking resize handles in browser.

Hi I am currently working on a flash website but i have a little problem. Here
is the link to the website :
http://www.habouryentertainment.com/new_site/index.html

When you click on the welcome button, the pop-up appears. The problem is that
the pop-up window can be resized by the user. So how do I prevent the user from
resizing the window ?

thanks



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-07-2008, 11:48 PM
Jasper Thayer
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

change
status=yes,width=1000,height=700')"


to
status=yes,width=1000,height=700,resize=no')"


Reply With Quote
  #3 (permalink)  
Old 09-07-2008, 11:51 PM
emilio_tha_don
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

Thanks for the reply.

I tried it but it did not work... any other suggestions ?
Reply With Quote


  #4 (permalink)  
Old 09-08-2008, 12:16 AM
Jasper Thayer
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

I looked at your source code and it is unchanged. Sure you tried it with uploaded file empty cache. try resizable=no or Google
Reply With Quote
  #5 (permalink)  
Old 09-08-2008, 02:01 AM
emilio_tha_don
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

Anybody can help me out here ? I really need this
Reply With Quote
  #6 (permalink)  
Old 09-08-2008, 02:01 AM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

First you said this -

status=yes,width=1000,height=700,resize=no')"

now you say this -

resizable=no

Your answers are muddled.

I believe the second usage is the correct one.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Jasper Thayer" <webforumsuser@macromedia.com> wrote in message
news:ga1na8$3t3$1@forums.macromedia.com...
>I looked at your source code and it is unchanged. Sure you tried it with
>uploaded file empty cache. try or Google


Reply With Quote


  #7 (permalink)  
Old 09-08-2008, 02:01 AM
TC2112
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

Hello,

Either resize=no or resizable=no are inconsistent cross browser.
What browser are you testing this in?
It works in IE and Safari.
Firefox and Chrome, by default, ignore any script trying to limit user
function of the browser, as they should (IMHO).

From Mozilla, for FF:
You can allow scripts on web pages to take certain actions by checking the
appropriate boxes, or you can prevent the actions by unchecking these
settings:
1. Move or resize existing windows: Allows scripts to change the size or
position of the existing window. ...

The default is unchecked, or "do not allow".

http://kb.mozillazine.org/JavaScript...cript_settings


Something else to consider: What are users who have their browser open to
800px (or any value less than 1000px) going to do?

Take care,
Tim



"emilio_tha_don" <webforumsuser@macromedia.com> wrote in message
news:ga1om1$57q$1@forums.macromedia.com...
> Anybody can help me out here ? I really need this



Reply With Quote
  #8 (permalink)  
Old 09-08-2008, 02:01 AM
TC2112
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

Hello,

One other thing.. I was talking about using resize or resizable in general
and hadn't tried your site yet.
I just did, and clicking "Welcome" in my IE7 results in a blank page that
isn't resizable.
I do see the flash in FF, however, but the window is resizable there as I
don't have FF set to allow scripts to disable this.

Take care.
Tim


"TC2112" <nospam@nospam.com> wrote in message
news:ga1qvt$7j5$1@forums.macromedia.com...
> Hello,
>
> Either resize=no or resizable=no are inconsistent cross browser.
> What browser are you testing this in?
> It works in IE and Safari.
> Firefox and Chrome, by default, ignore any script trying to limit user
> function of the browser, as they should (IMHO).
>
> From Mozilla, for FF:
> You can allow scripts on web pages to take certain actions by checking the
> appropriate boxes, or you can prevent the actions by unchecking these
> settings:
> 1. Move or resize existing windows: Allows scripts to change the size or
> position of the existing window. ...
>
> The default is unchecked, or "do not allow".
>
> http://kb.mozillazine.org/JavaScript...cript_settings
>
>
> Something else to consider: What are users who have their browser open to
> 800px (or any value less than 1000px) going to do?
>
> Take care,
> Tim
>
>
>
> "emilio_tha_don" <webforumsuser@macromedia.com> wrote in message
> news:ga1om1$57q$1@forums.macromedia.com...
>> Anybody can help me out here ? I really need this

>
>



Reply With Quote
  #9 (permalink)  
Old 09-08-2008, 02:01 AM
emilio_tha_don
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

Thanks for the replies. So what I understood out of all this is that the
resizable tag only works with IE and the rest of the browsers depend on the
user's preference. If I really want this to be un-resizable in all of the
browsers, what options do I have ?

Reply With Quote


  #10 (permalink)  
Old 09-08-2008, 02:01 AM
Jasper Thayer
 
Posts: n/a
Diggs:
Default Re: Locking resize handles in browser.

suggestion:

place your swf file the size you'd like into an html page with matching
background. Have welcome open .html file with swf embedded in new custom-sized
window and allow resize so that if/when user resizes the swf stays the same
size and the background stays consistant.

resize=no, resizeable=no google there all correct suggestions. I'd also
change muddled_sarcasm=true to false

Reply With Quote
Reply


Thread Tools
Display Modes

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

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



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 12:54 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk