Asp.net :: Flash - Values Getting Lost From Asp.net Controls?

Aug 5, 2011

I know the title may be funny for you but I am actually facing it. My page has a checkbox and textbox. I have a flash control (not developed by and so I don't have it's code) and a button inside that control. When the button is clicked inside flash control it causes redirection(or may be postback) to the same page but the values typed the user in textbox and checkbox are no longer available. They are lost! How can I handle this stuff? I am pulling my hair apart. I don't even the source code of that control

View 3 Replies


Similar Posts:


Actionscript 3 :: Getting Values From Dynamic Controls In Flex3?

May 25, 2011

I would like to know how do I get the value of the dynamic textboxes via their id.

for (var countz:int = 0; countz < questionCount; countz++)
{
hboxtextboxz = new HBox();
txt = new TextInput();

[Code]...

how I get the values out of the dynamic textboxes I created with the for loop?

View 2 Replies

ActionScript 2.0 :: Multi-functions -values Of (12) And (21,39) Are Lost At The Geo And Geo1 Functions ?

Dec 2, 2004

in this example why the values of (12) and (21,39) are lost at the geo and geo1 functions

[code]...

View 11 Replies

ActionScript 2.0 :: 2 Player Game Moving Cars Controls Help With Controls

Nov 13, 2005

i have the controls for car number 1 that would be the arrow keys if [code]but how can i make controls for car 2.i wann use wasd but i cant figure out how the key.a doesnt work.

View 1 Replies

Flash :: Professional - Lost The Control Bar In 8

Dec 6, 2011

I have created a video with a control bar in Flash 8. When I run the .swf file by itself (in Flash player or IE) the control bar is there but when I add it to my web page the control bar is missing.

[CODE]...

View 4 Replies

Opening Old Flash Movies With Lost Extensions?

Oct 6, 2009

I have three very old flash movies that have lost their extensions and can not open them any more. how can I open them in the newer Flash 9.0 that I have they were originally done on a PC Flash 3.0.

View 1 Replies

ActionScript 3.0 :: Flash Movieclips Children Lost

Jan 27, 2010

I have a empty movieclip container in which I add movieclips as children. But when I try to get the children it does not trace/return anything. [code]...

View 3 Replies

ActionScript 3.0 :: Flash - Movieclips Children Lost?

Jan 27, 2010

I have a empty movieclip container in which I add movieclips as children. But when I try to get the children it does not trace/return anything. Here is my code.

// Creating Containervar competencyContainer:MovieClip = new MovieClip();competencyContainer.name = "competencyContainer";this.addChild(competencyContainer);var lastx:Number = 200;function

[code]....

View 2 Replies

Php :: Cakephp Session Lost In Flash Player?

Nov 20, 2009

The website need to login to perform certain task. We use stock Auth component to do the job.

Everything is fine until it hits an interface which build in Flash. Talking to Amf seems fine. But when the Flash player try to talk to other controller - got redirect because the session in not presented.

So basically when a user login - I need to somehow find a way to login the Flash player in as well.

ADDITION: This only solve half of the problem.

Backtrack a little bit. How the Auth components evaluate the requester?

If the Session.checkAgent is true. They check if its the last one. So Flash has no chance they have a different Agent string.

OK now - Auth check them out - what? The Session cookie they store earlier ... so fail again.

I am using Amf (as Cakephp Plugins) when I tried to test if the $this->params['actions'] is start with amf - it works sometime doesn't work sometime. Looking at "Charles" I can see they all call to the amf controller.

View 5 Replies

Actionscript 3 :: Flash - Movieclips Children Lost?

Jan 27, 2010

I have a empty movieclip container in which I add movieclips as children. But when I try to get the children it does not trace/return anything. Here is my code.

// Creating Container
var competencyContainer:MovieClip = new MovieClip();
competencyContainer.name = "competencyContainer";

[code]....

View 2 Replies

ActionScript 3.0 :: Picture Quality Gets Lost When It Is Used In Flash?

May 4, 2011

The pictures (.png or .bmp) looks fine when they viewed in "Windows Picture & Fax Viewer" but when I imported it to Flash CS4, It lost their quality and doesn't look attractive.

View 3 Replies

ActionScript 3.0 :: Flash CS4 - Lost Characters During Font Embedding?

Mar 3, 2009

Does anybody know how to force Flash to embed all neededcharacters when creating font symbol? When embedded font is used in textfields instead of device fonts a lot of characters stop to be accessible. IsFlash limited to use only with a couple of languages? What about rest of them?

View 2 Replies

Flash :: Dynamic Text Lost Its Bold Styling?

Jun 16, 2011

In the Flash IDE, I have made a dynamic text field bold. When the Flash is compiled and run, the bold styling disappears. How do I retain the bold styling?

Top: IDE

Bottom: SWF

View 1 Replies

Flash - Lost Spaces In Strings With CSV To Array Function?

Oct 25, 2011

I am working with a function that converts csv data to a multi-dimentional array. I am then going through the characters to find specific situations in the way the strings are handled in the array. One example is if I have a string like - "this is a string, yeah" - then I make sure not to count the comma in the string because it is between quotes from that string. Anyhow In the following function I have some how lost my spaces in the results.Instead of getting "this is AS3" I am getting "thisisAS3". Spaces seem to only be available in the strings that have quotes.

function CSVtoArray(csv:String):Array {
var inQuotes:Boolean = false;
var field:String = "";

[code].....

View 1 Replies

Arrays :: Flash - Data Being Lost Outside Of Loader Function

Nov 4, 2011

Trying to make a grid based question answer game and load variables from a text file using for loops into an array. I wanted to reduce redundant code and use for loops to populate my arrays. The issue I am having is with my arrays being lost/destroyed outside of the loader function.

I understand that if an array is declared inside the function, naturally the array would be destroyed upon exit of the function. However I am declaring the arrays outside of the function so the arrays should remain intact after I exit the function.

BTW - I'm not having an issue with the loading of the data. The data is loading correctly. The array is simply being destroyed after the data has loaded.

//Create the arrays to hold the
//categories, questions, and answers
var categoryArray:Array = new Array();
var quesAnswArray:Array = new Array();

[Code].....

View 1 Replies

Flash :: Professional - Create A .SWF - Lost In The Process Post Edit

Feb 12, 2010

ive been creating .FLV videos using premiere. Inorder to view them in IE, do I need to use the 'Flash' software to create a .SWF? I'm a little lost in the process post edit --> web

View 4 Replies

Flash :: Php - MP3 Player With Javascript Controls?

Jan 14, 2010

While the question may seem fairly basic I seem to be at a loss to actually find anything that fits my needs, which are:

Skinnable (although not 100% required) Controllable through javascript (start, stop, change track)Event triggers for custom functions (on track finish mainly) Actual documentation - rather that 'it can do this, but we wont tell you how' I've tried many of the free and quite a few demo's of the pay for ones. Wimpy Wasp seemed to be the closest to what I need but there is an obsession there with using a custom Windows app to set it up which is impossible as the files are provided dynamically by the sites users and it doesn't look like they want you to be able to create the code yourself.

View 2 Replies

Actionscript :: Does Flash 8 Have Webcam Controls

Mar 17, 2011

I've been looking at opensource tools, but turns out my roommate has an old version of flash. All the webcam tuts I've seen don't work in this, i'm wondering if webcam controls even exist in as2 and if someone could possibly provide a simple explanation on how to make them work?

I have wowza media server running on my host and I want to be able to broadcast my webcam on a website using it.

View 1 Replies

Flash :: Fl.controls.TextArea Not Scrolling All The Way Down?

Apr 26, 2011

I have a TextArea control, and sliding the scrollbar all the way down always doesn't show all the text.I think it has something to do with me changing the typeface, because I noticed that when I do the setStyle to change the textFormat style, the textHeight value doesn't change.Has anyone ran into something like this? can I at least access the TextArea sources so I can fix this? Or is there a way to don't know, subclass it and fix it kinda easily?you can check it here: http:/[url].... if you see the scrolling texts, you can try scrolling all the way down, and then selecting the text and pulling farther down, sometimes it'll show more text. Sorry about the spanish.This is an example of a text that usually fails to scroll all the way down[code]..........

View 2 Replies

How To Access Flash Controls Through Watin

Nov 8, 2011

I would like to know how do we test Flash elements using Watin. I have file uploader in flash.

View 2 Replies

ActionScript 3.0 :: Image Controls In Flash?

Jul 11, 2011

What i need to do, is to be able to scale and distort and image's shape in the swf file.

So built-in to the SWF file would be a photo of whatever, and i want the user to be able to grab the corners of the image and change it's dimensions. I want it to work the same way that the 'Distort' function works in Photoshop.

For those of you who don't know, i'll try to explaim it briefly. So your photo has 4 sides and 4 corners, you grab a corner and drag it, it keeps a straight line between the sides, but all it does and change the perspective pretty much, as though you were looking at it from a different angle.

Just like that, so it's still a 4 sided shape but you move the corners... and it changes the shape of the image... is this possible to do? So i don't want to do this inside of Flash but in the SWF output, so anyone who goes to the site can do it.

View 3 Replies

Media Server :: Building Controls/components In Flash CS5 For Use In Flash Builder?

Jun 1, 2010

I'm a .Net developer who is trying to mend my evil ways and learn the Adobe development cycle--so if this a really obtuse question--please forgive me. I was once a graphic artist and I am very familiar with some Adobe products. I am having trouble understanding the workflow as it pertains to creating custom controls, or even reskinning controls and then using them in Flash builder. I haven't really dug into Catalyst, but I am comfortable in Flash Professional and I would like to believe I could take designs from my employers graphic artists, created in Illustrator, and bring the artwork into Flash professional and create custom components, or more likely skinned components, in Flash and export them for use in Flash Builder.
 
Our goal is to allow designers to create vector graphics skins for controls and applications in Illustrator (or possibly Fireworks) and to be able to apply those skins to controls and custom components in Flash Builder for deployment to the web or the desktop in an Adobe Air application. Ideally the designer would be able to update the designs easily at a later point.
 
Flash allows for skinning to be done fairly easily within the Flash application, but I have had some problems exporting controls or even implimenting them in Flash builder. The only "video" on that workflow used a movie clip from Flash and set it's "isButton" property to true in Flash Builder...so if a designer built a simple button and designed the states in Flash, I would have to convert it to a movieclip?
 
If I start with a Flex ready component from the "AeonGraphical" library, and apply a new skin, how do I successfully import that into Flash Builder?

-    MX skins can be created in Illustrator and Fireworks and imported into Flash Builder however the format is obsolete and the designs rasterizes and are unacceptable even before scaling.
 
-    Illustrator files can be saved in FXG format and dropped into an assets package in Flash Builder. These images can then be easily used in FB; however mapping them to a control requires each state to be a separate image and to be manually wired to the states of a skin. This is method of skinning is feasible but not ideal...Am I missing a step or improperly importing the files?
 
-    Illustrator files can be saved as an FXG file and imported into Catalyst. In catalyst the artwork can be associated with a control type and the states of the control can be edited in using illustrator. The catalyst file (FXP) can then be imported into Flash Builder as a project which will provide a skin for that type of control. Remaining problems include scaling (skin doesn't stretch) and referencing the skin outside the project.
 
So that leaves me with Flash Professional as the seemingly most competent tool for creating & skinning custom controls. Using the very detailed and helpful online documentation on customizing controls (found here) I can create custom skins and have no problems implementing artwork from Illustrator--for an application authored in Flash Professional (not so much for Flash Builder).Catalyst can let you create "one off" costum controls easily, but creating one custom skin for several buttons (for example) is not so intuative and pulling it into Flash builder yeilds mixed results...
 
Flash is in and of itself a rich IDE and could be used to create an event driven application for AIR, but its not really geared to that user triggered, event-driven development model. I have been able to adjust my mindset to create successful prototypes of form based/even driven application that take advantage of Flash's powerful features, but some of my coworkers are having trouble adjusting their Microsoft Mindset (despite exposure to the remarkably "derivitaive" Expression studio) and strongly prefer the Flash builder coding environment.
 
Are there any resources; web pages with examples or step by step walk throughs, or videos which follow a process of taking a design from a grapjics application and using it to create a custom skin--and applying it in Flash Builder? The process is fairly straitforwards in Flash Professional--but my team and I are having less success in Flash Builder.

As a longtime user of Adobe products, I have by nature of that association become the inhouse Adobe Evangelist and not only have I taken the position seriously--I have managed to convince upper management to abandon WPF and Pyxus (for mobile applications) and develop AIR applications which will span platforms and lend elements to mobile AIR applications. They have even initiated a program which will likely result in our delivering Andriod based tablets to our dealer networks preloaded with AIR applications for business.
 
While I know know this is all "do-able" I am working double overtime to become competent enough to make this happen...but the workflow between Flash Builder and Flash is only sparringly covered online and the information lacks details...I have found that browsing the online videos sometimes turns up better results than searching (doing "Google Gymnastics")--for example Flash Downunder series has great stuff that doesn't always show up when searching Google...And we joined Lynda.com, and while they have lots of great stuff, they need to develop more stuff on CS5 specifically...
 
Where can I find information on creating/applying custom skins from Ai to Flash Builder and all points between? (I'll buy any recommended books as well...) Of course we have agressive deadlines and unfortunately there is no experienced Flex/Air developer on our staff (yet)...The "Classroom in a Book" series on Flash and Catalyst have only just started shipping...is that where I should look? Are there any online resources that address both skinning and creating custom components for AIR applications in Flash and/or Catalyst?

View 1 Replies

Professional :: Hide Controls Flash Video (flv)?

Jun 17, 2009

Is there a way to hide the controls on a flash video (flv) until the user scrolls over the video? So the page opens, the video starts playing (still no controls visable) and then when a user scrolls over the video, you then see the controls for the first time. I have searched high and low.

View 7 Replies

Professional :: Tutorials - Use Of ActionScript 3 Controls In Flash CS5?

Jun 18, 2010

Can anyone recommend some BASIC tutorials in the use of ActionScript 3 controls in Flash CS5?

View 1 Replies

Professional :: Adding Audio Controls To Flash CS4?

Feb 23, 2012

To make it, I attached the audio clip to the frame, and used Actionscript 2 to set the frame to stop the audio and manually advance to the next frame. Is there an easy way to show a progressive bar showing the time remaining for the audio playback, and have rewind, stop, start/pause and fast forward?

View 1 Replies

ActionScript 3.0 :: Player Controls For FLASH File?

Mar 10, 2012

I have started creating a movie trailer in Flash Professional cs5.5. I need to add player controls that will show up when I publish the file. I do not want to have to convert to an FLV file in order to use FLVPlayer Component. My published SWF file now is 3mbs - converting to FLV turns it into 100mbs!

View 1 Replies

ActionScript 3.0 :: Cannot Access Fl.controls.Button In Flash Pro CS 5.5

Mar 11, 2012

I must be missing something obvious, but I've done a couple of hours of searching and haven't found the answer. I'm using Flash Pro CS 5.5, and have created a Main class that is set in the Document's class property.

In the ActionScript editor, it lists a whole bunch of ActionScript 3.0 packages and classes. In particular, it has one called fl.controls. When I try to add this to my import, though, the compiler tells me that the definition for fl.controls.Button (for example) cannot be found. Is there some additional steps (libraries to be linked, paths to be set) that would allow me to use these?

View 3 Replies

Flash FLV Playback Component Controls Not Working?

Feb 3, 2009

I have an FLV Playback component in a website that I'm working on and for some odd reason the controls do not work. The video loads and plays fine and the controls appear but you cant click on anything like you can when you assign the skin in the parameters. It is a default Flash skin. At first I thought it was due to the video layer being under a mask, so I moved it on top and it didnt change anything.

View 1 Replies

Actionscript 3 :: Flash - Add Fl.controls (UIScrollBar) On Linux

Jan 28, 2010

How would one go about adding fl.controls.* to AS3 projects developed under Linux?

Apparently it is not part of Flex 3SDK for Linux (which is what I am using to compile) or maybe it is and I am not importing it correctly..I downloaded this SDK last March, maybe time for update?

Looking at Adobe Official Docs for fl.controls does not mention that this library is somehow restricted.

In particular, I was looking for fl.controls.UIScrollBar type of functionality

I am using MiniBuilder to edit.

View 1 Replies

ActionScript 3.0 :: Create Zoom And Pan Controls In Flash?

Aug 21, 2010

how to create zoom and pan controls in Flash -- I'd like to create controls with functionality similar to that you see in Google Maps, GigaPan.org, etc. Does anyone have suggestions for where I might find a tutorial or instructions for how to create these controls using ActionScript? I browsed some threads in this forum on zoom and pan controls, but I'm not seeing anything that really explains how to write the code.

View 2 Replies







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