473,671 Members | 2,252 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fullscreen window is not working

Hi,

I really need your help here, I looked all over and couldn't find an
answer to my problem:

I developed a flash-based site in which I have a gallery of pictures
and when the user presses a magnifier the picture opens in a new pop-up
window. Now, I want this window to be in fullscreen mode. Since I am
doing it from the Flash my code might seem a bit strange:
function BigImage() {
PicGallery.pict ure.stop();
sUrl = bigPic[p];
wdth = "(screen.width+ 10)";
hgth = "(screen.height +10)";
scrbr = "yes";
winName="name_" +(Math.ceil(Mat h.random()*9999 ));
rsiz = "yes";
maxparam = "1";
full = "yes"
lft = 0;//resx/2-wdth/2;
tp = 0;//resy/2-hgth/2;
getURL("javascr ipt:window.open ('"+sUrl+"','"+ winName+"','wid th="+wdth+",hei ght="+hgth+",to p="+tp+",left=" +lft+",resizabl e="+rsiz+",scro llbar="+scrbr+" ,maximize="+max param+",fullscr een="+full+"'); void(0);");
}

In short, it gives:

javascript:wind ow.open('Images/DSCF0001_big.jp g','name_7525', 'width=(screen. width+10),heigh t=(screen.heigh t+10),top=0,lef t=0,resizable=y es,scrollbar=ye s,fullscreen=ye s');void(0);

I also tried a shorter version that works quite similarily:

javascript:wind ow.open('Images/DSCF0001_big.jp g','name_9754', 'fullscreen=yes ');void(0);

The problem is, it works perfectly on my computer locally, but as soon
as I put it on the server it behaves differently on each computer, and
I only checked with IE! I have IE6 and it doesn't work (it opens as a
very small popup window).

Ppppppplllleeee essssseeeee help. it's driving me crazy :-S

Thanks,
Efrat

Jul 23 '05 #1
1 1669
I realized it's a Flash problem, coz when I'm doing it directly from
the html code it's working fine. But I need it to work from the Flash.
Any ideas???

Thanks,
Efrat

Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3084
by: Paul Munly | last post by:
Hi, I'm attempting to get a Swing application to go into Exclusive Fullscreen mode and am curious if there's something that I need to do prior to attempting to grab the fullscreen window. The code in question follows: <code> this.setUndecorated(true); GraphicsDevice gd = this.getGraphicsConfiguration().getDevice(); if(gd.isFullScreenSupported()) {
14
4812
by: Goldie | last post by:
Hi, I am pretty poor at JavaScript so if this is a stupid question I apologise in advance. I am wanting to make the index.html page of a site open the browser up in Full screen mode. I understand I can do this when the viewer clicks a link to the page but I want it to happen when the viewer comes to the site by either typing the address in or a link from another source.
20
3276
by: msa | last post by:
Hi there, First off, let me say that I know that launching to full screen is a bad idea. I would never do it given the choice, but I must follow orders from my boss, the boss that desparately wants a desktop application made out of Internet technologies. We're writing an application that has JavaScript enabled as a client machine requirement. We need to support Windows with IE 5+ and Netscape 7+ plus Mac with IE 5+ and Netscape 6.2+.
10
11158
by: aagee | last post by:
Hi all Can someone clue me in on this? I just noticed that following doesn't work as it used to: window.open(... "fullscreen=yes" ...) Used to get a window that occupied the whole screen; now I get the title bar and status bar too. Any ideas?
2
3395
by: Jenny Thommann | last post by:
Hallo Ich möchte mit dem Befehl window.open ein Fullscreen-Fenster ohne Scrollbalken öffnen. Das Problem ist. Wenn ich das Fenster mit: window.open('diashow.html','windowname','fullscreen=yes,scrollbars=no,resizable=no'); öffne, habe ich immer noch Scrollbalken. Es braucht keine Scrollbalken.
2
1592
by: Steffen Loringer | last post by:
Hi, can I force the InternetExplorer to fullscreen mode (F11) with my code? Sometimes webpages open up a window without menubars etc. Thanks Steffen
8
2234
by: Andre | last post by:
Hi, I have this code, and he's working for about 2 years now. With a recent computer change, he stop to work (with IE6). Now i always have the titlebar and statusbar. window.open(theURL, 'Page', 'screenx=0,screeny=0,toolbar=0,menubar=0,status=0,scrollbars=0,resizable=0,top=0,left=0,fullscreen=1'); I want a fullscreen page with no bar.. anything, just the page...
7
2565
by: carlynor | last post by:
I am working on a client project that has a requirement where, - if a user clicks a button it launches into full kiosk mode, no toolbars etc..... I've seen many examples out there, seperately for IE and Firefox - but nothing seems to work perfectly. Can someone please help me? Please contact me here or by email. Kindest regards, Carly
0
8917
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8821
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8598
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7437
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5696
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4225
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4407
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2812
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1809
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.