Fixed Size Pop Up Window
heres the deal
i have some pictures in my swf file and i want to open up in a fixed size internet explorer browser of 500x500px when they are clicked.
how should i do this? i have tryied some scripts put nothing is working out.
(heres some more info my pic names are facillities....facillities7.jpg every pic has its own htm file. the facillities htm's are in a different directory from the swf file. they are located to a facillities folder)
i dont know if that were info worth mensuning it, but i really dont know what to do. also my photos are inside of a movie clip
thanx anyway for the help
FlashKit > Flash Help > Flash MX
Posted on: 07-05-2002, 04:52 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
FIXED SIZE OF THE WINDOW
I NEED TO KNOW HOW TO GIVE A FIXED SIZE TO THE EXPLORER WINDOW, FOR EXAMPLE TO A FLASH ANIMATION OF 200 X 200 PIXELS.
CAN YOU HELP ME?
Fixed Window Size
Hi!
If thereīs somenone that could enlighten me...
I want to know how to make a fixed window size for an swf.
I tried the fs command but for some reason it didnīt work, i tried a code that is appliable to a button (removed the button code).
I want the movie to run in a fixed size once itīs opened so, not related to a button.
Thanks!
[F8] Fixed Size Window Get Url?
With the Get URL function is it possible to set a fixed size for the window that you open? If so does it need to go in the get URL function?
Any help be greatly aprreciated
thanks,
glory
Fixed Pop Up Window Size?
I know how to do it in dreamweaver, but how does one tell a link in a flash movie to open up a _blank window at a fixed size? I only know
on (release) {
get URL("myurl.html","_blank");
}
but this just opens up a regular sized window.
thanks for any help
Fixed Window Size
im pretty new with flash, i've searched, but maybe I'm not hitting the right keywords.
I'm trying to make my index flash page a fixed size. For example 550w x 250 h. I dont want people to be able to maximize their web browser and see all the other jumble thats hidden. I think its possible.. anyone?
Fixed Pop Up Window Size?
I know how to do it in dreamweaver, but how does one tell a link in a flash movie to open up a _blank window at a fixed size? I only know
on (release) {
get URL("myurl.html","_blank");
}
but this just opens up a regular sized window.
thanks for any help
Opening New Window OF FIXED SIZE.
How do you open a new window of a custom size (where you can specify the height and width of the window) from a button created in Flash?
I know how to do this in HTML (actually, in JAVA), but I'm not sure about Flash.
PLease help....
Creating A Pop-up Window Of Fixed Size.
I'm trying to enlarge a thumbnail onto a new window of a fixed size (where I can specify the width and height). I can do this using Javascript but don't know how to do it in my Flash site. Please help.
Open New Fixed Window Size
I am trying to open a new window from a link within flash. I want the window to be 300x350. The new window is just a straight .html document. I don't want any nav bars, scroll bars, etc... in the new browser window. What do I need to do to my flash button and also my .html document? Any help would be appreciated.
Thanks.
Fixed Size Browser Window
I placed a Flash file in a Dreamweaver page. The Flash movie has a button that loads another Flash page. I want the 2nd movie to load in a fixed window size, but I can only seem to get it to open in a full size window.
Probably a simple question (I'm pretty new at this), but what do I need to do to get it to open in a fixed size window?
Thanks!
Borderless, Fixed Window Size
hi ppl,
i need some help. i've make a flash website with a dimension of 200x400. now i want to publish it on the net, but i'm stuck, as i'm a newbie.
first, i want to make my index page so that it will have a flash movie (so that the user will know whether he/she will be able to view flash files) and when he/she click on the flash movie...
*click*
..a new borderless, window will pop up, and the window will fit just nice to my main site (ohh, and I don't want anything on the new window too... no scroolbar, no address bar, etc etc). my question is, how do i do this? i've tried searching on forums, but none that fits wat i picture.
please help.
thanks in advance.
Fixed Pixel Size Window?
I am using MX and I would like to code my window to stay at a fixed pixel size when my .swf runs. I have heard you can do this. Does anyone know how? And where would I place this actionscripting?
Thanks.
bbg
A Fixed-size Popup Window
I have a small swf with 12 buttons, and I need each button, when pressed, to load an html document with a certain size (say 400x450) like a javascript popup window. I don't want the address bar, tool bar, just the title bar. Can anyone tell me how this is done?
Open A Fixed Size Window
Hellow, ppl. id like to open a new browser window -from flash, with a flash button- with a fixed size, lets say... 300x200.
Now, i dunno i gotta set this in flash or dreamweaver (wich is the program im using with flash). Anyhow, help is needed. I have both flash and dreamweaver MX. Thx.
Open New Window Fixed Size
bonjourno
anyone have any idea how you link to an html page from flash and make the browser window that opens a fixed size and no scrolly bars?
thanks in advance
james
Fixed Window Size On Url Link
Hi... is there a way to set a fixed window size on a url link from flash? I'm using AS2 and want my new link to come into a set size. I'm just learning AS so if you can actually show me the code needed it would be wonderful!! I'm inserting the code I have so far ; ) THANX!!!
Attach Code
hyundai_btn.onPress = function(){
getURL("hyundai.html", "_blank");
};
Fixed Window Size On Url Link
Hi, it me again... I had posted a message asking for help with linking to a url that would bring up it's own window and set a fixed window size. I am having a problem... I am a mac user and didn't realize this was happening (it works fine on my mac). When someone using explorer (PC) clicks on the link the link come up in it's own window with the fixed window size (awesome) but the flash page in it's own window behind it disappears and the word [object] appears. How can I keep the flash page that was there before? Here's the code I am using ; ) THANX!!
Attach Code
getURL("javascript:window.open('hyundai.html','thewin','height=250,width=300,toolbar=no,scrollbars=yes');");
Fixed Size Window From Preloader?
Hi I have a seemingly simple problem, that I'm just no able to figure out...I have a preloader written in AS 3, and I want the movie that it loads to open up in a fixed size window. How do I do this??
Here is the code for my preloader:
// Import all necessary Classes -- //
import flash.display.*;
import flash.events.*;
// Note: though all of the classes are not need for this application
// it would be helpful if using the preloader in a linear Flash project.
import flash.net.URLRequest;
stop();
// Instances of the preload Sprite to be used in the loader
var preload:Sprite = new Sprite();
// Create the loader and add it to the display list
var imageLoader:Loader = new Loader();
addChild(imageLoader);
// Add event listeners to handle specific events during the loading process
imageLoader.contentLoaderInfo.addEventListener(Eve nt.OPEN,showPreloader);
imageLoader.contentLoaderInfo.addEventListener(Pro gressEvent.PROGRESS,showProgress);
imageLoader.contentLoaderInfo.addEventListener(Eve nt.COMPLETE, onComplete);
imageLoader.load(new URLRequest("ex4.swf"));
imageLoader.x = -168.3;
imageLoader.y = -222;
// This is typically going to be something like "gallery.swf" or "main.swf"
//
// Note: make sure you've got the relative path correct in the URLRequest.
// For example, ("http://localhost/swfs/main.swf") or ("/swfs/main.swf")
function showPreloader(evt:Event):void {
trace("open");
addChild(preload);
}
function showProgress(evtrogressEvent):void {
var percent:Number = Math.round((evt.bytesLoaded / evt.bytesTotal )*100 );
loadingText.htmlText = percent + "% loaded";
// Create preloading bar graphic with white background, width of 260.9
// and height of 14.5
preload.graphics.beginFill(0xFF0033);
preload.graphics.drawRoundRect(0, 0, 260.9, 10, 18, 18);
preload.x = 172;
preload.y = 135.7;
preload.width = (percent / 100) * 260.9;
addChild(preload);
trace("progress, percent = " + percent);
}
function onComplete(evt:Event):void {
removeChild(preload);
gotoAndPlay(currentFrame + 1);
// Note: for linear Flash application this implimentation works very basically
// More advanced applications may want to incorporate more dynamic content loading
// with more eventListeners and Loaders.
trace("complete");
}
Opening Fixed Window Size
Hi,
I've downloaded and using this advnaced flash component from:
http://www.afcomponents.com/componen...mbnail_gallery
The component is working with a XML file to draw data such as images link, hyperlink etc
However, I've a big problem fixing the size of the external pop up window upon clicking on the images in the gallery. I would like to control other setting such as address bar=false, scrolling = true etc. I believe this involve Java, but I am clueless. Can someone out there help?
Thanks alot!
Opening Fixed Size Html Window
i haven't tried for a while, but i have had problems opening a new html window of fixed size from flash. i've tried javascript in the target window and actionscript in flash, but nothing's worked. anybody have any ideas?
Open New Fixed Size Browser Window
Help, I want to be able to open a new browser window but also specify the size.
I'm currently able to launch/open a new browser window but I can't specify the size.
.cgi Return In New Browser Window Of Fixed Size
I'm trying to get the return of posted variables to appear in a new browser window of fixed size. I can get the new window to open at the size I want using
getURL ("javascript:window.open('http://www.thesite.com/showme.cgi?thestuff','name','width=550,height=250, top=200,left=200')","","POST");
void(0);
but without the return of the posted variables.I know all the other ActionScript is working as I want because I get the return I'm after using
getURL ("http://www.thesite.com/showme.cgi?thestuff", "_blank", "POST");
Any suggestions anyone?
(You can see the return in the unwanted window size by hitting the "tides" button at the bottom of http://www.sprocklnder.com. I want the window size to match the tide graphic.)
Opening A Fixed-size Browser Window?
Hi,
this is probably really simple, but I'm wondering how would I go about making a flash button open a browser window at a specific size (600x450px for example)? I can do it in Dreamweaver using the open browser window behaviour, but haven't figured out how to do it in flash, if it's even possible. I'm using Flash 5 btw.
thanks in advance!
Fixed Size Popup Window Trouble
Hi
I used the code below on a button in flash 5. It opens a new popup window but it still shows the scrollbars toolbars and is resizable. How come? I need a "chrome" fixed size popup. what can I do to fix this
on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php' ,'newWin','width=400,height=300,left=0,top=0,toolb ar=No,location=No,scrollbars=No,status=No,resizabl e=No,fullscreen=No'); NewWindow.focus(); void(0);");
}
Pop Up Form Result In A Fixed Size Window
Hi all,
Here's what I want to do, I have a Flash form (contact.swf) that, when submitted, calls a php script (form2mail.php).
That scripts then shows a succes/error message in a new window. Here's the actionScript used on my form:
PHP Code:
function doSubmit() {
userData = new LoadVars();
userData.Nom = Nom;
userData.Courriel = Courriel;
userData.Telephone = Telephone;
userData.Sujet = Sujet;
userData.Message = Message;
userData.send("/contact/form2mail.php", "_blank", "post");
}
As u can see, I use _blank as a target, but that opens a window wichever size the user's browser is set to. So I'd like to know if there's a possibility to do either of these:
1st possibility, my preference: Submit the data to the form2mail.php so it processes it, but without opening a window with the results anywhere. Instead, just go to frame 2 of my "contact" movie.
2nd possibility: Open a new window just as it's the case right now, but with formatting capabilities like in Javascript:
Width=350
Height=250
scroll=no
left=(screen.width-width)/2
top=(screen.height-height)/2
resizable=no
Hope I'm clear. If you wanna see it in action, go to www.simo-multimedia.com then click on "contact" (I know the design is inspired by bacardidj.com, I'm not a copier, I just needed the site running asap, so I used this model for the moment and I'll start working on a new one as soon as the site is up )
If you need the FLA, let me know,
Thanks,
Simo
Fixed Size Browser Window Pop-up From Flash?
Hi there... I'm finishing off a flash website for a band and I've created a little music player that's 380 x 250 pixels... There's a "launch music player" button in my site and when pple click on it, I'd like the music player (which is a flash file embedded in an html file) to pop up in it's own little browser window. I know how to make normal full size windows pop up (by using the: getURL("location", "_blank").... function) but I need a browser window that doesn't scroll and isn't resizeable, with a fixed size of 380 x 250 to pop up. I know how to do this in HTML (dreamweaver), but not in flash - can anyone help?
Mal
Opening A Browser Window At A Fixed Size.
Im trying to make a button to open a link, in a new window, at a fixed size and without toolbars etc.
Ive searched these forums and looked for variuos guides, but to no avail. I cant get them to work =(. I found a guide(which I cant find again o0) on Kirupa but it didnt work either.
heres what I came up with:
code1:
Code:
on (release) {
getURL("http://img519.imageshack.us/img519/5747/screenie8ya.jpg", "_blank");
target_winName = "test";
width = 640;
height = 458;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 1;
resizable = 0;
}
Opens a new tab in firefox and displays the URL but not at the correct size or without the toolbars.
code2:
Code:
on (release) {
getURL("javascript:window.open('http://www.newgrounds.com/','Newgrounds','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=80,height=180')");
}
Not my own code since I dont know any java.
Opens a new tab in firefox and displays "null" on a blank screen and the java code in the URL field.
code3:
Code:
on (release) {
getURL("javascript:openWindow('http://www.newgrounds.com','newWindow','toolbar=0,location=0,directries=0,status=0,menubar=0,scrollbars=0,resizable=0,width=800,height=600,left=80,top=180')");
}
Opens a new empty tab in firefox.
Anyone got any clue as to how to get these to work? or a guide on one that works? or simply a script that will work?
thanks for your time .
Want To Open Window With Fixed Size, Options
i want to open new window with fixed size like 300x200
with 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=300,height=200'
these options.
getURL ("java script:window.open("./splash.html","","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=300 ,height=200");");
has this code problem?
it doesn't work..
help me~
Loading An Swf In A Blank Window At A Fixed Size
I am trying to attach a loadmovie function to a button, where when you click on the button it loads an external .swf file into a new blank window at a specific size.
Can anyone help me with the code please?
Output Of .cgi Script In New Browser Window Of Fixed Size
I'm trying to get the output from a .cgi script to appear in a new browser window of a fixed size. I can get the size window I want using
on(release){
getURL("javascript:window.open ('http://www.thesite.com/showme.cgi?thestuff', 'width=400', 'height=200')","","POST");
}
but not with the output I'm after (as if the variables aren't being posted). I know everything else is working fine because I get the output I'm after using
on(release){
getURL("http://www.thesite.com/showme.cgi?thestuff","_blank","POST");
}
Any suggestions anyone?
How To Open A Flash File In A Fixed Window Size?
here is the thing...
http://silentscreams.europe.webmatri...reamscapes.swf
this time what i want to do is, when a picture is clicked i want that picture to be opened in a new window. the window should be having the exact width and height of the picture. and the picture is going to be a .swf file
so its like opening a swf file of the pic to its width and height in a new window.
and when the mouse moves to the pic that person want to see, a preview is shown from the center of the circle. i tried it but that takes too much space, any idea of how to reduce the size of the file
Launch Fixed Size Window From Flash Button
Hi All
Can anybody help me please!
I'm trying to launch a fixed size window from my flash button.
I need it to work accross IE, Mozilla, Safari on PC and Mac.
Thanks in advance
E.
How To Open A Flash File In A Fixed Window Size?
here is the thing...
http://silentscreams.europe.webmatri...reamscapes.swf
this time what i want to do is, when a picture is clicked i want that picture to be opened in a new window. the window should be having the exact width and height of the picture. and the picture is going to be a .swf file
so its like opening a swf file of the pic to its width and height in a new window.
and when the mouse moves to the pic that person want to see, a preview is shown from the center of the circle. i tried it but that takes too much space, any idea of how to reduce the size of the file
Fixed Size Window Dosent Open (photo Gallery)
Hey!I`ve got a big problem and i hope you`ll help me as soon as you can.the fact is that i created a photo gallery in flash 8...and after i click a button i wanted to appear a fixed size window with the photo in her real size.but the window doesn`t open!
the command i wrote was :
on(press) {
getURL("javascript:fixedSize('1.html', '', 'menubar=0, tollbar=0, scrollbars=no, resizable=yes, width=820, height=550')");
}
i think it`s something related to Global Security Center...plz help!
[CS3]Open Browser Window At Fixed Size (ACTION SCRIPT VERSION NO JS)
I am sure this has been covered a zillion times but I'm having trouble with doing searches on this site today for some reason.
I have an AS that will open a new page at a fixed size, no JS needed in the html head, just the AS applied to a button but it only works when the publish settings are set to FlashPlayer 7, AS 2.0.
I need it to work in FlashPlayer 8, AS 2.0. How can I make that happen?
Code:
on (release) {
getURL ("javascript:NewWindow=window.open('http://www.google.com','newWin','width=610,height=600,left=0,top=0,toolbar=yes,location=yes,scrollbars=yes,status=yes,resizable=yes,fullscreen=No'); NewWindow.focus(); void(0);");
}
I have attached the FLA file.
Auto-size Vs. Fixed Movie Size
I wasn't sure where to put this post. I hope this is the right place.
This is what I want to do:
On screen resolutions up to 800x600, I want my Flash movie to resize to 100% width and height of the browser window (since that's usually something like 635x450 on 640x480 and 755x550 on 800x600). On screen resolutions higher than 800x600, I want the Flash movie to be a fixed size (say 800px x 600px exactly).
Is this possible, and if so, how? Or is it something more to do with javascript after the final movie has been created?
Auto-size Vs. Fixed Movie Size
I wasn't sure where to put this post. I hope this is the right place.
This is what I want to do:
On screen resolutions up to 800x600, I want my Flash movie to resize to 100% width and height of the browser window. On screen resolutions higher than 800x600, I want the Flash movie to be a fixed size (say 800px x 600px exactly).
Is this possible, and if so, how?
Auto-size Vs. Fixed Movie Size
I wasn't sure where to put this post. I hope this is the right place.
This is what I want to do:
On screen resolutions up to 800x600, I want my Flash movie to resize to 100% width and height of the browser window. On screen resolutions higher than 800x600, I want the Flash movie to be a fixed size (say 800px x 600px exactly).
Is this possible, and if so, how?
SWF Fixed Size...
Hello there,
I want to be able to people enter a site and then click on a language choice and then a pop up window opens with the Flash movie with a fixed size
and with no browsers toolbars....
Can anyone tell me how do you publish the swf file ?
and what kind of html do you need to make the SWF pop-up that way?
thanks
Fixed Movie Size
I have made an fla that is 300 x 400 pixels. What can I do that when I play my swf as standalone or in a browser not goes fullscreen.
Fixed Size Projector
hey everyone...
how do i make an *.exe projector window a fixed size... to noone can change the size of the window?
thanks in advance.
Fixed Size Web Page
I posted a question yesterday regarding a scalable web page with no scroll bars and got my answer...thanks.
I have another question now. How do I create a web page that is a fixed size with no scalability and no scroll bars? I would like the page to simply open up at a fixed size. How do I specify this type of page in my settings?
Thanks.
LoadMovie Fixed Size?
Hey people!!
Im new here and im quite a newbie to Flash MX.
At the moment im working on a movie where i load a external .swf into the movie (LoadMovieNum command).
Im also using the fscommand to show fullscreen.
Im making this movie for a CD and the movie opens with autorun and so far everything works fine
My problem is that the loaded external .swf is shown 100% on the Movie/screen, but i want the swf to be shown with fixed width and height in the middle of the movie.
Could somebody give he a hint on how to fix this!??
Cheers
Loading Fixed Size .swf Into 100% .swf
I've seen something similar to this at http://www.teknision.com/siteVersions/tek2/index2.cfm.
I've got a large .swf that I've set its dimensions to 100% to fill the browser window.
I want to load a couple of small .swf's into the large one, but I want the smaller ones to retain their original dimensions.
How is this done?
Fixed Size, Non Adjustable Cd-rom?
Hi,
I have created a cd-rom, when it starts it opens a flash swf.
All that is fine, the main problem i am having is that when it opens i want it to open to a specific size, and without the option for people to resize the window, eg force it to the maximum screen size.
How could i achieve this?
Thanks for you time,
Tom
|