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


Similar Posts:


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 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

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

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 2.0 :: Make A Bar Preloader For Site?

Feb 23, 2002

I must be the stupidest person on the face of the earth! I don't know how to make a bar preloader for my site!

View 1 Replies

ActionScript 3.0 :: Make The Site Resize According To The Browser?

Nov 4, 2010

I'm having a lot of trouble with a website a friend asked me to make her.For the longest time, I couldn't figure out how to make the site resize according to the browser. (Any help with how to have the background/stage expand while keeping the movieclip containing the content centered and the same size would be a great bonus.)Now, with the code I found after weeks of searching, I'm recieving error 1046. What is this, and how do I fix it? Or, how do I implement the changes to resize background/keep movieclip constant?

[Code]...

View 5 Replies

ActionScript 3.0 :: Make New Site Work With Netscape7?

Jul 4, 2011

I have a probleme to make my new site work with netscape7 (the name of the clip is pis=piscine)
 
http:[url]....
 
size of the stagevar largeurScene:uint = stage.stageWidth;var hauteurScene:uint = stage.stageHeight;
/bt01 is a button called clpix01var bt01:clpix01 = new clpix01();bt01.x = 110;bt01.y = 200;// Le curseur de la souris prend la forme d'une main au survol du boutonbt01.buttonMode = true;addChild(bt01);[code].....

View 10 Replies

ActionScript 3.0 :: Make A Preloader For A Site Have Built?

Dec 15, 2009

I am trying make a preloader for a site I've bulit.I did this site via the displaylist the whole thing and I have every pages linked togther as actionscript files

View 0 Replies

ActionScript 3.0 :: Make All Site Is Full Screen?

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

ActionScript 2.0 :: Make A Navigation Bar For Flash Site

Sep 5, 2010

im trying to make a navigation bar for my flash site. The idea is that all the content is displayed in small vertical lines, like this - and when you scroll over a line it opens out to a thumbnail. At the same time the other lines move outwards to accommodate the space taken up by the thumbnail. I wanted only the line your scrolling over to show but its kinda similar to the mac osx dock. Ive tried using examples of mac docks and none seem to do what i want them too.

View 0 Replies

ActionScript 2.0 :: How To Make A Panning Navigated Site

Apr 24, 2011

I am trying to make a site similar to [URL] or [URL] (i think that with these two examples you get the point) I have already done something concerning the menu (see attachment) but I have no idea what to do to make it like the examples mentioned before..

View 9 Replies

ActionScript 2.0 :: Make A New Portfolio Site In Flash?

Jun 3, 2004

i want to make a new portfolio site in flash... i was thinking on using as much server-side scripting as possible, to make in easier to update and add some features like flash guestbook/mail form and some other stuff... I was wondering... is it possible using php and mysql to add content to the portfolio without modifying the flash itself? Is there a tutorial regarding this? WHat i want, exactly is to be able to add photos, sites, prints and other stuff to my portfolio like i would add a post to this forum... the title being the title, the message being the description of the project and the pic i can attach being the photo itself..

View 14 Replies

ActionScript 2.0 :: Make My New Site Work With Netscape7?

Oct 17, 2004

thought I would start to make my new site work with netscape7.

FSCommand - works fine but cant get the following to work

window.open to call a popup or SetVariable - to return a value to flash.

Now if this really is a problem - why are flash developers still using netscape when it is so full of bugs..

I donloaded it 3 days ago and it didnt even have the most uptodate player..

I new there was a reason I like IE. everything works the way it is supposed to.

Anyway any AS Developers have an answere please help so I can make my new site cross browser compatible.

View 1 Replies







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