ActionScript 3.0 :: Flash Fullscreen Screensaver - Positioning Unscaled MovieClips

Aug 30, 2010

I am making a fullscreen "screensaver" project (using screentime, FYI). I have some mcs on the stage that I want to scoot down to the bottom left, right or whatever on the screen. I want these elements to position themselves differently based on the users resolution and aspect ratio of their monitor. (for example: whether the monitor is 800x600, 4:3 OR 1366x768, 16:9, I want a text field or mc to be 10 pixels for the bottom and left of the screen).

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Positioning Mc At Fullscreen

Feb 1, 2009

i have seen websites with fullscreen .swf and i dont know what kind of script they used to have the movie clips positioned constantly i.e. 20px from right border of the screen while all people have different resolutions.

View 2 Replies

ActionScript 2.0 :: Positioning Mc To Borders With Fullscreen?

Feb 5, 2009

how do i make some movie clip positioned lets say 10 pixels from border while im using fullscreen swf?

I have tryied:

Code:
bobek._x = (Stage.width)-60;
bobek._y = (Stage.height)- 60;
(test movie clip have 50x50px)

but it just put it once and takes the width and height of the .fla settings insetad of real dimensions of fullscreened .swf

How to make it position the mc all the time whenever someone resize the window/open it in fullscreen?

Im using those commands for full screen:


Code:
fscommand("allowscale","false");
fscommand("fullscreen","true");
fscommand("showmenu","false");

[Code].....

View 12 Replies

ActionScript 3.0 :: Toggling Video Fullscreen And Positioning Videoplayer UI?

Oct 12, 2011

I've landed a project which is centered around building a custom video player with some special functionality (so I can't just use the default Flash video player, unfortunately). I have two small 'problems' in the sense that I could probably solve them myself, but I'd like some input on best practice for solving them:(The project is for Flash Player 10 and the video is intended to run inside a browser.)

Toggling between normal / fullscreen playback Ok, so my custom video player needs to be able to toggle between fullscreen and normal embedded-in-webpage player size. How does fullscreen toggling currently work in AS3 -is there a specific AS3 method for fullscreening a specified video object in the swf (without stretching the video player UI in the swf itself), and if so, does it automatically black out the background if the screen format doesn't match the video format? - or do I need to download a class for this?

Positioning video player UI when going fullscreen As opposed to YouTube, I want the player UI to still show up when the video is toggled to fullscreen mode - but as mentioned above, I don't want to stretch its size along with the video. So is there a best practice for repositioning the video player UI to the vertical bottom and horizontal center of the screen when the user clicks full screen? I'm not entirely familiar with what happens to the Flash stage when it goes full screen,. How to deal with not knowing the coordinates of the vertical bottom/horizontal center when screens have different ratios and resolutions?

View 3 Replies

ActionScript 3.0 :: Toggling Video Fullscreen And Positioning Videoplayer UI - Best Practice?

Oct 12, 2011

I've landed a project which is centered around building a custom video player with some special functionality (so I can't just use the default Flash video player, unfortunately). I have two small 'problems' in the sense that I could probably solve them myself, but I'd like some input on best practice for solving them: (The project is for Flash Player 10 and the video is intended to run inside a browser.)

Problem 1: Toggling between normal / fullscreen playback Ok, so my custom video player needs to be able to toggle between fullscreen and normal embedded-in-webpage player size. How does fullscreen toggling currently work in AS3 -is there a specific AS3 method for fullscreening a specified video object in the swf (without stretching the video player UI overlay), and if so, does it automatically black out the background if the screen format doesn't match the video format? - or do I need to download a class for this?

Problem 2: Positioning video player UI when going fullscreen As opposed to YouTube, I want the player UI to still show up when the video is toggled to fullscreen mode - but as mentioned above, I don't want to stretch its size along with the video. So is there a best practice for repositioning the video player UI to the vertical bottom and horizontal center of the screen when the user clicks full screen? I'm not entirely familiar with what happens to the Flash stage when it goes full screen, How to deal with not knowing the coordinates of the vertical bottom/horizontal center when screens have different ratios and resolutions?

View 3 Replies

As3 :: Flash - Swap Depth Movieclips In Fullscreen

Oct 11, 2011

I asked this question yesterday but I found out that my problem is using fullscreen my goal is 2 mc 2 buttons : if btn 1 is clicked mc1 fullscreen and mc2 appears at the right bottom corner on top of mc1 if btn 2 is clicked mc2 fullscreen and mc1 appears at the right bottom corner on top of mc2 stage.swapChildren or setChildIndex is the way but with the fullScreen I had this error appears

[Code]...

View 1 Replies

ActionScript 2.0 :: Positioning The Dynamic MovieClips?

Jan 9, 2009

Been working w/ Flash for some time now, but mainly on the timeline and only a bit with AS. I am working w/ a tutorial:

[URL]

This particular portion of code is supposed to center the movieClip to the stage, but it is not working for me

target_mc._x = (Stage.width - target_mc._width)/2;
target_mc._y = (Stage.height - target_mc._height)/2;

I added some animation to it as well here:

var xScaleT:Tween = new Tween(movieClip, "_xscale", Elastic.easeOut, 50, 100, 3, true);
var yScaleT:Tween = new Tween(movieClip, "_yscale", Elastic.easeOut, 50, 100, 3, true);

And added this part just in case the tween was affecting it:

var xPosT:Tween = new Tween(movieClip, "_x", 0, (Stage.width - target_mc._width)/2, 3, true);
var yPosT:Tween = new Tween(movieClip, "_y", 0, (Stage.height - target_mc._height)/2, 3, true);

But it only fixes the centering on the y-axis.

View 3 Replies

Actionscript 3.0 :: Positioning MovieClips From A Loop?

Sep 6, 2009

Im working on an Xbox Live flash gamercard. Ive ran into a problem. I can't position each of the MovieClips ive genereated from the loop. I get the error:

Code: Select all1120: Access of undefined property rpg0.
1120: Access of undefined property rpg1.
1120: Access of undefined property rpg2.

[code].....

View 1 Replies

ActionScript 2.0 :: Duplicating And Positioning Movieclips Loaded From An Xml

Jan 24, 2005

I'm working with a script that loads from an XML some jpgs, these ones once loaded move to their positions.

[Code]....

the problem is that i would like put all these movies well aligned in rows and columns, i've seen it's possible to do this with a nested for.. loop, something like this

[Code]....

View 3 Replies

Actionscript 3 :: Positioning Nested Movieclips Based On Stage?

Aug 12, 2010

I have multiple nested movieclip in its own different movieclip, and i would like to arrange them accordingly. My idea was to use the localToGlobal function. I can get the position of the MC on stage, but how do I use the function and place the MC based on stage?

cAPos = new Point(objectA.y);
newcAPos = objectA.localToGlobal(cAPos);
cBPos = new Point(objectB.y);
newcBPos = objectB.localToGlobal(cBPos);
objectB.y=objectA.y+objectA.height <-- based on stage

View 1 Replies

ActionScript 2.0 :: Adjust The _x And _y Area Positioning Of This Set Of Duplicate Movieclips?

Jun 25, 2003

how can I adjust the _x and _y area positioning of this set of duplicate movieclips? 710 x 143 are the dimensions I would like the duplicateMovieClip to take place, but it is not the positioning. How can I fix this?

[AS]
duplicateMovieClip (flower, "mc"+i, i);
setProperty ("mc"+i, _x, random(710));

[code].....

View 11 Replies

Flash :: Make A SWF Into A Screensaver For Windows 7?

Jun 16, 2011

Is it possible to make a SWF into a screensaver for Windows 7? How about without the compiler tool?

View 1 Replies

Tools - Screensaver With Flash Running On Win And Mac?

Aug 1, 2011

I was asked to create a screensaver capable to run on both win and mac. I am ActionScript developer, so I prefer to solve this using Flash/SWF. I know this is possible using several tools:Projectors such as Zinc or SWF Studio (os independent, $$$)Converters creating screensavers that use the Flash Player (one converter per os necessary, requires Flash Player on user machine, freeware)Adobe Air created screensavers (os independent, requires Air on user machine, no costs)I do not have control over the machines the screensaver will run. So everything needs to be simple and safe. I would go for option 2, but I am not sure if the tools I discovered are reliable.What tool you recommend to create the screensaver descibed using existing SWF files?Is there another (single) tool to create the screensaver without using Flash/AS/SWF?

View 1 Replies

ActionScript 3.0 :: Make A Screensaver In Flash?

Mar 13, 2009

Anyone know to go about making a screensaver in Flash or can direct me to any tutorials?

Looking specifically how to make a screensaver the plays a new animation(MC) on a each day during an 18 day cycle, then starts over again.

View 2 Replies

ActionScript 3.0 :: Flash Screensaver Behavior Using Timer?

Sep 22, 2010

I'm trying to imitate screensaver behavior using the timer class. A movie clip should play after 5 seconds of not being idle. The problem is everytime I go to the homepage, the timers stack and the adspace runs multiple times. (try switching between button 1 and 2 over and over) timer.reset(); doesn't seem to work for me. Here is my code and FLA file:

[Code]...

View 3 Replies

ActionScript 3.0 :: Flash - Screensaver To Load Files From Internet?

Aug 24, 2010

I've been trying to create a screensaver that dynamically loads images and text from a server, but it seems like I am not able to load anything outside of my own computer at all.t seems like the problem is coming from the Security Sandbox, the sandbox type for the screensaver stays "Local_with_file" meaning it can access local files but cannot access files from the network. What can I do to make the Sandbox "Local_with_network" as I do not need to load anything locally, but images and text from a server.

View 1 Replies

Loading And Manipulating MovieClips Fullscreen

May 5, 2009

I am working with a site that's similar to : [URL]. When you click on Wedding Site and then go to the gallery, you will see the pics loading full screen and the navigation bar on top of the pics. What I have done is I have made each one of this pics a separate .swf file so
they load individually once they are called using the " loadMovie("pic1.swf") code line. On layer 10 (being at the very top) I have my menu so it will always display on top
of anything else. Now on layer 3, frame x I have a movieclip called : fotos_mc,
inside this fotos_mc on layer 1, frame 1 I call the swf using the code above:
"loadMovie(pic1,swf");
However when the picture loads, it covers the full screen on top of my navigation menu, on top of my logo etc. Which I dont understand why if the layer where I have placed my fotos_mc is under layer 10 which contains my menu and my logo.

View 4 Replies

ActionScript 2.0 :: Fullscreen But Non-scaled Movieclips?

Mar 16, 2006

i'm trying to get an effect in flash for the web where my swf in my html page is sitting centrally, but still has elements coming in at the edge of the page as parts of the site, refer to the source of the following site The source html defies my first assumption that the butterflies on the intro page were in a seperate swf. But it also states that the swf is set to display with 100% width & height which is confusing meAlso take a look at the main part of the site, it has elements coming in from the edge of the page. Its like some parts of the swf scale but others dont, anyone know whats going on there? i'm really curious and would like to build something similar!

View 13 Replies

ActionScript 2.0 :: Fullscreen Movie With Four MovieClips

Feb 20, 2007

I want to make a fullscreen movie with 4 movieclips in each corner of the browser... The movieclips have to stay the same size... No resizing depending on the users screen resolution.

View 1 Replies

ActionScript 3.0 :: Disable A Computer's Screensaver When A Flash Program Is Running?

Mar 27, 2009

Is there any way to disable a computer's screensaver when a flash program is running?
It's for a program that I run locally (converted .swf to .exe).

The program is also used on other computers so changing stuff in the registry or something like that isn't really what I'm looking for.

I tryed changing mouseX but it's read-only..

View 2 Replies

ActionScript 3.0 :: Fullscreen Toggle: Movieclips Disappear?

Jan 13, 2010

I have some buttons that disappear when I toggle full screen.

Here is my toggle function:

Code:
// default to fullscreen
private function toggleFullScreen(e:MouseEvent) {

[Code]....

View 2 Replies

Windows :: Flash - How Does YouTube Prevent The Screensaver From Showing Up During Video Playback

Oct 9, 2011

I have noticed that mi screensaver doesn't start while I'm watching videos on YouTube.I'm using Windows 7.This is the test:Set Windows screensaver to 1 minute.Browse to YouTube and play a video longer than 1 minute; ideally much longer.Note that your screensaver doesn't come up after the specified time (1 minute).I've tested using Firefox, Chrome and IE8. My Flash Player version is 10.3. (Youtube is using flash to play the videos). The same happens whether I watch the video in full-screen or not.

View 2 Replies

ActionScript 3.0 :: Stage To Prevent Scaling Of Movieclips On Fullscreen?

Mar 3, 2011

in flash AS1,2 you just input this code Stage.scaleMode="noScale";

on a frame of the main stage to prevent scaling of movieclips on fullscreen.I tried the same thing in AS3 and its not working for me. so my question is how would i apply this in AS3?

View 8 Replies

ActionScript 2.0 :: Fullscreen Scroll Bar On Fullscreen Flash Site

Apr 19, 2009

I need a fullscreen scroll bar on my fullscreen flash site , i need it to function similar to this URL...

View 1 Replies

C# :: WebBrowser Flash Fullscreen / ESC Won't Exit Fullscreen

Jul 14, 2010

I have a swf inside a html page. If I open it with IE or FF and put it into full screen I can exit full screen with the ESC button.Now if i try this with my WinForms app and WebBrowser (or ShockWave Flash Object) it's not working??

View 3 Replies

ActionScript 2.0 :: Convert Swf To Screensaver

Feb 8, 2008

i did a search on google to try to convert swf to scr but all i can find is software that you have to pay $40 for. Screensavers are silly little things so I'm not really interested in shelling out $40 for em. does anyone know of a free conversion tool or trick that you can do to get windows xp to play a screensaver from an swf file?

View 1 Replies

ActionScript 3.0 :: Convert A Movieclip Into A Screensaver?

Dec 24, 2009

How to convert a movieclip into a screensaver?Or anybody know dynamic screensaver sample

View 1 Replies

IDE :: Save And Open Custom Screensaver

Apr 3, 2010

ive made a screensaver for work, and i was wondering if anyone could help, basically ive set it up with 2 scenes first scene u enter the details of a pc, memory processor hdd, etc, then on scene 2 with the help of a chatbox it sends the text from scene 1 over to scene 2, now my problem is everytime i switch the pc off, i then have to re-enter the data, is there any way of saving the data so when the movie is clicked on it comes up as a default with the data from the last input??? or can i save the text, and open it in the flash movie??

View 1 Replies

ActionScript 2.0 :: Screensaver That Starts When No Mouse Activity?

May 6, 2003

I have a very large projector movie with many loaded in swf files. I want to make it so as you are reading and viewing the whole movie the screensaver is not active. I then want it so after 10 minutes of no activity a screensaver (or movieclip in the movie) starts playing and then goes away when there is activity again. How do I do this? What would be the best way... just have the screensaver (movieclip) the only thing in the first scene and it just goes to this after 10 minutes?

View 18 Replies

ActionScript 3.0 :: Screensaver That Interacts With Time And Date?

Jul 12, 2009

I have been asked to create a screensaver that will show a different movie/message all week, then at the end of the week I would need to have it revert back and do the same all over.All 7 movies (one for each day of the week) will be located inside the SWF file, I just need to know if it's possible for the movies to change over with the computers time and date.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved