Make The Gallery Images Full Screen
Jul 15, 2011
[URL] They wanted me to make the gallery images full screen.. I have done this but this time the next and other buttons stays behind the big image when you enter the gallery (koleksion and showroom parts). Also the sliding menu stays behind this picture.. How can I fix this that the buttons and menu stays on the picture..
View 16 Replies
Similar Posts:
Jul 24, 2011
I've been trying to attempt to make it so a .flv video will fit to the entire screen of the browser window. ( I already have my .swf file fit to re-size to any browser on any computer. I just can't figure out how to make the video as well) And obviously an external video so the flash file wont take forever to load.The point is this is to be able to have the Video be the background. So I may put content (Links, information or whatever else) on top of the video.
View 2 Replies
Sep 30, 2009
I bet you can't solve this one! I am using AS2 to make a full screen gallery like this: [URL].. and I'm having some problems:
1) MOST IMPORTANT: When the gallery is loaded in a smaller browser window, then the browser window is maximized, the scroll bar doesn't work properly when clicked. The scroller moves, but not to the position at which the user clicks.
2) LESS IMPORTANT: When the user mouses over the scroller and scroll bar, I would like their alpha/colour to change (preferably fade in and fade out).
3) LEAST IMPORTANT: Is it possible to use a graphic for the scroller?
[Code]...
View 1 Replies
Feb 11, 2009
My question is what needs to be done in order to make a .swf file go into full screen without falling to a black screen when a movie is played? I have tried coding it, however I come up with the following error.
[Code]....
What should I do to fix this? This is not going to be an HTML file, however, so the initial thought of changing the publish settings does not seem to work this time.
View 9 Replies
Nov 29, 2011
i'm having a problem with embedding a full screen flash gallery. when clicking a thumbnail executes swfobject.embedSWF which creates the flash-object and the gallery is showing up. when closing the flashgallery, i'm removing the whole flash-objects. then when clicking another thumbnail, swfobject.embedSWF for embedding the object simply doesn't work anymore
View 1 Replies
Jul 23, 2009
I am using an XML Gallery on my website and I would like to make it full screen (take up the entire browser) -- instead of its current size. I have played around with the code for hours and pulled most of my hair out and STILL I have no luck on making it fullscreen... I get the positions changed but I can't manage to enlarge it to the whole browser.
Here is my code used to align the holder on the stage and the gallery components (bttnPrev and bttnNext are on the left and right of the image to control movement to other images):
Code:
alignPic = function () {
holder._x = (stageW-holder._width)/2;
holder._y = (stageH-holder._height-menu_mc._height)/2;
bg_mc.bg._x = holder._x;
[Code]....
View 1 Replies
Aug 6, 2009
I need to create a full screen photo scroll / gallery like on the Tom Ford website, see link below know how to make the various parts stay where they need to, but I do not know how to create a scrolling photo gallery.I have looked through the site for ideas, or clues how to make a full screen version.
View 1 Replies
Dec 8, 2009
Can anyone point me to a decent AS3 XML Full Screen Gallery tutorial possibly with thumbnails
I am having trouble finding one.
View 2 Replies
Dec 19, 2010
Hi, I have got a game, have a set resolution of 1024x768. May i know how can i make my game display as full screen?
View 2 Replies
Jul 9, 2011
I tested my skin for YouTube Chromeless player, and seems it worked properly.All graphic elements, including TLFTextFields, are stored in external SWF, all the AS3 code - in loading SWF.I use ProLoader class to load SWF.However, when I tried to attach Player skin code to my Home Page code, I immediately bumped into two issues:
1. TLFTextFields ceased to display proper font;
2. YouTube Chromeless player ceased to enlarge up to Full Screen width in Full Screen mode, whereas all publishing settings were kept the same...
Although I managed to cope with TLFTextField bug by replacing instances with vars in loaded SWF, I have no the slightest idea what to do with those paddings in Full Screen mode... Neither removing all children on stage before loading YouTube Player skin, nor compulsory resetting player's size can't make it work...
View 10 Replies
Mar 24, 2010
I am having troubles with a Flash presentation (photo gallery) file that is stretching the images out of proportion. The photo gallery is a fullscreen presentation and it acquires the images from an external images folder via a XML file. Is there any particular code that I'm not aware of to keep the images displaying in their correct proportion in fullscreen instead of them stretching all the time?
View 3 Replies
Jun 30, 2010
I just created my first website, but one of my AS3 XML image galleries are not working properly. I followed the XML Grid gallery tutorial at to "T" and am using it on 5 of my pages, however, the "PRODUCTS" will not load the "full" images.The thumbnails load, they decrease opacity when moused over, but once you click on one, the progress bar loads till complete and just stops. This problem, however, only occurred after I hosted it on When I test it (Ctrl+Enter) in Flash, test it in Dreamweaver or open the .html of it from my computer, everything works perfectly. It is only after I FTP upload all the files to iPage's server that this problem occurs. Is it a problem with Ipage?Are too many images trying to load??Furthermore, for some odd reason the 1st image, 4th row down on the "Products" page DOES load the full image but the others still dont and I can't for the life of me figure out why
View 3 Replies
Sep 17, 2008
I wnat to display a FLVPlayback full screen the same as when you click on the Full Screen component button.
function goFullScreen():void {
vidPlayer.enterFullScreenDisplayState();
}
var vidPlayer:FLVPlayback;
[code]....
View 1 Replies
Dec 14, 2011
I have this code to scale external images to full-screen:
function resize_image(){
pic = big_mc.swfloader;
Stage.align = "TL";
[Code].....
It works fine but I want to change it so the scaling is determined by the browser height, at the moment it scales to the browser width so you lose some of the image height - Also, need to keep the images in proportion
View 0 Replies
Dec 10, 2010
I am creating a full screen projector with flash CS4. In the projector I have more videos, starting from an swf player-
The problem I encounter is this:
The projector starts correctly FULLSCREEN (using AS). The video plays 900x506 correctly. If I click on the player, to get the video full screen, it works. But when I press ESC, not only the video, but also the PROJECTOR looses full screen.
This is a bit annoying. Is there a way to apply the "back to normal size" only to the video? I do not want to prevent the app to be exited from full screen, it's not a problem if the user wants to exit the projector full screen. But not when the user exits the video from fullscreen mode.
How to target only the video?
View 1 Replies
Aug 9, 2011
// for Full Screen stage.displayState = StageDisplayState.FULL_SCREEN;// for the normal screen stage.displayState = StageDisplayState.NORMAL;But this code does not fulfill my requirement. I need Vertical Scroll Bar, even I go to the FullScreen, but I don't find any Scroll with this code.Even I tried "window.open" of JavaScript with ExternalInterface, but I couldnot succeed.
View 2 Replies
Nov 2, 2009
I have a swf that loads images from my server and resizes them to fit the 800x600 stage size. The original images are stored at 1024x768 max pixels. The user can press a button to go into fullscreen mode. What should I do to show the images at the best quality?
a) should I resize the loaded images to their max size (1024x768).
b) do I need to reload the entire image if it has been resized to 800x600 or is the original image still accessible and I can replace the 800x600 image with the original?
I am using AS2 and Flash 8 (but require users to have Flash Player 10 for fullscreen)
View 1 Replies
Jul 31, 2009
I have a flash movie that I have published as a .swf file. I want the swf movie to open full screen on the user's computer.
View 1 Replies
Apr 7, 2012
I have a working MVC project.I want to include a page which displays images from database, in FULL SCREEN MODE.How do i go about this? Flash? SilverLight?
View 2 Replies
Jun 7, 2010
I am currently building myself an online photography portfolio. I want scalable full screen photos. The only problem here is, photos are different sizes and landscape/portrait. This is what I have so far. [URL]. If you resize the browser to a different ratio to the landscape image, you see black margins top and bottom. I want the image to always bleed.
This is what I have used:
ActionScript Code:
//resize image function setImageSize():void {
// Portrait image
if (imageLoader.height>imageLoader.width) {
imageLoader.height=stage.stageHeight-thumbBase.height;
imageLoader.scaleX=imageLoader.scaleY;
[Code] .....
For a portrait image, I want to show the margins so I am happy how it is for portrait.
View 3 Replies
Sep 29, 2011
i am creating an interactive application that will run independantly on a computer.I have implimented the full screen stage display state to a btn, and it works great!
-------code-----
import flash.display.StageDisplayState;
function goFullScreen():void
{
[code].....
however as soon as i add a video [i will be adding several] the video takes on the full screen property, and that is not the desired effect.I have used several diff ways to import the video but as soon as i call the full screen, it goes to an all black screen.
View 1 Replies
Nov 17, 2009
I'm new in flex.I faced problem to make full screen in flex 3.My layout container type like below.
<mx:Application >
<mx:Panel>
<mx:ViewStack>
[code].....
View 3 Replies
Nov 25, 2007
I have a Mac (intel) CS3 flash fla that I am exporting asprojector. The exported Mac projector and windows exe file will notopen full screen w/o the flashplayer's top toolbar. I have testedthe projector file on Mac 10.4 and Windows XP and all show theflashplayer's top tool bar. The only way to go full screen is tomanually select view/full screen in the player toolbar. I havetried the fscommand("fullscreen", "true"); toggle (true/false/true)workaround w/o any success. Any other workarounds I can try
View 4 Replies
Jun 26, 2010
I need to make my swf view as a full screen in all browsers, i need to add code in fla file, not in html page, can i make that?
View 1 Replies
Oct 27, 2010
Is it possible to make play swf in full screen mode when HTML page lunch?
View 1 Replies
Aug 23, 2011
when i run the image, it only appear in center with 2 blank white space in between.
<s:Image x="0" y="0" height="100%" width="100%" source="@Embed('assets/d.jpg')"/>
How can i make an image goes full screen (covering up the whole screen) with double tap/touch on mobile app?
And if possible how to turn it back to non-full screen (back to normal)?
View 2 Replies
Mar 23, 2010
Is there a proper way to make a video full screen? I tried manually doing it by resizing my video component upon click, but this results in a super stretched out, unnatural looking version of the video (vs resizing while playing the movie with VLC, or some other player). Is there a way to go about this that will full screen the video object with the same quality as doing it outside of the flash environment?
View 6 Replies
Apr 23, 2010
I'm working on a flash site. my boss want it is full screen for all screen resolution .... and i don`t know any thing about how i do it ..
View 7 Replies
Mar 25, 2010
As i said, i made a game but now i want, when i export it to .exe and open it, it goes full screen, and also i would appriciate a button action for exiting, cus i cant find it anywhere...
View 3 Replies
Dec 21, 2010
I just used FLVPlayback component and created flv player my custom skin work in normal mode. but in full screen mode the skin not appear and no thing appear else the video screen ..so, how to make my skin appear in full screen mode ?
View 1 Replies