Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Windowless Browser


Does anyone of you knows how to open a windowless browser? I've seen sites that uses this trick. One example of this is http://www.flashoutlet.com The windowless pops up as soon as you leave their site or as soon as you close your browser for flashoutlet.

And how do you the trick of Devlabs, the browser resizes. I know there's a javascripts that does this effect. Does anyone of you have it?

Thanks in advanced.




FlashKit > Flash Help > Flash ActionScript
Posted on: 07-02-2001, 09:43 PM


View Complete Forum Thread with Replies

Sponsored Links:

Launch Windowless Browser From Exe
I am have a ***** of a time writing code for a flase exe to launch a windowless browser. Any help anyone?

View Replies !    View Related
Windowless Exe
Is there a way to publish a flash movie to an exe, but not have the little window thing, so it opens as a standalone, and doesn't have the minimize, maximize and close thing on the top right. Is there a coding that would make that possible?

Thanks






!GB! - PEACE -

View Replies !    View Related
Windowless.
Hi everyone, just wondering how I would go about making an animation that would play with out a window/border? I know this has been covered with the Chromeless pop-up window tutorial, but I was wondering if it is possible to do it with an .swf file so that you can play it on the desktop and not use a internet explorer(namely I.E) E.g. click a icon on the desktop and it opens a swf file in a window with no border or menu and preferably no background. Anyhow anyhelp to this little problem would be appreciated greatly.


Thanks in advance. Legion.

View Replies !    View Related
Windowless Pop-up
I have a Flash landing site I'm working on right now that has a few links which need to open in their own browser window. Right now, this is what I'm using, but I need them to open without Forward and Back buttons in the browser at their respective sizes, so I'm guessing I need to do this in a windowless new window.

This is the simple string I am using right now:

on (release, releaseOutside, dragOut) {
getURL ('http://www.thelink.com', _blank)
}


What can I add in there to create a windowless pop-up that will load the movie into the HTML page.

Thanks.

View Replies !    View Related
Windowless Exe
Is there a way to publish a flash movie to an exe, but not have the little window thing, so it opens as a standalone, and doesn't have the minimize, maximize and close thing on the top right. Is there a coding that would make that possible?

Thanks






!GB! - PEACE -

View Replies !    View Related
Transparent Windowless
Hi,

how can I make my Flash movie appear transparent and windowless? I want my graphic object to just appear over the desktop, with no Flash background behind it. I've tried setting "Transparent windowless" in the publish settings but it doesn't seem to work, it just publishes it in a "normal" browser window.

thanks for any help.

phil.

View Replies !    View Related
Windowless Popups
How does one make a windowless popup like on this site?

http://www.imedia.cl/

View Replies !    View Related
Windowless Flash
dose anybody know how to do a windowless flash for free In mx for like doing screen mates and things i would appreciate it.

View Replies !    View Related
Windowless Flash
I have a flash intro page with a trasparent background. The movie itself extends beyond the document borders in flash but I had it setup to show in html. Until last week when I was screwing with the publish settings, it stopped working. I have restored the settings back, I think, but the movie is cut off by a invisible border. I thought the wmode : transparent "windowless" option was what made this possible but it seems that it is not. The flash background is still transparent but it is cut off.

Please help.

View Replies !    View Related
A Windowless Flash? Anyone Knows How?
hi guys, i need to do an index page that when the user clicks on it, a windowless flash appears. does anyone know how to do that?

a windowless flash, nothing, just the flash. including the unique edges and border of the flash.

i searched everywhere but can't find a tutorial.

any help would be GREATLY appreciated.

View Replies !    View Related
Windowless Flash?
Hi, is there any way to create windowless flash free?
THNX

View Replies !    View Related
Windowless Popup
How i load a windowless popup from/with flash (via load page) no chromeless windows, i mean a popup with a transparent bg and without borders only the flash movie

I need to use flash or javascript in html

Can anyone helpme

View Replies !    View Related
Windowless Projector
hi

is it possible to make a windowless projector without 3rd party software?

thanks

mbt

View Replies !    View Related
Windowless Movies
Im sure we have all seen the windowless flash movies pop up now and again. Usually for advertisements when you are on a commercial site. Does anyone know how to do this? if someone does can tehy refer me to somewhere to learn it. GREATLY APPRECIATED.

View Replies !    View Related
Flash Exe Windowless
I am trying to create an .exe which when auto runs opens up without it opening with a window etc. I just want the .exe to run and perform its action with no visible flash player window... anyone help????

View Replies !    View Related
Flash As A Windowless .exe
Hi,

I've just been sent an '.exe' file as part of an online advertising campaign by Mercedes Benz - and have been asked to generate something similar. It's like a promotional brochure-type-thing.

When unzipped, the exe loads without a browser and appears as a really neat, windowless, interactive animated page. I presume it must have been done with flash - but since it's an exe, there's nothing to confirm that.

Does anyone know how (/if it is indeed possible) to create a windowless .exe file from a flash movie, or alternatively how it could have been made? I've tried to attach the file but it's a bit too big...

Many thanks,

DFK

View Replies !    View Related
Transparent Windowless?
please help.. I need to make my movie with the publishing setting transparent windowless, however, when I do this the speed of the swf slows down to about a quarter of what it should be, what the heck do I do?

View Replies !    View Related
A Windowless Swf Question But Not In IE.....
I designed swf UI for a device that has build-in flash player. Can anyone tell me how to make my swf windowless? I know 3rd party tools like SWF Studio or Flash Studio pro ...can do it, but they are all exporting an EXE file. Can I create a windowless swf file?

Another question, can anyone tell me the method that these 3rd party tools using to create a windowless EXE file??

View Replies !    View Related
Windowless Projector
Hi All
is there anyway I can create a windowless projector (.exe) file wiothout using any third party software??

View Replies !    View Related
Windowless Flash
OK I hope that i am asking this question right... well i want to know how do i get my flash movie to play outside of the flash player window... i see this done all the time on sites like msn and others... i was once told to "detect for flash player, eplayer if the flash player is there and graphics if it is" after that answer i think i was more confused then before i asked the question.. if this person was right... how do i "detect for flash player" is that some code i have to put in... please help me out i am so lost here

View Replies !    View Related
Pop-ups In Transparent Windowless Swf?
I have a bit a ActionScript in my SWF that pops open a new window like so:


Code:
on (release) {
getURL ("javascript:NewWindow=window.open('http://www.google.com','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}
The code works fine if I publish using Window Mode: Window.

But if I publish as Transparent Windowless, certain browsers like IE will block the new window from opening because of it's pop-up blocking feature.

Anyone know why or better yet a work around? I would like to publish using Transparent Windowless so I can see the HTML bg.

Thanks!

View Replies !    View Related
Actionscript To Have A Windowless Exe
Hi,

I'm able to create an exe file from a flash project, but it displays the
Flash player menu and window's bar (basically the projector menu).

Is it possible to hide the projector menu and just to code everything
inside the exe (i mean by to code => play and pause buttons, or
interactive menu) ?

if yes, how ?

thanks a lot,
RAF.

View Replies !    View Related
Windowless Swf W/o Dhtml
Is the only way to have a windowless movie "fly over" html text is to use DHTML layers? By fly over, I mean how in example in the "Making Flash Movies Transparent" tutorial the ad flys over the John Ashcroft ad.

View Replies !    View Related
Windowless Swf W/o Dhtml
Is the only way to have a windowless movie "fly over" html text is to use DHTML layers? By fly over, I mean how in example in the "Making Flash Movies Transparent" tutorial the ad flys over the John Ashcroft ad.

View Replies !    View Related
Windowless Flash
i have read somewhere that there is actually a way to escape the "window" that hosts a flash animation and make it a container that can adapt to the size of the navigation content...

i also know a commercial program called mProjector...

why am i asking...? i need to create a transparent flash animation (wmode=transparent), position it using appropriate z-index and div layer.....it works fine under IE6. i can also click the links that appear behind-through the animation

Under IE5 and Mozilla transparency also works fine but i cannot click the links.....

What am i doing wrong...??? i guess it has to do with windowless mode, the way i describe it at the beginning of this thread....

Anyone that can shed some light....????

View Replies !    View Related
Windowless Projector
Hello
I need to create windowless desktop application from flash movie.
I try MDM Zinc but projector file become too slowly.

Any suggestions would be useful.

View Replies !    View Related
Transparent Windowless
I have a 300x250 movie with a transparent background onto the html page.
I have objects animating off the 300x250 background page, I would like these objects to show outside the border of the flash. Currently, they are cropped off the page. How do I have my flash movie without borders?
Thx in advance.

View Replies !    View Related
Windowless Projector Mac
Is someone know about a software for building screensaver windowless in Flash on Mac platform?

I know that there is 2 good softwares for PC call mProjector and SWF Studio 2 by Northcode.

__

Is there a way to talk to deskto in flash projector vi actionscript or something I know that in director you can talk via xtra FILE IO but is there a way inside a flash projector?

Thanks!

View Replies !    View Related
Creating *windowless* Windows?
Basically what i want to do is i have my splash page, they click the intro, and then when the intro is over, i want it to automatically open a new window, without all that stop,refresh,home address etc etc stuff, can some1 post what i need, also.... (can you do this seprately please)


i was wondering how i would edit what the [_][O][x] buttons at the top of that window? tyty!

View Replies !    View Related
Windowless Flash Projector.
Need help here. Ive found 2 products that give me the desired effect I want, both mProjector and iceProjector. Both work very well and are great products.....buuuuut I really dont have 130-150$ to spend on that type of product. I was wondering does anyone know of a cheaper program, or a way I can create this effect on my own using something like, visual basic or visual c?

Thanks in advance!

Nugget

View Replies !    View Related
Transparent Windowless Setting
I am publishing the HTML from Flash MX and I am setting the Window Mode for the HTML to Transparent Windowless. Now how come when I view the file in Netscape 7 the background of the .swf is no longer transparent? But it is transparent in I.E. 6.


Is there a way to make it transparent in both browsers?

View Replies !    View Related
Tutorial On Windowless Flash
Hi,

I wish to know do you had tutorial on how to remove the background of Flash windows to make flash movie animate in transparent background (windowless) style??

I know there's a program call IceProjector by Flashants, but I would want to know how to create this effect instead of using plugins.

Hope that someone can help on this.

Rgds

View Replies !    View Related
How To Make A Windowless Popup ?
I want the popup is transparent or windowless ,only show the flash move!!!

how to do??



on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php' ,'newWin','width=400,height=300,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,res izable=No,fullscreen=No'); NewWindow.focus();
void(0);");
}

View Replies !    View Related
Windowless Movies - Wmode
Thanks to Cyanblue (an AS.org member), a little research and a lot of messing up I finally figured out how to create Flash movies that move over the top of HTML pages. It's actually not that difficult so I thought I would throw together a little 'explanation' for anyone to figure this out on their own.

Let me know if you notice any errors, otherwise have fun!

http://flash.lewis-wright.com/wmode.html







I also posted this tutorial in actionscript.org which you can view by clicking:
http://www.actionscript.org/forums/s...threadid=29828

View Replies !    View Related
Help Windowless Projector Variables
i need help

i am working on a flash app that loads and saves variables to a .txt file, and that part works fine. but i want the flash projector to be windowless. i have tryed mprojector, witch is exactly what i want, but i dont think you can save to a text file from it or i cant seem to get it to work.

i just need another way to save variables to a seperate file in the root dir. so i can use mprojector.

I am using flash 5 so i can use the "save" FScommand to save the variables to a .txt file.
But i also have flash MX, witch has the shared library, but i dont know much about that. im guessing that it saves a .swf file to the temp internet dir.
Using shared library is it possible to save variables to a spacific location??
something like that would work for me.

Please ,,,any sugestions would help....

View Replies !    View Related
How To Make 'windowless' Flash .exe
Hi,

I've been sent an '.exe' file as part of an online advertising campaign by Mercedes Benz - and have been asked to generate something similar. It's like a promotional brochure-type-thing.

When unzipped, the exe loads without a browser and appears as a really neat, windowless, interactive animated page. I presume it must have been done with flash - but since it's an exe, there's nothing to confirm that.

Does anyone know how (/if it is indeed possible) to create a windowless .exe file from a flash movie, or alternatively how it could have been made? I've tried to attach the file but it's a bit too big...

Many thanks,

DFK

View Replies !    View Related
Chromeless (windowless) Flash Exe
Anyone know how this can be done? I have it down to just the border that say flash macromedia on it but i was that gone also. Its for a enhanced cd type thing.

Any help would be great.

View Replies !    View Related
Windowless Flash Pop Ups - How Do You Make Them?
I've been looking for several hours now for a tutorial or a forum post on how to make one of those windowless flash pop ups, similar to one on this site. (you'll have to wait for it, it appears without a browser window and it's all flash).

I'm sure it has something to do with Java Script and probably CSS, but can anyone give me an example on how to make one?

Thank you!

View Replies !    View Related
Windowless Non-fullscreen Projector?
Hi.

1) Is there any way to create windowless non-fullscreen projector with Flash CS3?...
2) Or even better "masked" projector applications (where the window will be able to take any shape depending on a mask, and not only rectanlge shape)?
3) Or at least any way to change the title of the projector's window? ...

Or we are "doomed" with every non-fullscreen projector application to suffer from the "Adobe Flash Player 9" window title?.... :/...

View Replies !    View Related
Windowless Projector And Web Sites
first: can flash make a windowless projector like Director?
second:how can i make my own window for my website?

View Replies !    View Related
Windowless FULLSCREEN Movie
I have noticed the kirupa tutorial on a fullscreen page. But I'm wondering how to get a a movie that takes up the ENTIRE screen without a window.

Example:
http://www.replay.it/

How can I do this? Is it the way that I publish the movie? The size of the stage?

View Replies !    View Related
Windowless Projector And Web Sites
first: can flash make a windowless projector like Director?
second:how can i make my own window for my website?

View Replies !    View Related
Windowless FULLSCREEN Movie
I have noticed the kirupa tutorial on a fullscreen page. But I'm wondering how to get a a movie that takes up the ENTIRE screen without a window.

Example:
http://www.replay.it/

How can I do this? Is it the way that I publish the movie? The size of the stage?

View Replies !    View Related
Windowless Popup Containing A Flashfile
is there some fix way of loading a flash file in it's own window, with no (transparrent) background nor frame?

View Replies !    View Related
Windowless Full Screen
Hey Guys

I was on the new Diplomatic Cover site recently -VEry Cool by the way if you haven't seen it but you probably all have and I am just behind everyone else.

But anyway. They have a full screen button on their site - nothing new there you may say. But this full screen mode actually is full screen. No browser window or anything. Is this a new flash feature or is it something that is done separate from flash?

D :-)

View Replies !    View Related
Fullscreen Windowless Flash Problems
whenevery I configure a movie to play fullscreen as windowsless (WMode=Transparent) the tab key stops to function.

anybody know any workarounds?

View Replies !    View Related
Transparent Windowless Dragable Popup
Hi..

Hope you can help, I have searched for a good while for Im sure you have seen them the adds that jump out of the screen at you in flash completley transparent at the edges and dragable closeable etc.

So what is my question.

How do I
A: make a movie in a frameless popup window.

B: have that movies background transparent so I can see the page below.

C: Drag the framless window containing the movie anywhere on screen

I want to make an interface for my site these are my requirements.
Thanks in advance for your help.

View Replies !    View Related
Transparent Windowless Dragable Popup 1
Hi..

Hope you can help, I have searched for a good while for Im sure you have seen them the adds that jump out of the screen at you in flash completley transparent at the edges and dragable closeable etc.

So what is my question.

How do I
A: make a movie in a frameless popup window.

B: have that movies background transparent so I can see the page below.

C: Drag the framless window containing the movie anywhere on screen

I want to make an interface for my site these are my requirements.
Thanks in advance for your help.

View Replies !    View Related
Open Swf Full Screen & Windowless
is there anyway to remove the player window when an swf is opened, (v:mx, swf uses loadvarialbles to open remote txt file)

also to make automatically fully screen, like when i make an autorun exe

View Replies !    View Related
Floating, Windowless Movie On A Web Page
How do I make a .swf "float over" a web page? I need this movie to display on top of an html page, but I don't want to see the movie in its own separate window. The effect I'm going for is like those in so many online advertisements. The HTML I'm using is already created--I need only understand how to work in a movie such that it's floating (i.e., windowless).

Thanks,

GD

View Replies !    View Related
Unwanted Artifacts When Using Transparent Windowless
Hey all,

I've noticed in some past projects of mine, under some browsers (regardless of flash version I think), when I actionscript some objects moving around onscreen over a transparent windowless frame, I get some weird lines that follow around those objects.

In this particular example, the text you see has just translated in from the right. The dragon and circles are all part of the flash file. The background is an html background. Here's an example and how it should look:
http://tim.naranjastudio.com/images/good.jpg

Here's how I've seen it on two PCs, under both Firefox and IE running Flash Player 9.0.16.0:
http://tim.naranjastudio.com/images/bad.jpg

This is just one example, gotten off the bentocafesushi.com site.

Anyone ever experienced this and/or know why it happens? Thanks.

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved