ActionScript 2.0 :: [FMX] New Window Customization?

Feb 8, 2004

When I have a link in flash with target _blank, how do I customize a new window with stuff like no resize and designated width/height, no scrolling, etc.

View 1 Replies


Similar Posts:


Make A Customization Site?

May 9, 2010

I would like to design a customization site like one of this:http:[url]....or https:[url]....how to even begin.What should I use Flash or Flex?How it works? Is the customization done by changing any values in something like an XML file? how to create something like that?

View 2 Replies

ActionScript 2.0 :: V3_thumbs_mx Customization?

Sep 19, 2006

I had been trying to get the multiple galleries to function correctly and get my thumbnail layout customized forever.... I would have never been able to do it with out this file.I have run into three setbacks -What Code would I adjust to REMOVE the resizing logic. All of my images are the same size - so there is no need for this code but I cant figure out how to remove it? How would I add a scroll bar to the galleries that have more images than the stage can fit? Is there a way to add another text field that would have the ability to be a link? Also how would I add custom CSS to the XML - it is formated differently than XML I have done this to before.

View 1 Replies

ActionScript 2.0 :: Snow 3.0 Customization?

Dec 19, 2008

I have enjoyed the Snow 3.0 code located here on this site:[URL].. It works beautifully. However, I am wondering how I can get the snow to end at a certain frame number. I currently have it starting in frame 25. How could I get it stop in frame 150? I have tried several things and it just keeps snowing throughout the whole movie..

View 1 Replies

Media Server :: XML Configuration Of FMS And Customization

May 7, 2009

An observation about the configuration files (XML) of FMS. When we roll out new versions or upgrades, it almost always involves updating or modifying the files in the conf/ directory. If it's within a certain revision, we generally copy them over from the previous install and it's fine. In the case of FMS 3.5, new configuration directives were added which necessitated our doing a fresh reconfigure to ensure everything was accounted for.

What I believe would make for an easier configuration process is to utilize the inheretance aspect of XML, allowing for a LocalSettings.xml file which would be read in by FMS last, overriding any default settings thus eliminating the need to alter the default *.xml files. Any new settings introduced that require changes can be imported as needed.

Overwriting the stock conf/*.xml files with new information would not interfere with your custom settings as they would remain intact in LocalSettings.xml. Any conflicts could be reported to the logs or stdout. One exception being fms.ini -- which could easily be revamped into XML and used in the above model.

View 2 Replies

ActionScript 3.0 :: A Customization Button Component?

Aug 4, 2010

I'm looking for a button component that allows me to customize the text field.The Flash button component allows me to edit/reskin everything except the text field.  However, I can change the buttons textField via AS, but only during run time, I want a button component that allows me to change the text field so I can see the button on the stage with out having to compile a swf.

View 4 Replies

Flex Column Chart Customization

Apr 6, 2010

When I customized the ColumnChart in Flex by overrided updateDisplayList function, colors in legend no longer display. As you will see in the below picture:url...

View 2 Replies

Flex :: Datagrid Wordwrap Customization?

Aug 1, 2010

I would like to use the word wrapper for datagrid header, the problem is that it cuts the word to a new line, what i need is to add - sign after the word cutted...what i mean is:
admins-
trator

View 1 Replies

IDE :: Flash Interactive Customization Form?

Apr 19, 2010

I'm interested in having people be able to customize hockey shirts. I saw these two sites listed above. I'm wondering how and if anyone knows how to go about something like this. If there is some sort of template that I could use as a basis for something interactive such as this.

View 1 Replies

ActionScript 3.0 :: Customization Of The Context Menu Not Working?

Nov 24, 2008

I'm currently learning ActionScript 3 and am having some problems getting some classes & functions that I have created to work when I put them into reusable .as packages. While I understand the basics of AS3 & OO programming I'm getting a little miffed as to why my code is not working.

I've created several AS functions such as a preloader function, reusable button function, customized context menu function etc. which all work perfectly if I place the AS code on the main timeline of the movie, like so:

=======================================
// Creates a new context menu object (myMenu)
var myMenu:ContextMenu = new ContextMenu();
// Hides the default items (zoom, quality etc.)
myMenu.hideBuiltInItems();

[code]....

I don't get any error messages, but the customized context menu (with default items removed) is not appearing when I compile the movie.

My initial thought was that the script might not be running through, so I put a trace in, if I uncomment that line of code I get "testing" on the screen so the fuction is running through.I have a feeling, and I could easilly be wrong, that its because my "this.contextMenu = myMenu;" action is not attached to the main timeline so cannot display the customized context menu. If I'm right, how would I go about getting the action to attach to the main timeline.

View 4 Replies

Creating Shirt Customization Flash For Business?

Nov 21, 2009

i only know basic flash editing I took on crash course... I already created one myself but I need something for a business.. do u know how they did the www.customink.com site wherein u can personalize your shirt by choosing a color and you can also add buttons. I really need to know how to do that and how's the process.url...

View 11 Replies

ActionScript 3.0 :: List Style Customization In Flash CS5

Jun 13, 2011

I'm trying to customise lists to make them a bit cool-looking in my flash movie. However, I cannot get them to change - when I click on Cell Renderer Skins, no more further skins are shown so that I can customise them. I also tried things like:

[Code]...

View 7 Replies

ActionScript 3.0 :: List Style Customization In Flash CS5?

Jan 15, 2010

I'm trying to customise lists to make them a bit cool-looking in my flash movie.  However, I cannot get them to change - when I click on Cell Renderer Skins, no more further skins are shown so that I can customise them.  I also tried things like:
 
list1.setStyle ("alternatingRowColours", [0xb03060, 0xffc0cb]);list1.setStyle ("rowHeight","100");list1.setStyle ("textAlign","center");list1.setStyle ("color", 0x000000);list1.setStyle ("selectionColour", "black");list1.setStyle ("themeColour", "black");
 
but cannot get them to work - list remains the same. Is there some bug in Flash CS5?

View 1 Replies

Flash :: JW Player Customization (include Toolbar Only)?

Apr 8, 2010

I am using jw player for playing audio. can i remove the screen and can i place the only tool bar of the jw player (with out screen).

View 1 Replies

Flex :: Customization - Use Different Skins For Different Components Or To Use Just One Big Css That Has All The Styles Together?

Aug 11, 2011

When you have a flex project, is it better to use different skins for different components or to use just one big css that has all the styles together?

View 1 Replies

AS3 :: Make 3D Character Customization For Game In Flash?

Nov 17, 2011

Is it possible to make 3D character customization for game in flash? Any ideas, tips about that?. In 2D it's very simple but i don't know where i should begin in 3D. First of all - how character customization works in rpg games? Is character body and all cusomizable parts like hair face, solid model? Or it's just different objects in one container?

View 2 Replies

Actionscript 3.0 :: Click And Zoom 3D Carousel Customization?

Jan 17, 2009

It works OK, but I have some small problems. I've modified it so I can move it with mouse scroll. But it registers scroll only after I click somewhere on stage.Also, I would like to add text field to every image, and read it's text from XML.

Here is the code:
Code: Select allpackage
{

[code].....

View 1 Replies

ActionScript 2.0 :: Customization Of DataGrid Component (or Alternatives)?

Jul 20, 2010

This DataGrid Components is giving me a massive headache. It's a massive pain to customize.I do some work for a graphic designer, who has given me a picture of an element which I'm to implement in an existing AS2-based Flash project (targeted flash version is not important). Here's the picture for reference:

Trying to make the default DataGrid work like this I'm quickly figuring out is nearly impossible. Firstly, I don't think it's possible to make alternating rows fade out like that. I'm willing to accept the fact I'm doomed to solid-color alternating rows for now.
My main problem at the moment is that I can't figure out how to change the size of the header. I need a larger font for the header than the items, and I need the size of the header itself to expand. Neither of which I can figure out how to do.

So does anyone know a) how to change the headers on the DataGrid, or b) where to find a more flexible (in terms of skinning) DataGrid component for AS2 which is cheap (preferably free)?

View 5 Replies

Create A Database That Logged In Users Could Access And Add Customization?

Nov 27, 2010

I want to make a game where a user logs in. Once the user logs in, they have access to a database (let's just say a database of weapons). They could choose a certain amount of "weapons" and every time they log in, they still have the same weapons, regardless of cookies, because the "weapons" are linked to their username. Then the users could use their weapons to battle other users. Also, the user's username keeps track of their wins and losses. I have newb to basic flash knowledge (I took an animations class); I could animate, make buttons, websites, etc. Does anyone have some insight that could point me in the right direction?

View 2 Replies

Expanding SeekBar Customization With Flash FLV Player Skin

Jun 13, 2009

I am customzining a Flash FLV Player skin and everything is basically done and working according to play.My two questions are the seek bar appears to be shorter than the movie length despite the fact that I expanded both instances of it on the FLA of the skin itself?The second question is -- what AS could I use to display the time code of the movie as "0:00" if I wanted to have that appear too?

View 2 Replies

Flash :: Commercial Solutions For Online Document Customization?

Sep 16, 2011

My company has a variety of sales sheets, business cards, and other document templates that we currently manually customize for each of our sales team members. We need a way for a member of our sales force to be able to pull one of these documents up securely online, and type their name and information into specially created boxes that remain stationary, and then can be printed on their computer; or saved to a pdf to be sent to our printer for professional printing/cutting.

View 1 Replies

ActionScript 3.0 :: Toggle_window - Window Opens And Closes Not By Clicking On The Button But On The Window Itself?

Jun 12, 2009

i would like that my window opens and closes (opens: scale out; closes: scale in) not by clicking on the button but on the window itself.here are 3 applications of mine (schuifwindow, scroll and fotoalbum).
 
Grtz,Jan the man
 
here are 3 applications of mine (schuifwindow, scroll and fotoalbum).
schuifwindow www.truevision.be/other/btn_home.flascroll www.truevision.be/other/scroll.flafotoalbum www.truevision.be/other/foto_album.fla only picture one (left up corner) has a X button (i dont want to use this button)

View 5 Replies

ActionScript 3.0 :: Creating Flash DVD - Put Video Window Playing Certain Amount Of Time Then Repeats Itself In Main Window?

Oct 20, 2011

I am preparing a presentation DVD... DVD will contain wmv video, user manual and another flash exe file... So DVD interface will contain three elements; user manual, a flash exe file and video.. Flash video window will be short-time video, playing like 5-10 seconds then repeats itself... My question is, how could I accomplish to put video window playing certain amount of time then repeats itself, in main window? I need as3 fla example, which could be so useful for me..

View 1 Replies

Flex :: Placing Popup Window In The Middle Of The Main Window

Mar 16, 2010

I'm trying to place a popup window (TitleWindow) in the middle of the main application window. how do i set the coordinates of my popup window to be of the main application window? i tried the localToGlobal function but with no luck, I just can't get the main window x and y.

View 3 Replies

Actionscript 3 :: Detect Clicks Outside Of A Window For A Multi-window AIR App In Flex?

Mar 13, 2011

So I have this AIR app coded in flex where I have several floating native windows and what I want is to detect when a user clicks outside of a window so that I can close it. (I don't want to use the PopupManager Class and would want to use the native windows).

My question is, is there a way to detect a click outside of a spark window, or alternativley is there some root container/object which is a parent to all the native windows so that a click inside any native window would bubble up to it? (Apparently the stage object of the root windowed application is not that object since each window is not a child of the stage for the root application).

View 1 Replies

Flex :: Reload Main Window's Variable In Popup Window?

Aug 12, 2011

How to access main window's variable from popup window.

I create a popup window in the main window, and pass variable "content" to this popup window as following [code]...

View 2 Replies

Flash :: POST To Opened Javascript Window And Have Close The Window

Nov 30, 2011

I created a Flash application that reads POST data from a form. A user clicks the button, and the data gets posted to the flash app in a new window (_blank). Now takes the data and then spins a wheel to give users a prize. If they don't win a message pops up letting them know they didn't win. If they don't win, clicking the OK button needs to close the browser window.

I've tried a number of solutions and it seems that the only way to get this done is to launch the window with javascript and then use ExternalInterface.call('window.close'); to close the window from within the Flash actionscript (3) because otherwise the window won't close (I've tried just using window.close and window.close() with no luck)

I understand how to launch a new window with javascript, but I don't know how to simultaneously launch and POST data to that window (the Flash application has to have the POST data. Is this the best solution? Is there a way to close a browser window easier than what I'm describing?[URL]

View 1 Replies

ActionScript 2.0 :: Close Pop-up Window -> Trigger Action In Parent Window?

Sep 25, 2009

I'm trying to create a pop up window in Flash which also fades the background window to 75% black. When the user closes the pop up window, I'd like for the parent window to un-fade back to normal. Is this possible? I can do the first half of it and make the background window fade to 75% black. The difficult thing is making it fade back to normal when the user closes the pop up window.My thoughts are that I need to attach some code to the browser's built in close window button. It might require some javascript or a fscommand. I'm not sure.

View 9 Replies

ActionScript 3.0 :: Resize Mess - Block The Window From Being Bigger Window

Mar 15, 2012

The problem is: i have a flash movie (*.swf) 1280w x 640h,, and & want to remove the resize function, i mean block the window from being bigger window. i actually set a noscale function that is working on content, but the problem is with the window..... my code for nonscale is now:

[Code]....

View 4 Replies

ActionScript 2.0 :: Flash Reload Parent Window + Close Window?

Mar 4, 2006

I have an asp page that will open a new asp page in a new window that contains a swf file with a button.hen the user clicks the button i want to close that window and reload the parent window.

View 9 Replies







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