Actionscript 3 :: Customize Initial Data And Solution?

Aug 26, 2011

I want to design an object for loading and showing customized data, for example, the object firstly loads all employees in database, then look up whether login user in the list, if so then show the login user, otherwise show dummy data "all employees"(means null). But another scenario is the component should "remember" last time user selected data and show in another page,

View 1 Replies


Similar Posts:


ActionScript 2.0 :: How To Set Initial Data

Jun 22, 2009

I have developed some code whereby the positions of objects on the screen are represented by two values and I store all this data in three arrays like so:

Code:
objectName = new Array('flower','boxy','fleawhale','vampirefish','littlefishies');
initialXoffset = new Array('24','83','14','50','40');
initialYoffset = new Array('100,-170','10,50','20,100','50','-200');

[code]....

View 0 Replies

Flex3 - Customize Data Points On A Flex Graph?

Mar 20, 2010

I have an area graph and I'm looking to have the data points to be shown. I have a CircleItemRenderer, but this shows all of the datapoints in the default stroke and fill. 1) How do I customize the display of my CircleItemRenderer? (instead of it having an orange fill, how can I change the color?

2) How can I decide to show the node for specific data points but not for others? For example, in my .XML file that imports the data for the graph, I may have a variable show_data_point which is true or false.

[Code]...

View 1 Replies

Customize Highlighted Data Point Circles In Flex Charts?

Oct 5, 2011

I need to customize a look and feel of standard Flex LineChart with LineSeries. I cannot figure out how to change default circles drawn when the mouse pointer is over a data point.

View 3 Replies

ActionScript 2.0 :: Xml Caching Solution With Var

Dec 3, 2007

[code]the problem is my xml file is a variable being passed from the html, so I was wondering how to write this without the inverted commas?[code]

View 2 Replies

A Good Flash E Commerce Solution For AS2 And 3.0?

Jun 5, 2009

I have a client who will want an e commerce area for his site. Does anyone recommend a good Flash based program out there that will allow you to constuct an e commerce solution in both AS 2 or 3 . I know that is a lot to ask for but at this point I really need something that will not break my budget, I can use easily multiple times with different looks .

View 1 Replies

ActionScript 3.0 :: URLRequest CacheResponse Solution For Non AIR SWFs?

Dec 22, 2011

I am needing to turn off caching for and URLRequest and cannot seem to find a solution for a plain flash SWF.I see that cacheResponse can be set to false for AIR apps, but I am working in plan ol' Flash Pro creating a SWF. Has anyone succesfully set cacheResponse on an URLRequest (using URLLoader) so it does not cache any of the responses and loads the files new every time?[URL]..

View 1 Replies

ActionScript 3.0 :: A Proper Solution To Using .this And Static Vars?

Oct 27, 2010

I'm trying to call a function in my main class's .as file from a sub-one.However, the function (in the main class called "makeTurret") needs to add it as a child to the main class. However, to access it from the sub-function it needs to be a static public function (to my knowledge).Because of this, I can't use this for the root.UNWORKING code (Specifically the makeTurret function at the bottom):

Code:
package
{
import flash.display.MovieClip;
import flash.display.Shape;[code].....

I used a "GlobalVarContainer" thing as suggested in this blog post: greenethumb.com/article/11/global-variables-in-as3 which seems pretty handy and I'll definitely use it for other things such as level number and health and so on. However, I still can't use the .this function, so I'm unsure how to actually assign anything to the MovieClip stage, so that things can be added to it as children.

View 0 Replies

ActionScript 2.0 :: Can't Seem To Find A Smart Solution To Make?

Feb 12, 2009

I have a decent Flash knowledge, but I can't seem to find a smart solution to make my code cleaner and shorter.

- I have a menu with 12 items/buttons.

- When an item is clicked, all the other turn invisible.

[Code]...

View 3 Replies

ActionScript 3.0 :: Loader Class - Best Solution For Communication Between SWFs?

Mar 18, 2009

I want to ' import ' or ' download ' some SWF file into my main-swf file. I then want them to do a lot of communication back and forth. The best would be if I could just call functions from the new SWF file from my main-swf file, or the other way around. Do I use the loader class? And do I use the .parent.parent thing? Or is there a better solution?

View 3 Replies

Media Server :: Unbelievable No Solution For FMS3 And FLVPlayback?

Feb 18, 2010

I've spent the past 2 days scouring Google and dozens (easily over 100) websites trying to find an answer to something that people do every day! I am absolutely shocked that this info is not available anywhere online.
 
A simple FMS3 and AS3 and RTMP and FLVPlayback example. totaly not simple and not possible to find

[Code]...

View 10 Replies

Java :: To Implement A Remote Desktop Sharing Solution

Apr 15, 2012

I'm on planning/modeling phase to develop a remote desktop sharing solution, which must be web browser based. In other words: an user will be able to see and interact with someone's remote desktop using his web-browser.Everything the user who wants to share his desktop will need, besides his browser, is installing an add-in, which he's going to be prompted about when necessary. The add-in is required since (afaik) no browser technology allows desktop control from an app running within the browser alone. The add-in installation process must be as simple and transparent as possible to the user (similar to AdobeConnectNow, in case anyone's acquainted with it).The user can share his desktop with lots of people at the same time, but concede desktop control to only one of them at a time(makes no sense being otherwise).

Project requirements:All technology employed must be open-source license compatible.Both front ends are going to be in flash (browser)Must work on Linux, Windows XP(and later) and MacOSX.Must work at least with IE7(and later) and Firefox3.0(and later).At the very least, once the sharer's stream hits the server from where it'll be broadcast, hereon it must be broadcasted in flv (so I'm thinking whether to do the encoding at the client's machine (the one sharing the desktop) or send it in some other format to the server and encode it there).Performance and scalability are important: It must be able to handle hundreds of dozens of users(one desktop sharer, the rest viewers)We'll definitely be using red5.My doubts concern mostly implementing the desktop publisher side (add-in and streamer):

1) Are you aware of other projects that I could look into for ideas? (I'm aware of bigbluebutton.org and code.URL...)

2) Should I base myself on VNC ?

3) Bearing in mind the need to have it working cross-platform, what language should I go with? (My team is very used with java and I have some knowledge of C/C++, but anything goes really).

View 3 Replies

Javascript :: Cross-browser Solution To Work With SVG Files?

Dec 9, 2011

I'm working on a project that originally required me to use <area> elements and 40 copies of a single GIF image to have a hoverable and clickable <img> tag. I suggested SVG, and the client agreed to use SVG instead, as it was easier to work with for both of us.

Anyways, my question is, what cross-browser JavaScript SVG library will allow me to display and interact with pre-made SVG images.

I know of these libraries:

Raphaƫl: I'm currently using this along with a SVG loading plugin. But that plugin does not support Inkscape or Adobe Illustrator SVGs (i.e. most SVGs). cang: This library looks promising, but it requires <canvas> support, which IE doesn't have natively. svgweb: Another more-promising library. It requires Flash, but most IE users have Flash. jQuery SVG: It seems to be able to load SVG images, but development seems to have died. And it requires me to use a modified version of jQuery 1.3.

My client would like to provide somewhat-arbitrary images to my script and have chunks of them be "selectable" (see my demo here).

View 3 Replies

ActionScript 3.0 :: Infinite Motion Background Image Solution

Jun 2, 2010

I'm putting together a swf file and I'm trying to have clouds moving in the background from right to left infinitely. Currently I made a cloud image the height of the movie and about 4 times wider than the movie and I have it tweening slowly. The image size and the fact it eventually stops is what I'm trying to change now. I made an "infinite" cloud image about 2/3rds the width of the swf. By infinite I mean the left edge and right edge match up, so it looks seemless if you repeat it over the x axis. Now I'm looking for a solution to create a movie clip that will loop this image so it's constantly sliding to the left and repeating itself.

View 4 Replies

Javascript :: Chromeless Player Solution For Videos Hosted Besides Youtube?

Jan 2, 2011

I am looking for the abilities that Youtube's Chromeless player has to offer but for non-Youtube hosted videos such as Metacafe, Vimeo, Viddler, etc. Abilities I will need are :

[Code]....

Can I use Chromeless player for videos hosted on other sites besides Youtube? If not, is there a solution out there? If not, what languages/APIs would I need use and know to create such an application?

View 2 Replies

Iphone :: Create A Chart/plot Solution Works On PC And IPad

Aug 8, 2011

We'd like to show some shiny charts/plots/tables for some business data. It targets PC browsers and iPhone/iPad.

We have done some research and here's possible solutions:

HTML5: not yet very standard and we are lack of experience. Flash: it looks like Flash on iPhone runs on some sort of virtual machine, it's not very efficient. We have little knowledge on this too. Silverlight + Cocoa Touch: it looks like MS is now giving up SL. We need two times of work on GUI if we choose this. Maybe I can write some XAML parser for iOS using UIKit and Core Animation.

View 3 Replies

Flash :: HTML5 Video Solution With Showing Images During Playback?

Sep 4, 2011

I'm searching a solution to play a HTML 5 Video and show different images (or similar) on various points (e.g. min 2:15) in the video.

Is this even possible or I should rather use Flash?

View 1 Replies

ActionScript 2.0 :: Fullscreen Resizing Keeping Images Centered. Solution=Demonoid Invite?

Jul 25, 2009

Hate to drop some bribe on my first post and all but I need answers fast and if any of you have been waiting for as long as I did for a demonoid acct you should be able to figure this out real fast Anyone with some decent flash/as2 skills should be able to figure this out real quick. First one to send back a working file gets the invite code.Ok long story short I purchased a fullscreen xml gallery from FlashDen that is supposed to resize. Here is the link to the demo...Well problem is it only resizes the images based on their width and not their height. (Panorama would show fine but a tall portrait would just go off the page) You will notice in that demo how the resizing is fixed to the side of the painting and not the bottom.

Well, to me this seams useless because I really need every user to be able to see the full pictures no matter what screen resolution they are at and no matter how they adjust their browser window.Believe me when I come posting on threads it means I have spend many many hours trying to figure it out myself...In this case I have spent 30 hours trying to solve this in the last two days....Now I am over the deadline I gave to my client/family member and am still at square one basically.Also note I have figured out how to make it so that it fixes to the bottom and thus shows the tall images in full but when I do this it is no longer centered in the page.

I am really tired and worn out but would love to work with someone's advice to make this a reality.Attached is everything you would need. Please note that by downloading this attachment you are agreeing to only using these files to your new friend Sean and would never think about using this for your own project.Attachment is too big...~3Mb so I had to put it on a server.. Grab it here.

if(heightRatio<widthRatio){
eval(getResizeClip)._width = widthRatio*bgWidth;
eval(getResizeClip)._height = widthRatio*bgHeight;

[code]....

View 12 Replies

ActionScript 1/2 :: Customize An UI Scrollbar?

Sep 7, 2010

I'm having few scroll bars for some text which is been pulled in dynamically.
How do I change the color of the UI Scrollbar? I'm using CS4.

View 2 Replies

Flex :: Customize Sdk Classes?

Oct 31, 2009

I have modifyed XMLEncoder class from Flex SDK (XMLEncoder.as)

After it I run my project but I don't see any changes...

What should I do to realy modify project's behaviour?

View 2 Replies

Flex :: Create A Customize Bar?

Jun 23, 2011

there is a bar like in the following website which i am unable to create the one with blue in color and has a question mark

the Link : customize bar

View 1 Replies

ActionScript 2.0 :: Saving Swf Within Swf (customize)

Aug 6, 2007

is it possible to create a flash swf, put it online and save it thru the swf to your harddrive?

i want to create a small flash piece that people should be able to change the address of a link within the flash relative to their own site. then they save it and upload it to their server and use the "customized" flash piece?

View 1 Replies

ActionScript 3.0 :: How To Customize Drag And Drop

Sep 23, 2009

I am writing an imitator of a car and want to move steering wheel by mouse.startDrag seems not fitted for the task...Can I customize it or write my own function(s) mimicking it?

View 7 Replies

ActionScript 2.0 :: Customize Size Of New Window?

Dec 9, 2011

I have a button which when clicked opens a new window. The code is a frame action in the timeline. Short of putting some javaScript in the page that opens, I am unable to set the width and height of the new window. Here's my code

Actionscript Code:
import flash.external.*;var newWindow:String;street_btn.onPress = function () {newWindow = String (ExternalInterface.call ("openWindow", "http://www.unseenproductions.net/images/street/index.html", "win","height=1000,width=700,toolbar=no,scrollbars=no"));};

I've tried defining width+height immediately following the link in the string, but no matter where I put it the window size is unaffected.

View 1 Replies

ActionScript 1/2 :: Customize The Scrollbars Of ScrollPane?

Jul 3, 2009

In Flash 8 with AS 2, how to customize the crollbars of ScrollPane component? For example, change the default color of the scrollbars of the component.

View 3 Replies

ActionScript 3.0 :: Customize A Character For Game?

Jul 28, 2009

What is the best way to set up a game where I can customize my character? I want to be able to let the user select the clothes, skin color, hair style, etc, and then run a preset animation with that character in it, but am unsure how to set this up in Flash other than building a bunch of buttons with all of the possible options (too time consuming and I bet there's a better way).

View 2 Replies

ActionScript 3.0 :: Customize Key Bindings In Editor?

Aug 2, 2009

I am learning Flash CS4, and I would love to be able to customize the key bindings in the ActionScript editor. Ideally I'd like to be able to use Emacs bindings (e.g. CTRL-n to go to next line, CTRL-a to go to beginning of line, etc.), but I don't see any way to set this kind of information. As powerful as I am finding Flash, I am a bit surprised at the limitations of the editor.

View 2 Replies

ActionScript 3.0 :: Customize A Character For Game

Sep 30, 2009

What is the best way to set up a game where I can customize my character? I want to be able to let the user select the clothes, skin color, hair style, etc, and then run a preset animation with that character in it, but am unsure how to set this up in Flash other than building a bunch of buttons with all of the possible options (too time consuming and I bet there's a better way).

View 1 Replies

Professional :: How To Customize TextArea Component

Jan 27, 2010

How does one customize the text area component ( I mean text font, text size, colour and so on). Nothing like that appears in Component Inspector.

View 5 Replies

Professional :: Customize A Video Gallery

May 25, 2010

I have a video gallery that has 24 different videos to choose from. I am trying to find a way that a user can pick from the 24 to create a new customized list of videos to play. The idea is that a sales rep could choose the videos they want to show to a client and only show those videos. Currently the only way I can think of to do it is for me to edit the xml file with only the list of videos that they want. Maybe there is a way to pick the videos from a list, press an export list button that would then save over the xml file with a new xml file that only has the videos that they selected.

View 10 Replies







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