ActionScript 2.0 :: Loading Fullscreen External SWF's Into A Fullscreen SWF?

Oct 19, 2006

What I've done is created a "fullscreen SWF" by using ActionScript to stretch a movie clip (yellow rectangle) in the background to fill the whole browser frame. The navigation is positioned in the upper left using ActionScript also; when the user resizes the window, positions are adjusted so the nav always stays in the upper left. (Adapting the technique from http:[url]....

External SWFs are loaded from an XML file into a blank movie clip on a layer that is between the yellow background and the navigation (adapting the kirupa XML Photo Gallery). Here's my problem: I want to be able to create full screen backgrounds for these external SWFs so when they are loaded into the main SWF they cover up all the of yellow background of the main clip. Also if the user resizes the window, I hope like the main SWF, the background on the external SWF can also resize to match.

If you press next twice to get to item three for example, I want to be able to stretch that orange box to fill the entire background. You'll notice if you resize the window on the third item, the orangle rectangle will adjust, it's just not correct.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Loading External Swf As Fullscreen?

Oct 26, 2009

I am building a site that has a slideshow presentation. This slideshow, I built as an external movieclip. When the user clicks on the navigation button to view the slideshow, i need it to load as fullscreen and then when the user clicks the navigation to go somewhere else, i need it to not be fullscreen.

View 1 Replies

ActionScript 3.0 :: Loading An External Swf That Contains A Flv In Fullscreen Mode?

Nov 3, 2009

I have am having a bit of trouble. I am trying to run a flash presentation in fullscreen mode that loads and unloads several external swf files when you click on different buttons around the stage. There are no problems at all if you are not in full screen mode. As long as none of the external swf files have a flv playback instance they play fine...there are 2 files that have flv movies playing in them. When the playhead gets to the keyframe playing them the screen goes to black and the entire presentation locks up even though I have

subFLV.fullScreenTakeOver = false;

in the actions for the external swf file (subFLV is the name of the flvplayback)

I have also tried

this.subFLV.fullScreenTakeOver = false;

I'm not sure how to force the flvplayback in a child instance of a movie to not take over the screen. Any ideas? Or have I talked myself into a circle again..

View 0 Replies

ActionScript 3.0 :: Fullscreen Button On The Playback Component, Which Will Allow The User To Toggle The Video Fullscreen?

Apr 13, 2009

I like to make a fullscreen desktop application, with an FLV, using the FLV Playback component. However, I�d like there to be a Fullscreen button on the playback component, which will allow the user to toggle the video fullscreen.I cant, for the life of me, figure out how to do this with various settings�it should be easy! This is what I have--is there a better way to do things (without a custom movie player)? My inital settings are as follows:

Code:
stage.displayState = StageDisplayState.FULL_SCREEN;
theMovie.fullScreenTakeOver = false;

Then I have a function which should work--but my button won't appear in fullscreen--Can I apply this function to the built-in fullscreen button?:

Code:
function handleClick(event:MouseEvent):void
{
if ( !theMovie.fullScreenTakeOver )[code]....

View 9 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 3.0 :: Fullscreen Video From Fullscreen Air App?

Feb 24, 2011

I'm hoping someone can help me with an issue I'm having.
 
I currently have an AIR Application that runs fullscreen.
 
At some point in the application, I am trying to get a video to play fullscreen as well.

[Code]...

View 3 Replies

ActionScript 3.0 :: Load Full Browser With A "fullscreen"-button To Go Fullscreen?

Aug 30, 2009

I'm making a flash site, and i want it to load full browser with a "fullscreen"-button to go fullscreen. The problem, however, if i resize, the site will keep the same width-to-height ratio...But if i'm testing it using the flash debugger, everything resizes just correct...My html:

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">[code]......

View 1 Replies

ActionScript 2.0 :: Open Image In Fullscreen With Stage.displayState="fullScreen";?

Dec 28, 2006

i have my photo gallery and if you push a button photo has to open in new window with fullscreen.

for fullscreen i use Stage.displayState = "fullScreen";

View 2 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 :: Load External Swf Into Main Clip, Then Go Fullscreen?

Feb 12, 2009

The main site (index.swf) had an image slideshow style gallery displayed prominently across the entire site - i.e it never changed while the rest of the site did. That is gone, but in its place is an external .swf (video.swf) which is a video player to stream flv video via php. convoluted, no?

Now, I got the php streaming player from FlashGuru [URL] and it works beautifully. I added in a button for full screen toggle, and that was a cinch - two lines of AS and editing the html and I was done. I tested it as a standalone swf file, and it streams wonderfully, goes full screen with ease...perfect more or less. See it at [URL]

Then I load the video.swf movie into the index.swf movie, and when I click the full screen button, the main root (index.swf) goes full screen. The problem is that I want only the video (video.swf) to go full screen - without reloading or restarting the streaming video.

I currently have the files up at [URL] to see the swf files in action; would post the .fla files here but since the template was purchased I can't post it, and the video player is basically stock other than the full screen switch. What the heck, I'll post it here just in case...

{also, a side note; I do plan on having multiple videos to load - I currently plan to use different .swf files for each one, but if I could just pass a variable from the main (index.swf) to the other (video.swf), it would save a bit of HD space on my server.

View 2 Replies

ActionScript 3.0 :: Loading Fullscreen Of Thumbnail Images - Parse Some Data

Oct 2, 2011

I'm trying to find a way to use the Twicsy API to load a fullscreen of thumbnail images in Flash. When you use the Twicsy API to look for the pics via the [URL]. You get the following results.
[Code] .....
How can I write a script to create a wall of images based on the results above?

View 3 Replies

ActionScript 2.0 :: [F8] Whisper's - Implement The FullScreen For Project ... External Files

Sep 11, 2007

I have managed to implement the fullScreen for my project, but can't figure out, for the life of me, how to bring in external files that center just as nicely as the internal content, when resizing the browser...

[Code]..

View 21 Replies

Java :: Fullscreen Flash Application Test Needs External Pokes

Nov 28, 2009

I'm testing a full-screen Flash application. My preference is to drive the process with Java and I've had a lot of luck with the java.awt.Robot class. I'm looking for ways of modifying the test's behavior while the app still occupies the full screen. So far, I've found one "outside control", the caps lock key. If I see the process go horribly wrong, I turn on caps lock. Toolkit.getLockingKeyState notices that caps lock is on, and the test is terminated.

I need additional ways to change test operation, like "pause test" and "next test case." It looks like I could use num lock and scroll lock, but my tests need to run on Mac OS X, Windows, and Linux, so I can't count on having those keys. This is a small operation, so it's ok if the method isn't refined. But not as kludgy as overloading the caps lock key with 5 different operations. I have no internal control of the application; I'm supposed to "test" just like a user.

View 1 Replies

ActionScript 3.0 :: External Weblinks Open Behind Main Screen In FullScreen Mode?

Aug 3, 2011

how to get hyperlinks that points to a web-page to open new window on the top of the main screen (in FullSceen mode, that works of course if I´m in normal mode). Now if I go to fullscreen mode and click the hyperlink, page opens to new window but that window lies behind the main window. User have to know that and dig it up by using alt+tab etc method...

View 1 Replies

IDE :: 100% Fullscreen In Browser?

Jun 26, 2009

I know this is a simple problem but I've been searching for tutorials for hrs and everyone I find is incompatible for CS4 flash and DreamWeaver so all I require is some help with making my flash movie occupy the whole screen when displayed in my browser. If actionscript is required I am using AS2.

View 7 Replies

IDE :: FLVPlayback Too Big In Fullscreen

Oct 13, 2009

I have an FLVPlayback component in an video.swf, and it has a fullscreen button. video.swf is being loaded by another main.swf. when the fullscreen button is clicked, it goes into full screen. But, the FLVPlayback scales too big and even the overlaying controls are out of the screen.

View 9 Replies

Fullscreen Picture Display?

Jul 7, 2002

Im creating a sort of a picture album, i would like the users to be able to click for full screen display! How do I achieve this??? pics. are most probably jpgs.

View 4 Replies

Open Projector In Fullscreen And Keep On Top?

May 20, 2009

I have read several posts where people discuss TOPMOST and SWF Studio as options for keeping applications running in the top of the z order.

My question is: Is there a way to create a projector that always stays on top (e.g. even if a windows update occurs) without purchasing SWF Studio? As I understand TOPMOST is only for launched applications, not for the application itself.

View 1 Replies

ActionScript 3.0 :: Two .flv's On A Page, But Only One Goes Fullscreen?

Apr 27, 2010

I'm trying to put two .flv videos on the same .swf page, BUT only one will go full screen no matter which video skin button to go fullscreen I press, and all the rest of the buttons on the skin work for the appropriate video. I recall in Actionscript 2.0, in the video component you could change the field name in the schema to play multiple videos in a .swf file with the same skin, wondered if AS3 had similar setting.

View 1 Replies

ActionScript 3.0 :: How To Disable FullScreen

Mar 10, 2012

I want to automatically disable the ability for people to switch to FullScreen when watching my Flash animation. The animation will be downloaded by people and viewed in FlashPlayer rather than in a web browser, if that makes a difference.Here is the Code I have tried so far:

Code:
stage.addEventListener(Event.ENTER_FRAME, DisableFS);
function DisableFS(event:Event):void {

[code]....

View 6 Replies

Fullscreen Background W/ Preloader

May 26, 2009

I'm no professional flash designer but I've got a partially built site at url... and I've used a piece of generic javascript to make the background scaleable, but it doesn't seem to be the most appropriate thing to be doing as it doesn't detect any scaling of the browser while the preloader is running,(eg. if you resize the browser while its loading it wont have resized the background once its loaded), could anyone direct me to a script or tutorial in AS3 that would resize even if adjusted while the preloader is running? I've found a couple in AS2 but i'm not quite smart enough to make it in AS3 myself yet.

View 9 Replies

.swf Fullscreen Doesn't Work?

Nov 19, 2009

But my proublem is that I have a flash presentation.The defalt for moving the slide screens back and forth are left and right arrows.It works fine when tested or even the .swf fileBut then the left and right buttons don't respond when I go to fullscreen.

View 5 Replies

Professional :: Fullscreen Freeze?

Mar 4, 2010

Flash freezes when in fullscreen, youtube or any other site. Disabling hardware acceleration works but significantly lowers the playback quality. I'm running XP SP3 and WIndows 7, same problem with both OSs, in IE, Firefox, Opera, and Google chrome, so it's definitly the adobe flash player that's causing the problem. Tried unninstaling adobe flash player and adobe activeX completely, than downloaded latest versions and installed them. Then I tried unninstaling them, unninstalling all the browsers, restarting, then installing the browsers and then the latest flash player.

View 7 Replies

Professional :: Keypress In Fullscreen?

Aug 26, 2010

I had an old version of air which loaded an swf that runs an as2 swf using as3 The as2 swf included keypressing and regular as2 stuff. I just installed the new version of air and exported the AIR file again Keypresses don't seem to workhow to fix this?I thought about exporting to an older version of air but I have no idea how since the only option I have in CS5 is 2.0

View 1 Replies

ActionScript 3.0 :: On EnterFrame Go Fullscreen?

Sep 28, 2010

I have programmed a little screensaver for trade event monitors to display throughou t the program.
 
I will be outputting this as a stand alone flash application, so am not worried about browsers etc. Essentially, all I need is when you click the application, it goes fullscreen automatically

View 1 Replies

ActionScript 3.0 :: Fullscreen Button Outside The Swf?

Apr 3, 2011

I have a swf file that doesn't have any fullscreen button although it's prepared for fullscreen anyway.
Now I'd like to have some kind of button beside/under or elsewhere in the html that can activate the fullscreen mode for the swf.
If it's possible to do this with a regular image, AS3 and html instead of creating a flash movie, that would be nice (see, that was probably a stupid qestion) as I have tried and tested half a dozen flash tutorials to no avail.
 
Oh, and IF the only way to do it is to create a button in flash, it need to be transparent.....

View 1 Replies

Anyway To Debug Fullscreen Mode?

Jul 21, 2011

Is there any way to debug fullscreen mode? I Ctrl+enter and I see the swf but the fullscreen button never works, like when I forgot the allowFullScreen param in my HTML code.Do I have to add some parameter to the CS5 properties?

View 1 Replies

Actionscript :: How To Utilize The Fullscreen

Feb 6, 2010

how to make your website fill the entire screen in ActionScript?

View 1 Replies

Fullscreen To Different Components In Flash?

Nov 22, 2011

I'm developing a website in flash which have the option to be displayed in fullscreen, but the website has a video player inside which has the same functinoality. When I change the web to fullscreen mode the video is displayed instead of the main web. I have figured out that the instruction is also the same, so how can I decide which component should be displayed in fullscreen ? The video or the main web depending on the situation

View 1 Replies







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