Scalable Swf Files In A Window Browser
I 'm sure I saw somewhere a thread talking about scaling movies... or something along those lines....
Well I don't know if this is possible, but is there anyway of creating an swf file which, when published as a website (or new window to a website) scales with the window (when you drag the corner or maximise).
I am designing a site which is purely flash (not a good idea, but we're working on the html side) http://www.manchesterprinting.com
When the window is small (or viewed on a small monitor) some of the page is hidden and you have to use the scroll bars.
So going back to my question, can I make the file scalable?
All feedback would be good, even if it's "don't be ridiculous", or "it needs to be done in html". I'm about to undertake a proper website and html course, but at the moment just winging it.
FlashKit > Flash Help > Flash General Help
Posted on: 06-11-2003, 07:15 PM
View Complete Forum Thread with Replies
Sponsored Links:
Scalable Browser Window
Can anyone point me to a tutorial on making a browser window scalable+resizable.
Meaning if I open my webpage on my Montier(17inch) - it looks good
But when I open it at work ( I have a bigger montier-19inch) the page has a lot of white space- Check this link http://olddirtydermot.com/- On a 17 inch montier it looks great - but on a 20 inch there's a lot of white space.
I've tried using % but everything look really bad.
Can anyone help me out
Thanks for your time and help
View Replies !
View Related
Resizeable Scalable Browser Window
Can anyone point me to a tutorial on making a browser window scalable+resizable.
Meaning if I open my webpage on my Montier(17inch) - it looks good
But when I open it at work ( I have a bigger montier-19inch) the page has a lot of white space- Check this link http://olddirtydermot.com/- On a 17 inch montier it looks great - but on a 20 inch there's a lot of white space.
View Replies !
View Related
Scalable Resizable Browser Window
Can anyone point me to a tutorial on making a browser window scalable+resizable.
Meaning if I open my webpage on my Montier(17inch) - it looks good
But when I open it at work ( I have a bigger montier-19inch) the page has a lot of white space- Check this link http://olddirtydermot.com/- On a 17 inch montier it looks great - but on a 20 inch there's a lot of white space.
View Replies !
View Related
Scalable Resizable Browser Window
Can anyone point me to a tutorial on making a browser window scalable+resizable.
Meaning if I open my webpage on my Montier(17inch) - it looks good
But when I open it at work ( I have a bigger montier-19inch) the page has a lot of white space- Check this link http://olddirtydermot.com/- On a 17 inch montier it looks great - but on a 20 inch there's a lot of white space.
View Replies !
View Related
Scalable Window
Help!
I am attempting to have a scalable window. I found a demo on this site and have modified it. Unfortunately. The scalability and the button that does it are not coinciding and weird things are happening? Any of you smarter people think that you can help. Or do you have code for doing this in a better way. HELP PLEASE!
View Replies !
View Related
[F8] Scalable Window
How do i make my movie scalable so that the elements reposition based on the size of the window but do not scale in size themselves...
i.e.
http://www.steihlstudio.com/
Please help...
View Replies !
View Related
Linking .Projector Files Hangs Browser Window - Expert Please Help
Here's my problem (well, one of them at least =):
I'm trying to link five .Projector files to run in a continuos loop. Depending on the Mac, they will link successfully, but after playing about 3 or 4 of them, at the end of one (not always the same one), a blank browser window will hang saying it's retreiving data from the file that just played.
Each file starts with an FS command to make it fullscale:
fscommand ("allowscale", "false");
fscommand ("fullscreen", "true");
And then a loader which works fine on it's own:
ifFrameLoaded (_totalframes) {
gotoAndPlay (3);
}
View Replies !
View Related
Scalable Window In Mozilla
heres the problem. i have an html page with a link that opens up a pop up that contains the flash content. i have it set in IE so that you cant scale the content. i thought the same would apply to firefox but it doesnt. is there a way to make the content unscalable in bot IE and FireFox
View Replies !
View Related
Scalable Window Panes
I have a gallery of 3 images I want to scale once you click on one of the window panes.
look at the image I've linked here.
The basic concept is if you click one..it scales up and the others scale and move around it.
Scalingschemes.jpg
I've been trying to use a Fuse object inside of a function call and just pass the Fuse certain variables depending on which window pane I click on.
Its not working all that well at the moment. Some hints would be helpful.
View Replies !
View Related
[F8] Scalable Window Component Going Weird
Hi there,
I am having a window component, couple of radio btns in my fla (they r coming thru actionscript). On the click of a radiobtn its corresponding img gets displayed in the window. Now, i have made the window scalable thru this code:
sizerPop = new Object();
sizerPop.handleEvent = function(img){
if(img.type == "complete"){
myTW.setSize(myTW.content._width, myTW.content._height +25);
}
}
myTW.addEventListener("complete", sizerPop);
where, myTW is:
myTW = mx.managers.PopUpManager.createPopUp(_root, mx.containers.Window, false, {closeButton: true, title: _root.reqmessage1, _x: 270, _y: 40, color: 16711680,contentPath:radioButtonArray[_loc2].object.bkimage});
myTW.title = "Radio Button Clicked is:"+radioButtonArray[_loc2].object.label;
All this is working fine locally. But, once i upload it the window scales itself to fit the image but the close btn which is by default on the right hand side goes to the left.
But, i'm more baffled by the fact that this problem occurs randomly. Suppose for the first time on the click of a btn the close btn will shift and maybe for the 2nd,3rd or 4th time it won't or maybe will go wrong always or not at all. Why is this?
View Replies !
View Related
Scalable Window With Dynamic Content...
I only post here for help after I've done a thorough search of the net for tutorials and/or .fla files. And believe me, with this one, I've looked, booked, read 'til I bled, tried and cried...
I have made a site that has little pop-up type windows in it. At the moment I have a simple drag'n'drop action on a button across the top, minimise/maximise and close buttons (top right). I also have a scrollable dynamic text field, which fits the window perfectly.
BUT!
Now the mate I'm making the site for, wants the windows to be scalable. And I've found tutorials that have that sort of thing, but the closest ones, scale the content aswell.
Are there any helpful people out there that can point me in the right direction? I guess the window will end up needing a scrollbar down the right side to accomodate the wrap effect. And yes, I have searched high and low through the ActionScript.org movies, tutorials and this forum.
Thank you very very much in advance for any generous souls who take the time to help a frustrated Flasher out.
View Replies !
View Related
Scalable Dynamic JPEG On Full Browser Flash Site
Ok ... I'm going out of my head here. I've found a lot of posts in the forums here that have come oh so close to answering my question but just not quite.
I've got a full browser flash movie I'm creating. I've got a movie that scales out to 100% x 100% which has a dynamically loading JPEG for a background image and another empty movie clip that loads in the main content.
Here's my ActionScript:
ActionScript Code:
stop();loadMovie("dh_main.swf","mainContent_mc");loadMovie("background.jpg","background");Stage.scaleMode = "noscale";stageListener.onResize = function () { var stageXCenter = Stage.width * .5; var stageYCenter = Stage.height * .5;}
I want the background image to scale 100% x 100% and resize with the mainContent_mc when the window is resized.
I just cannot get that background JPEG to stretch to save my life.
Any ideas?
View Replies !
View Related
Scalable/Tileable Background When Resizing Window
Hi, I've seen quite a few websites programmed in a way that when you resize the window, the main section of the site is centred while the background scales or tiles itself. Is this a tricky thing to do? Have a look at what I'm trying to do here please:
http://www.heiseman.com/temp/demo.html
I'd like for the background to tile itself and a black vignette to scale itself as the window is resized.
Any help would be great!
Thank you.
View Replies !
View Related
Scalable Flash Background With 'non-scalable' Content
hi all,
I have a background flash file that transitions from colour to colour that I have scaled to to 100% x and y.
I want to have placed on this a flash file of exact x and x dimensions for the content, centered in the middle of the browser window.
I know how to loadmovie n all that stuff. Any help with this much appreciated
Thanks!
Josh
View Replies !
View Related
Non-scalable Inside Of Scalable? Best Practices...
I'm looking for a simple technical explanation of how this is done...
If I have a scalable movie that uses the entire browser window (100%,100%), but I'd like to make the contents non-scalable (so the content can't be scaled down, etc). I'd also like ot know how to set the interior stage to be either centered upon the stage or anchored at 0x,0y in the interior stage...
I'm just guessing that I create a movie clip as a kind of secondary stage and then run everything through that? Or, is there something more simple I'm not thinking of here?
If there's a tutorial or the like that would be great...
Thanks, v
View Replies !
View Related
Close.window Script In Flash Button Quits My Browser Window Or Crashes System
Can somebody please help me?
I have a javascript attached to a button in a .swf file to close the browser window it is in.
The code which was given to me yesterday by senocular is
on(press){
getURL("javascript:window.close()")
}
__
however if you try it IE will unexpectedly quit or bomb my computer.
I tried it in Netscape and it didn't crash.
You can refer to my site http://www.valdesdesign.com
after intro go to print button and then to editorial button.
Editorial opens new window with editorial.swf inside. Click on top right button to close window and see what happens.
Is there something I'm doing wrong? Please help me.
Thanks
View Replies !
View Related
Pausing After Preload If Browser Window Is Not Active Window
Hi folks,
I'm trying to figure out how to do this, but so far I have had no success. The intention is for anything like a Flash trailer, intro movie or such like which is large to preload and once this is done check to see if the user is still viewing that browser window.
So if during the preloading the user opens/selects a different window and the preloading finishes then the Flash will go to a paused screen, awaiting the user to indicate they want to proceed (eg a play button). If however the user still has, or has returned to, the browser window it will skip the pause screen and play the animation.
For an example the 9th chapter of Ninjai.com seems to do this (I haven't checked the other chapters).
Any help would be appreciated.
Ragnar
webmaster@ragnarkarlsson.com
View Replies !
View Related
Loading External SWF's Into A New Flash Window Instead Of A Browser Window?
I have this flash presentation where I have buttons when clicked on, a (_blank) browser window pops-up and begins playing external SWF's.
The problem is that, with windows XP, every time I click the button(s) to have the browser window pop-up, to play my externals, the damn 'virus protection notification' thing pops-up first, asking me if this content is allowed. Is there a way to turn this off? My client does not want to have to "allow" the browser to play the external SWF's everytime. I've tried everything but no luck.
Better yet, is there a way to have the external SWF's pop-up in a totally new flash window, on top of the main (presentation) window? I don't want the external SWF's playing in the same window, but rather show in a new window entirely. Can anyone help me? This project is past-due and it needs to go out today. I'll attach the current scripting I'm using so far, if it helps. Thanks so much!
bottingsAd_mc.onRelease = function() {
getURL("exampleAds/bottingsports2_001.swf", "_blank");
};
View Replies !
View Related
Loading In New Projector Window Not Browser Window
I'm designing a portfolio site and Im sending it out as a projector. Is there a way that I can have images load in a new projector window, and not the default browser. My only succes so far is using the getURL, but this opens the image in a browser or in the same window, and I just want to open a new window with the projector, not an internet browser. PLEASE HELP, I need to get a job with this site.
View Replies !
View Related
Open A New Browser Window And Go To Frame(n) In The New Window
Hi I need some help.
I'm trying to load a new html file that contains a movie but I like to specify to what frame to proceed in that movie I try to write this in actionscript I think it is easier to understand.
// I have 2 html files contact.html and home.html
// And I have one swf file named home.swf with 2 scenes named "home" and "contact"
// The home.html and the contact.html both contain the same home.swf movie
// currently I'm in home.html I like to getURL("../main/contact.html")
that loads the contact.html and the contact.html contains the home.swf but I like to proceed to the gotoAndStop("Scene",1) or gotoAndStop("contact",1)
I hope that was clear enough if you may know the answer please email me I have suffered a lot on this but I just couldn't come up with the answer.
Regards
zoltank@timelineillustrations.com
View Replies !
View Related
Getting Rid Of The Top Of The Browser Window When Launching A New Window.
hi there,
I have been having trouble getting a flash site to launch a new broswer window for a html document. It worked fine when opening a new flash window but not html.
Anyway someone on here kindly helped me and sent me this code:
getURL("javascript:NewWindow=window.open('http://www.design8ed.com/digitalspirit/pages/designcs.html','newWin','width=459,height=171,left =0,top=0,toolbar=No,location=No,scrollbars=No,stat us=No,resizable=No,fullscreen=No'); NewWindow.focus(); screen_height = window.screen.availHeight; screen_width = window.screen.availWidth; left_point = parseInt(screen_width/2)-(459/2); top_point = parseInt(screen_height/2)-(171/2); setTimeout('NewWindow.moveTo(left_point,top_point) ',100); void(0);");
Which made it work the only thing is it pop up including the browser menu at the top - does anyone know how i can get rid of this?
Also within the html doc - http://www.design8ed.com/digitalspir.../designcs.html i have a close button which when reviewed works but when published it doesn't close the browser window - is there something i'm missing - why isn't it working?
Your help would be greatly appreciated!!!
View Replies !
View Related
Not Scalable Content Inside Of A Scalable Content?
Hello Everyone,
I am having a hard time trying to figure out if this is even possible. I have a fla file which has a large vector image represented as a background in the application. I also have another movieclip that sits on top of it that contains a bunch of images.
My issue is as follows: is it possible to have an expandable background.. as it is vector in this case and will not degrade and have a movieclip inside that does not scale? I would like that movie clip to be at all times either 800 x 600 or 200 x 150 and "attached" to the bottom right corner.
Everything i have attempted thus far has not worked... it seems that the movieclips are not really aware of the fact that they are being scaled... only the stage does.
Is there a solution to this problem?
View Replies !
View Related
Ie Browser Window
I have been trying for a long time to apply a script to a button in a flash movie which will close the browser window when the button is clicked but I have had no luck PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE help me!!!!!
Kenny
View Replies !
View Related
Don't Want A Browser Window
when I want to open the mailing programm on someone's computer (by putting a link on an e-mail address) it works but I also open a browser window.
I use: Get URL and mail to ...
The same goes when you can download something.
Someone with a solution plz?
View Replies !
View Related
New Browser Window ?
I would like to have a new browser window pop up when a button is clicked in my flash movie. How do you set the parameters to make the new window pop up at a certain size without the navigation buttons and all the other buttons at the top of the browser window?
View Replies !
View Related
Browser Window Help
Is there anyway to use getURL to:
a. open up a new browser window (_blank) BUT...
b. if a browser window is already open, to open a new URL using the same browser window.
However, I do not want to use the same window that my Flash movie is in.
Thanks!
- vicky
View Replies !
View Related
Browser Window
i'm trying to figuire out how you guys make the flash movie fill the whole browser window. What it looks like is that you've got a projector file(.exe) that IS the browser window because you get that bleeding that goes off all the edges. Can anyone tell me how to do this?
View Replies !
View Related
Browser Window Help
Hi all,
well here is wht i need help with.
wht javascript coe or other method should i use to open a browser window without the buttons etc of a particular size from the entry page.
Wht is the best way to make a fullscreen animation page, i've tried FScommand but doesnt work...
Plz help
Thnx
View Replies !
View Related
New Browser Window Help
I'll try to be as clear as I can possibly be with this question. Lets say I have a links page and I'de like a new browser window to come up from a button when I have pressed it or to have a new browser window come up when someone enters my site. But I want the new browser window to be lets say W=300 L=350. I really need some help with this one. Any help would really be appreciated!!
View Replies !
View Related
How Do You Set Self-window With No Browser?
I'm having problems trying to set a html file saved frome flash 5.0 to load as its own window without the Browser shown. I've applied a button, so that when you click on it, the actionscript " geturl, 'blank'" , has been applied. But when you click on the button link, it still uploads the other swf. with a browser.
If anyone has a clue of what action script to set the button at, I'd really appreciate it.
Thanks,
PS. If you have a answer and can contact me right away, email me at yaphetdavis@hotmail.com
View Replies !
View Related
New Browser Window
Hello,
I need to open an 600 x 450 new browser window without scroll bars and status bar(Clean), I can make the window open using the _blank command but I don't know how to put the code to do the rest.
Thaks in advance for your help
SPINAL
View Replies !
View Related
Browser Window
I got this code in my actionscript for a button
on (press, release) {
getURL ("personal/{name}.jpg", "_blank");
}
why do two windows popup as opposed to one window?
View Replies !
View Related
More Than One Browser Pop-up Window?
I'm having problems. I'm using the script below in GetURL to open a window with a QT.mov. It works fine, until I try and open another QT.mov with different size parameters--it instead places the new movie in
the same window that was opened before. The problem being that if you open the small movie first (and don't close it before opening the bigger one) the bigger movie appears in the smaller sized window,
thus cropping it and irritating me to no end. Any advice is much appreciated.
Here's the java I'm using:
on (release) {
getURL ("javascript:NewWindow=window.open('bg_reel_lbw.mo v','newWin','width=202,height=168,left=500,top=200 toolbar=No,location=No,scrollbars=No,status=No,res izable=No,fullscreen=No,menu=No,directories=No'); NewWindow.focus(); void(0);");
}
thanks for any help. it's desperatly needed.
View Replies !
View Related
Browser Window Help
Does anyone know how to make a window that has nothing at all but the flash movie...no toolbar...no title... no address bar...no scrollbar...nothing...Can anyone help me with this?
-Blue Flame Media-
View Replies !
View Related
Using The Whole Browser Window...
There is probably something very simple that I'm missing here. The movies I create only take up a small portion of the browser window, and appear in the upper-left corner. I have to edit the html to match the background center the movie.
Any ideas what I'm doing wrong?
Regards...
View Replies !
View Related
New Browser Window
I have tried numerous times now to use a button to activate a new browser wimdow with perameters using javascript. I have tried several deifferent methods but none of them seem to work. Any suggestions?
View Replies !
View Related
New Browser Window
I have tried numerous times now to use a button to activate a new browser wimdow with perameters using javascript. I have tried several deifferent methods but none of them seem to work. Any suggestions?
View Replies !
View Related
New Browser Window
I have tried numerous times now to use a button to activate a new browser wimdow with perameters using javascript. I have tried several deifferent methods but none of them seem to work. Any suggestions?
View Replies !
View Related
New Browser Window
when I click on a button, I need a new browser window to open with a quickTime movie, with a specific size, with no buttons...
the problem is that I don't know anything about javascript/html...
and if I use getURL("mymovie.mov"), it opens on a normal window...
View Replies !
View Related
Browser Window
I am wondering if anyone could help me learn how to open a new browser window from flash.
I have a book that I am using, but I can't get it to work?
I have a flash movie with a button...
I want a new browser to open up with a larger picture..
I want this browser to be set to a specific size.
Thanks
View Replies !
View Related
SWF Vs Browser Window
Well, I finished my website (all done with flash5), published it and everything worked just fine but one think that I dont know how to make, how can I make my swf appear in the center of the browser window not in the upper left corner???
Is anyone have a clue?
Help is very appreciated.
thanx guys.
View Replies !
View Related
New Pop Up Browser Window
Hey everyone,
I am currently developing a site in FLASH MX. The site is for a recreation dept. and I need a way for the users to print out a registration form. I feel the best way to do this is the have a pop-up browser window from a button. I have searched this forum for a couple of days now and have been unsuccessful in finding a script that works. I know the reg. form needs to be an HTML file and in the same folder as my SWF and FLA. However, I still cannot get it to work. All Ive gotten is a blank pop up window that says [Object, but no HTML file. Any help or recommendations would be greatly appreciated.
Thanks again,
Adam
View Replies !
View Related
|