ActionScript 2.0 :: Changing A Flash Exe Projector Window Title
Oct 25, 2006Is there a way to change the window title caption of a flash exe file, from "Macromedia Flash Player 8" to something else?
View 4 RepliesIs there a way to change the window title caption of a flash exe file, from "Macromedia Flash Player 8" to something else?
View 4 RepliesIs there a way to change the title header of the Flash MX Projector so that it doesn't say "Macromedia Flash Player 6"?
I want to put my own title header.
is it possible to change the icon and the title in the title bar? are there any opensource or low cost ways (prehaps software with a education licence) to change the apperance of the projector window.. like for example itunes, breaks out of windows xp standard UI
View 2 RepliesIs it possible to hide the title bar in a CS4 Flash Projector?
I've tried using Goldshell's Versiown and although that changes the icon and will disable the right-click menu, the hide title bar options don't have any effect.
I've tried using:
[Code]...
on frame 1, but they don't seem to work. I'm going to be putting this project on a CD and the client wants to make sure it will open centered on the user's screen, which has not been the case so far. It seems to open at different spots on different computers. They also want the title bar changed from "Adobe Flash Player 10" to their own title.
I have a presentation built in Flash using AS3 and would like the projector to launch NOT in fullscreen, but as a maximized window.
View 2 RepliesHow can detect that the flash movie projector is active window
View 1 RepliesSo I know that I can start the window in Full Screen with this code:stage.displayState = StageDisplayState.FULL_SCREEN;But what if I want to start it maximized? Is that possible?
View 2 RepliesIs there any object or a some as3 code that allows me to change the webpage title, basically I am loading various SWF's via xml, naturally with each swf I would like to change the page title.
View 2 RepliesI have a website that I have to alter the <title> tag that shows up in the browser as the sites name through using Flash as3 and xml. I was wondering how to access the <title> tag so that I can create a variable in flash, that retrieves whatever string is within the <title> tag of the current xml document that is being accessed? All pages need to have the same title, so it doesn't need to be too complicated, I just need to be able to alter the tag through xml and as3.
View 1 RepliesI am trying to change title of main window, but without luck.
I tried use external call and javascript, but it always shows, that Adobe Flash Player stopped, because of security. Same with getURL. I am trying to implement website into my .NET application, so It's unacceptable to have these errors.
I would like to know, how to change title via ActionScript 2.0 or 3.0.
I am adding a tab navigator to a title window here. Once the title window is closed, it can be reopened using the button.But on opening the title window second time in this manner ,the content of the children of the Tab navigator(here, a label) is not visible.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()"
<mx:TabNavigator x="68" y="68" width="200" height="200" id="tabNavig" historyManagementEnabled="false">[code]....
I have code that opens a new window with the image of "pic1_popup.jpg" inside. Both the jpg and the size of the window are the same. The code below is wrapped in a URLRequest and submitted with a navigateToURL method.
When the window displays, the title bar displays "pic1_popup.jpg" and the size of the image.
What I need is to replace the title with "Enlargement"
Within the argument string, I tried title=Enlargement both with single quotes around Enlargement and without. Neither one changed the title.[code]...
i'm using BrowserManager.setTitle to try to change the browser's tab title but it's not affecting not chrome and not firefox. any workaround known?
View 1 RepliesI cannot seem to get the following to work:
In flash (as2):
Actionscript Code:
getURL("JavaScript:changeTitle('Hello!')");
in browser:
PHP Code:
<script language="javascript">
<!--
function changeTitle(t){
[Code]....
The result is - the page title stays the same, there are no errors - but i do get an alert that says "changed! Hello!" So the function is being fired, and the variable is being sent. It just will not change the page title.
If i call the function in javascript - so just under the function add - changeTitle("good") - it works fine, changing the title.
I'm struggling to get around an error that is constantly thrown in my application when I press the tab key.
I have a modal dialog box that contains a form with 3 form items. Whenever I press the tab button flex throws an error saying
"ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller."
I've tried setting up a focus manager in the initilize handler of my title window to no avail
private function init(e:FlexEvent):void
{
focus=new FocusManager(myform);
focus.setFocus(firsttextfield);
[Code]....
I want to add a context menu with a datagrid which is in a title window, after adding it nothing happens.
[Code]...
I am calling init function on creationComplete event of title window.
I need to know how to shake the popup browser window title bar (like in an earthquake) using just action scripting. I found some tutorials on this effect but they involve html which I can't/don't know how to use coz my animation is in a cd rom not web.
View 1 RepliesDespite adding: source="myScript.as" (that basically feeds the main.mxml file)
to my TitleWindow component MXML file (which I instantiate from the main.mxml file) the variables defined in myScript.as appear to be null hence I can't populate my text fields in the title window, even though those variables work fine in the main.mxml.
I'm trying to put my components in a window container that can be closed by "x" moved on the stage, resized and so on. And I wonder which is the best way to do it. I want to use a skin class and the component class. The "solution" that is not working looks like this
[Code]...
I have a flex 3 application with 2 titlewindows. When I compile it with the flex 4.1 sdk in flash builder, the titlewindows show up as mirror images of themselves with all text invisible (i.e alpha = 0).
View 1 RepliesThe flex title window component is nice and all, but before it shows up it insists on blurring out the background of your window if it's set to modal. What if I want it to just show up immediately or at least speed it up so that the user doesn't have to wait around to enter data. Am I going to have to build a custom component based on TitleWindow to get this or not have it be modal? If I were to do that could I extend current TitleWindow or just copy out the source directly?
View 2 RepliesI have a strange issue- I use a title window to create a message to the user. The user has the ability to move the title window around the screen so that the main screen is visible.However if the user were to move the title window way too much, it can actually go outside the browser accessible area- the user has no option but to close the browser and start again. How do we ensure that the title window movement is limited, such that the title bar is always available for control?
I might not have worded this right- pls check the attached image.
I'm working on this project, where i have an .exe-projector reading from an XML-file. But the thing is, one have to open the XML-file manually to change the info in it. can this be done from a projector, when the XML-file isn't stored on a webserver?
View 0 RepliesI have a flash projector "exe" application that requires a "quit" button. When clicked, it should close the window.
View 2 RepliesI created a simple transparent app for Adobe AIR in Flash. It has not chrome, so now I need to make it draggable. How could this be done?
View 1 RepliesSince full screen mode disables most keyboard input, it's a non-starter for me.
Is there a way to automatically maximize the Flash Player window when using a projector? In other words, when someone double-clicks the projector EXE, I want it to start in a Maximized window.
I want to make an SWF2EXE application that will run Flash Player inside but will show SWF in transparent window.
View 2 RepliesIs there a fscommand that allow the resize of the projector window? Or that send a kind of event to the window itself that make the window "blinking" in the task bar (like when you are receiving a message in MSN and your window in minimized)?
View 2 RepliesIn the projector I have links that open websites in a web browser window. When I play the projector on Mac, the browser window opens in front of the Projector's window, but on Windows, the browser is hidden by the projector's window
View 2 Replies