Disable Resizing Of Flash Scene In Flash Desktop Player?

Aug 19, 2011

I am using Flash CS5 and when I exprt my file to swf I notied that after exporting and playing it in Flash player (on my desktop) I can change the size of the window and the scene itself eventthough I have set the width and height dimension to e.g. 468x60.

So, the bad thing is that if I ahve some objects that are moving from this area and in banner I do not see them in flash player I can see all which is not good.

Is there a setting in export option to disable this behavior or some actionscript, so my client will not be able see the "mess-behind-the-scenes" :)?

I can probably remove some objects using actionscript, however if I have looping background image it is necessary to be bigger than 468px In my case 3x.

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Flash Player Within Desktop Application

Feb 10, 2012

I am trying to work out an approach to developing a desktop application that would play movies, games and various flash material such as flash games and flash flip books. The movies will be in both video format and swf format, and will need to be compressed and encrypted for transmission to users and decompressed/decrypted by our player so as not be viewable by other players. The installer would be platform / OS dependant.

The player / user interface would need to be written in a 'portable' language so it can be cross-complied to different platforms ( Windows, Linux/Android, Mac, Iphone/Ipad, ... ) If this is not possible than atleast it should work on the PC and MAC. The idea here is to ideally maintain one code base so the client will experience the same interface on each platform we support.

My questions are-
What would be the best approach to develop these applications?
Is it possible to acquire public / open source code where much of the work has already been done and then add my code to it?
If open source code is available where could I get it from?

View 1 Replies

Flash :: Disable Of Resize MovieClip Without Resizing Of Its Children?

Mar 6, 2011

I creating a flash gallery(using flash first time) and found one problem. When i resize movieclip(container) it resize its children, so i could't resize them manualy to dimensions what i need. How i can disable resizing of children of movieclip?

View 4 Replies

Java :: Embed Adobe Flash Player Into Desktop Application

Aug 9, 2011

How can I embed a adobe flash player inside a java based desktop application? Can I be able to load and run an on-line flash game in it?

View 1 Replies

Actionscript 3 :: Run QNX Project On Desktop Flash Player - Swf Appears Blank White View?

Mar 28, 2012

I am trying to run QNX Actionscript project on desktop Flash player, but when I run the swf, the player appears blank white view I tried to set the QNX libraries "Merged in code", but the app doesn't run Is there any way to run the project swf on flash player Note: I am using Flash Builder 4.5

View 1 Replies

IDE :: Disable Default Flash Player Pop Ups?

Mar 31, 2010

Is there a way to disable the default flash player pop-up that comes up when you right mouse click while playing a flash presentation? It currently comes up with about flash and quality settings.

View 4 Replies

ActionScript 3.0 :: Flash StageAlign.BOTTOM, A BUG In Fl Player 9 When Calling ExternalInterface For Resizing?

Nov 23, 2010

This is definitely a huge BUG in flash player 9.Here is some info if someone had run into similar problem?If I try to align flash to: StageAlign.BOTTOMorStageAlign.BOTTOM_RIGHTr
StageAlign.BOTTOM _LEFT and then if I try to resize my flash using externalinterface which will call outside JS that resize div around it, you`ll get flicker effect on your flash.However, if I align Flash to: StageAlign.TOPorStageAlign.TOP_RIGHTorStageAlign.TOP_LEFTand then use external script for resize, everything works fine.

View 1 Replies

ActionScript 2.0 :: Disable The Flash Player Controls?

Jun 16, 2005

how to disable the Flash Player controls (right click controls) for an animation I have made; but the problem is that I cannot find a tutorial on this subject.

View 3 Replies

Professional :: Disable Sound In Flash Player (Windows)?

Jan 12, 2009

I would like to completely disable the soundin Adobes Flash-Player in case of "nerving"Websites. Is there a way to disable the soundin Flash-Player, but without disabling the sound in

View 3 Replies

ActionScript 3.0 :: Disable Flash Player Debugger Errors?

Feb 20, 2009

disable error messages generated by the debugger version of Flash Player 10? Error messages are great while I am developing, but not while browsing other sites It is a drag to keep reinstalling the player.

View 8 Replies

ActionScript 3.0 :: Script Working When Testing Scene Not In Flash Player

Jul 7, 2011

I'm been working on a script for a while, and am just about finished. It plays a movie onscreen based on where the cursor is, then when the left mouse is clicked, it plays a new movie and then writes a file.

It works when I test the scene withing Flash (the app). However, when I save it off as a .swf, and then open it in Flash player it does not. The mouse cursor is still playing a movie onscreen based on where the cursor is, but the left mouse button won't do anything, nor will it write a file.

Am I supposed to open an Actionscript 3/Air app somewhere else, not the Flash Player? I want to make this standalone, not have to be launched as a test scene inside Flash to work.

View 0 Replies

Flash :: Disable Adobe Player Hardware Acceleration In The Embed Code?

Jan 18, 2011

We run surf camera streams on our website, which are played via the latest version (5.4) of JWPlayer on our pages. Recently we switched over to another streaming service, and H.264 streams, as we are planning on streaming out to iOS devices in the very near future, however this introduced a bug on the client side where users to not receive vision (they only see a black screen where the video is normally seen).

We have discovered that disabling the Hardware Acceleration (which was introduced in Flash Player 10.1+) fixes this issue, and given the spectrum of environments where this issues is happening I would wager that this is related to specific graphics cards, their drivers, and how they handle the vision decoding etc.

The documentation we have found relating to disabling Hardware Acceleration only indicate that this can be done via the wmode param, i.e. by setting it to wmode="opaque" or wmode="transparent" however this doesn't seem to work in all cases (for the most part the issue is no longer there) however we are still seeing 30% of our users getting this issue.

We can ask the users to disable hardware acceleration themselves, and we have provided details on how to do this, however to me that is only a temporary fix, and I was curious as to whether or not there was something more permanent we can put in until Adobe fix up this issue?

View 1 Replies

ActionScript 3.0 :: Capturing Keyboard Event - Disable Shortcuts Flash Player?

Jan 30, 2009

I'm trying to capture keyboard events with the following code. I'm testing in an external popup flash player in FlashDevelop and it ain't tracing anything. I reckon it might be something to do with keyboard shortcuts in the flash player.

But I can't find where to disable them?

ActionScript Code:
package {
import flash.display.Sprite;
import flash.events.KeyboardEvent;

[Code]....

View 9 Replies

Flash :: Make A Button Navigate From Scene 1 To Scene 2 Without Displaying Both Scene Content In Scene2?

Jan 27, 2011

ive made a button in the scene 1 which i have managed to navigate to scene 2 but when i click the button it goes to scene 2 but displays everthing that is in scene 1 in scene 2, how can sort this out so upon the button click in scene 1 it goes to scene 2 and only display content in scene2.

[Code]...

View 1 Replies

IDE :: Disable The Resizing Of Swf File?

Jan 15, 2010

Is there any way to disable the resizing of swf file??

View 1 Replies

ActionScript 3.0 :: Disable Item Resizing Within The Box?

Aug 13, 2009

I have a box I made, in the box I place textfields, When I resize the box, the textfields also resize.

Is there anyway for me to disable item resizing within the box?

View 1 Replies

ActionScript 2.0 :: Way To Disable The Flash Player Dropdown Menu (not The Context Menu)?

Jan 12, 2006

I am aware of how to reset the right-click context menu to just "settings", but when the file is opened in Flash Player directly from a computer instead of on the web, the drop-down menu in the player is still available. You can even press ctrl+enter to play. My searches just come up with solutions to the right-click menu, and I have a client who wants me to get rid of this menu for a game I've already made.

View 2 Replies

Actionscript 3.0 :: DivX Web Player Desktop Dimmer

Apr 19, 2009

I have a question regarding full screen in flash. I have a movie playing in the middle of the screen and currently there are lots of colourful buttons surrounding it which hijack the viewers' focus. What I want to happen is for the screen to dim around the movie. DivX Web Player's Desktop Dimmer as see on joox.net is the exact example of what I want to happen. (where the whole screen darkens unless you move your mouse)

View 3 Replies

Actionscript 3 :: Disable The Right-click Menu In The "Incubator(FP11)" Version Of Flash Player

Apr 19, 2011

how to disable the right click menu in the "incubator(FlashPlayer 11)"?

As i know, in the old version, we can use set wmod is "opaque" then the right click menu could be disable by a javascript.

But, in the "Incubator" we must set the wmod is "direct" could use the hardware render. So, how to disable the right click menu in the "Incubator"?

View 1 Replies

Professional :: To Disable "Download This Video To RealPlayer" Option In Flash Player Context Menu?

Dec 11, 2011

any idea to disable "Download This Video To RealPlayer" option in Flash Player context menu..

View 3 Replies

ActionScript 2.0 :: Disable Global Functtion On One Scene?

Apr 8, 2010

I've currently got this listener :

Code:
onMouseDown = function() {
_root.play();

[code].....

View 1 Replies

Resizing Stage Dimensions : Make An Image Fade To The Next Scene Without A Whiteout Or Blackout??

Apr 13, 2009

how I could re-size my stage?As well as, I would like to know how I could pan my moving animation horizontally/vertically? And is it possible to make an image fade to the next scene without a whiteout or blackout? How can I do this?

View 4 Replies

ActionScript 3.0 :: Flash Desktop Sharing In Flash Cs4

Dec 20, 2010

Is it possible to enable desktop sharing feature in flash cs4/cs5?

View 1 Replies

C# :: Create A Slider On Desktop To Access Some Of The Controls Of The YouTube Video Player Like Volume - Pause - Play - Playback Speed?

May 7, 2010

Is there any way I can create a slider on my desktop to access some of the controls of the YouTube Video player like volume, pause, play, playback speed? I know it is a flash player, but would this involve accessing the YouTube API or something else? For example, I'd like to program something similar to what's provided by the Enounce MySpeed application (control over play back speed).

View 1 Replies

Flash 9 :: Add URL Link To Desktop?

Aug 21, 2008

I want to have site visitors be able to put a link to a website on their desktop. Asking them to click on a link, bookmark it, and then save the link to their desktop is too involved. A one click solution is what I'm hoping for, but something like dragging an icon off the .swf to the desktop would be okay.

View 5 Replies

ActionScript 3.0 :: Can Flash Desktop Apps 'end' Themselves

Nov 3, 2009

Creating some flash desktop apps to be run fullscreen in a condo lobby. I'd like the ability for an administrator to login to the interface and then click a button to 'close' the flash app from within itself, thus closing the flash player and returning to the desktop.

View 2 Replies

ActionScript 2.0 :: Preloading External Swf's And Resizing Them In The Player

Jan 15, 2009

I am trying to preload some external swf's which are controlled by some mc buttons.

Theres 5 external swf's that play if there button is pressed.

ie press button 1 watch swf 1, press button 2 watch swf 2.

on mc buttons im using this

ActionScript Code:
on (rollOver) {
this.gotoAndPlay("grow");
}

[Code]....

Ive had a look on the forum for answers how ever they all seem far to complex and seem to have so many more functions. I just want some basic code that loads the swf's and resizes them to fit the player.

View 7 Replies

AS3 :: Go From A Main Scene To A Second Scene In Flash?

Nov 30, 2010

I am try to go from a main scene to a second scene in Flash. The code work just fine to take me there, but when the scene appears it seems that I lose focus with the scene and the actions that should runs doesn't until I click once on the screen. Now I am using a button to navigate from one scene to another. If I use a movieclip instead of a button then everything works just fine. In my second scene I am using the keyboard to control different things in the scene.

View 1 Replies

Flash :: Unable To Load On Desktop (works On The Web)?

Aug 18, 2009

Experience with Flash: very very little (very) Version: CS4 Operating system: XP Pro. I was given an FLV file to display on the web. I imported the file into flash and exported it as an html file.

The movie worked great online, but then I was asked to save a copy of the movie on a CD to send it to a client - I saved all the files in a folder. I tested it on my computer and I was able to view the movie, but when the client loaded the html page, all they saw was a bar (that has the volume & play buttons) and a green line that scrolls across it. Here's what it looks like

Some people can load the html file and view the movie and others cannot (on their desktop). On some computers I tried updating the flash player (I removed the existing one first), but it still did not work.

As much as I'd like to be, I am not a Flash developer - I just use it to the extent that I must (the nature of my job) Did I provide enough information for someone to be able to tell what the issue is and how to resolve it?

View 6 Replies

Data Integration :: Desktop Application Using Flash

Dec 3, 2007

I want to create a Desktop Application using Flash. how to create a executable Flash Application and how to connect the flash with database in a desktop Application.

View 1 Replies







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