Asp.net :: Flash Multi-file Uploaders?
Sep 22, 2011
I am considering using the MultiPowUpload control from element-it on a project, as well as perhaps on a second. Does anyone have any feedback on that particular control? Does it actually work as advertised, handle errors well, etc?Multi-select of files (from a single 'browse' click, not multi-textbox)Progress bar (client requirement)ueue for upload (it's ok if it can only upload immediately)
Feedback from server - custom error messages (permissions,etc)Pass the session ID automatically, but I can use a URL hack for the upload page too Be able to remove files from the queue Support large files (~50MB, really up to 300mb would be perfect) Accessible/usable JS api
Can change the view style a little bit at least! Localizable - we need english, chinese, italian, and possible a few others Resume incomplete transfers (eg, connection dropped, so on, not required, but ++)I've been working with all of these below, and gotten most of them working in demo pages, finding issues as I go along.
[code]....
PL UPLOAD WON - for now! If we get complaints, or find it doesn't work in our real life scenarios, then we'll consider switching to MultiPowUpload. But it is good enough, and we can write some JS to do a few of the missing things. With chunking I had no problems with 300mb uploads. Yay.
View 1 Replies
Similar Posts:
Jul 1, 2009
I have flash file contains 2 Scenes. First one is a flash intro Second one is the website how can i make a loading bar for both of them? i mean when i start the website ... there loading for the intro ... with skip button ... if i clicked on it ... i'll get the second scene which it is the website and it will get loading bar as well. or i need any way to do multi loading bar in one flash file
View 3 Replies
Feb 10, 2011
i have an index.fla page and will be about 10 .swf files to load into it, they will be large videos witch need pre loading. I have read lots of threads all over the place and have tryed lots of ways.The simplest way i have found so far works but gives me the error :
TypeError: Error #1006: value is not a function.
at MethodInfo-8()
after i have loaded the 1st vid intro witch then using a dispatchEvent(new Event("allDone", true));realays the info to the index file and loads the movie but the percent timer stops working and gives the error above. I have the following code
.as file
Code:
package package1
{
public class page
[code]....
View 7 Replies
Mar 9, 2011
how to build an AS3 multi file select upload that uses flash and php.
View 5 Replies
Sep 4, 2011
Firstly this question has been asked a while back, and given the time there are probably newer options and improvements. Flash pdf viewer Googling seems to offer a number of tools that are a combination of executable that converts to a base format and an accompanying viewer.
[Code]...
View 2 Replies
May 2, 2011
I've created a multi-file interactive Flash "demo" for a client. It's very much like a website (though he's not using it as a website) in the way that it is laid out in that there is a main index page which can then direct you to different product categories, which you can click on to see. Each "page" contains product (or product category) information, photos, block diagrams, etc. There is nothing animated in the Flash.
My client also wants to be able to set it up so that the demo runs automatically from a configurable XML file. My ActionScript skills are pretty limited, but I've been able to using ActionScript 3 to load and read the XML file. Using a 'for' loop, I am able to read the XML file and return the path of each Flash file and the duration that each file should be displayed (my client requested that he be able to configure the duration of each page as well).
I've set up a loader for each movie clip and a timer for the display duration. Unfortunately, the thing that is throwing me off is that when I attempt to load the movie clip (as the last item in the for loop), it reads the entire XML file, returns all of the clips and durations (I'm using trace to see this) before it loads the movie clip. As a result, the only movie clip that is loaded is the last one read from the XML file.
As I said, I'm not very good at ActionScript, so everything that I've managed to cobble together has been from internet tutorials.
This is my code:
var xmlLoader:URLLoader = new URLLoader();
xmlLoader.addEventListener(Event.COMPLETE, xmlLoaded);
var mcLoader:Loader = new
[Code].....
I removed the timer event because it, like everything else was getting repeated before anything got loaded, so I wanted to figure out out to get the clip loader (mcLoader) to load the movie clip for each file before I figured out where to put the time to ensure that each clip is displayed for the appropriate duration. I suspect that the timer event needs to occur in the 'playClip' function, but would take advice on that as well.
View 2 Replies
Jan 6, 2010
what I'm trying to do is make a preloader that will preload about 20 external SWF files before it lets you get to my main file. I want to do this because my main file needs the SWFs to be ready to go once its done loading. I have looked around and i found a few ways to do this with the "if (loadedBytes>=totalBytes)" and the code loops back till the files are done loading... this would be just what i need but i cant seem to get it to work. the file just seems to start loading my files but does not loop and just runs the time-line even once i state what frames i want it to loop.
View 6 Replies
Sep 27, 2010
I am planning to upgrade to FMIS v4. Currently, I am using v2 and encoding separate files for each bit-rate ( i.e. 100K. 400K, 700K). Can I encode all audiences to one file like Windows Media P layer,have FMIS stream that file, and have the local Flash Player detect the correct version and stream it?
View 2 Replies
Dec 21, 2007
I have been working on the multi upload form over the past couple of days. It's a variation of stuff i have found about the net. The form has to buttons. One for single file uploads and one for multi file uploads.The single file upload button works as it is supposed to but the multi file upload but although does upload all selected files it does not fire off any events.
[Code]...
View 4 Replies
Apr 26, 2010
I'm reading a 2d array from a .txt file, this is what I do:
Code:
[Embed(source = '../lib/lvl1front.txt', mimeType = "application/octet-stream")]
private var frontTxt:Class;
Then a bit further:
Code:
var fgString:String = new frontTxt();
foreGround = stringToArray(fgString);
The stringToArray function is where things go horribly bad:
Code:
private function stringToArray(input:String):Array
{
var output:Array = new Array();
[code]...
Notice the starting comma on every line except the first? I think it's the newline character somehow interfering, but I've tried everything I can think of, and nothing has helped.
View 3 Replies
May 7, 2010
I need to change language in a flash site, How can i change?.for example I want to change total language into Fracis in this site
View 1 Replies
May 10, 2010
I need to make player like this one URL...Is there a tutorial for this on this site already? If not does anyone know any good tutorials?
View 3 Replies
Aug 2, 2010
I have a Symbol in Library with linkage name: box_mc
import flash.display.MovieClip;
import flash.events.Event;
import Src.smoothAnimate;
[Code]...
but when run is make error:
1151: A conflict exists with definition box_is in namespace internal.
i want when flash run, the box_is will be add in stage, resize by function changesize.
View 1 Replies
Nov 25, 2010
expand all multi-line comments in FDT 4?
View 1 Replies
Apr 24, 2009
I am aware of the built-in 'Strings' panel within the Flash IDE, however is this the best way to go about creating a multi-lingual AS3 site/application nowadays?Are there any recommended 3rd party APIs/frameworks available? Ideally I'd like to be able to change language on the fly and support as many character sets as possible, I will also be dealing with both static and dynamic text content.
View 6 Replies
Nov 30, 2011
I need a good multi language flash chart for my company's portal, can you recommend one? Already have tried fusion-charts, amCharts, and also OpenChart - But they are not supporting right-to-left, and the API is not simple (they require a complex XML).
Requirements:
good looking
easy to implement (simple api)
customizable
well documented
not expensive
View 1 Replies
May 4, 2011
Creating Multi-Column Text in Flash tutorial.
View 1 Replies
May 22, 2009
On load - Get the current position of the movieclip object on stage which is stored in MySQL through PHP.When the user moves the movieclip object, update the x and y position of the object by sending it to MySQL through PHP.It's a pretty simple way of understanding Flash/PHP/MySQL Integration and I find it much less complex than a socket server but I don't think it's efficient enough to use with the constant queries. [URL] Does not really work very well, dont think the Y position works at all lol, when you refresh the page it is suppose to save your current object position into the database then load it again but it appears a bit buggy, not completely sure why - I'm pretty new to Load/Send but it doesnt matter much. Also the movement appears to be lagged too and opening a new window as a 'new user' does not share the same instance of the object on stage (I think that would require me to make seperate ID's for each user though to give them their own unique objects on stage.)Is there any better (more efficient and reliable) way of creating a stage for multi-user interaction (like player characters for a game which move around by user key input, not a chat room)...Which does not involve the use of a socket server?
View 1 Replies
Oct 29, 2009
I'm testing a Flash application in Windows 7 that uses the mouse wheel to perform a zoom. When I do a standard pinch gesture the app properly zooms in or out, so I'm guessing that somewhere the gesture is getting converted to mouse wheels. The only problem is that the zooming is really slow.
View 1 Replies
Mar 16, 2010
i'm still transitioning from as2 to as3, i'm having trouble with parsing XML data to Multi dimensional array, below is the onComplete handler which is succesfully tracing 'event.target.data' but outputs 'A term is undefined and has no properties' when tracing _vein_data[0][0].xPos. I'm guessing there is a easier way to approach it than this attempt
[Code]...
View 1 Replies
Apr 15, 2012
After switching to AS3, I've been having a hell of a time figuring out the best way to manage MovieClips that have UI elements spread across multiple frames with a single class. An example that I am working on now is a simple email form. I have a MovieClip with two frames:
the 1st frame has the form elements (text inputs, submit button) the 2nd frame has a "you" message and a button to go back to the first frame (to send another email) In the library I have linked the MovieClip to a custom class (Emailer). My immediate problem is how do I assign a MouseEvent.CLICK event to the button on the 2nd frame? I should note at this point that I am trying to avoid putting code on the timeline (except for stop() calls). This is how I am 'solving' the problem now:
Emailer registers an event listener for a frame change ( addEventListener("frame 2", onFrameChange) )On the 2nd frame of the MovieClip I am calling dispatchEvent(new Event("frame 2")); (I would prefer to not have this code on the frame, but I don't know what else to do)
My two complaints with this method are that, first I have calls to addEventListener spread out across different class methods (I would rather have all UI event listeners registered in one method), and second that I have to dispatch those custom "onFrameChange" events. The second complaint grows exponentially for MovieClips that have more than just 2 frames.
My so called solution feels makes me feel dirty and makes my brain hurt. I am looking for any advice on what to do differently. Perhaps there's a design pattern I should be looking at? Should I swallow my pride and write timeline code even though the rest of my application is written in class files (and I abhor the Flash IDE code editor)?
I absolutely LOVE the event system, and have no problem coding applications with it, but I feel like I'm stuck thinking in terms of AS2 when working with mutl-frame movieclips and code.
View 2 Replies
Jul 16, 2011
I'm about to develop a multi-chatroom Flex app, and potentially add to it in the future real-timish audio capabilities (push-to-talk audio messaging).
I'm considering Smartfox, Electro, Wowza, and LCCS.
View 1 Replies
Apr 8, 2010
I am looking for instructions or a full fledged tutorial regarding creating a progress/scrub bar for a mulitiple scene flash project. What I am looking for is used in the following flash sample:
View 3 Replies
May 30, 2009
i make good Online Mulit Drawing example for you herethere is a Socket Server that i made, and swf to.
View 2 Replies
Dec 28, 2010
i do have problem with searching through my multi-dimensional Array to insert newly value to currently existing value..here's the scenario...what I have now....
Code:
var someArr:Array = new Array(["apple"],["orange"],["watermelon"]);
so what I wanna do is I able to search the desire valeu 1st and append to existing value eg;
word search = apple
match and I can append new value to this particulars array and my expecting result
new array after append new value
Code:
var someArr:Array = new Array(["apple","expensive"],["orange"],["watermelon"]);
View 6 Replies
Apr 3, 2009
I am trying to create a menu, similar to a dock menu but that just magnifies the images when rolled over (rather than overly crazy carosels or massively zooming docks. and secondly...the dock menu would link to separate flvs that are on a streaming server. I've never worked with one before and wonder how to connect them to my flash. I'm trying to create an flv player, sorry, shouldve said earlier... but one that only plays 6 vids (linked to by the magnifying dock menu).
View 2 Replies
Jul 7, 2010
I have several screens for flash and these screen have so many dynamic texts. We need to support these texts in different languages like "Spanish", French and English.
View 1 Replies
Apr 4, 2011
is it possible to develope multi player game from different computers in flash using as3. As i hv learned abt AS3 we cant create a server socket it can only send the req to server socket. but it can e done through AIR(I HOPE SO),
View 1 Replies
Mar 25, 2011
I if create a sprite, and that sprite contains numerous child sprites (which themselves also contain child sprites), do I need to worry about garbage-collecting everything, or just the parent sprite? What if the child or grandchild sprites have listeners attached?
For example, let's say I have a class (a subclass of a Sprite) that creates a screen in an application.That screen contains numerous Sprites for all of the UI affordances on the screen (e.g., buttons, drop-down menus, textfields, etc.) Many of those sprites have event listeners on them.So, in my application, I have this:
var myscreen:MyScreenClass = new MyScreenClass();
this.addChild(myscreen);
Later, when the user is done with that screen, I remove it:
this.removeChild(myscreen);
myscreen = null;
Is that all I need to do? Or, do I need to go recursively through myscreen, removing all it's child Sprites and Event Listeners?In other words, if you GC a parent, are all it's children, grandchildren, great-grandchildren, etc. also GC'ed?(For what it's worth, I'm using weak-references in my event listeners...)
View 2 Replies
Apr 6, 2011
I'm trying to create a multi-level dungeon adventure in Flash CS4. The layout is an instance created of a symbol called Level, within the symbol are multiple wall subsymbols (wall), instances of Wall. There is a collision routine to stop the player walking through the walls, called from Wall.As.Level is drawn about the centre point (0,0).When I create an instance on the stage of Level (level), the collision tester is using the xy coordinates for the walls drawn about 0,0, not the "real" xy where it's appearing on the stage. So what I need to know, is how to "update" the xy for each wall subsymbol with the live stage information, overriding the XYs drawn in the parent. It has to be updated unfortunately (I can't keep it static), as the levels are big so have to scroll.
View 3 Replies