Flash :: Wire Different Backend Solutions Into A Generic API?

Feb 25, 2011

I have to produce a generic API that provides game tracking functions (track what was clicked, track if a certain event occurred, etc). This generic API needs to wire into one of two (or more) bespoke tracking solutions provided by third parties (e.g. itracku.com and itrackutoo.com) in the background.The bespoke tracking solutions sport similar functions (trackClick, trackEvent), but vary dramatically in the number of arguments they require (e.g. one requires 1 argument to be passed, the other 6).In order for the generic API to easily switch between hitting either bespoke solution, am I right in assuming that ALL arguments need to be scoped out beforehand in order to facilitate switching tracking solutions? The desire is to NOT have to recomplie .swfs in order to switch tracking solution (i.e. it's switched via an XML config). I was thinking of achieving this by having my generic API functions accept a single object as an argument, e.g.[code]

View 1 Replies


Similar Posts:


Flash :: Away3d WireframeMaterial: Setting The Wire's Width?

Feb 26, 2011

I am having a difficult time setting the width of a WireframeMaterial. Things were working well until I upgraded to from 2.5 to 3.6

I am doing: var mat = WireframeMaterial(0xff0000, {width:4, alpha:alphaValue});

but that's not working at all the width is still set to 1

View 1 Replies

Flash Streaming Video Hosting Solutions?

Aug 2, 2011

I'm trying to find a reliable yet cost-effective solution for hosting our small collection of .f4v videos. We're a small company so price is a major consideration. We also need the video to stream.I found Vimeo and it's cheap but they don't provide streaming.

Viddler looks like a good solution. It's is a little more expensive but streaming is available.We're trying to avoid enterprise solutions such as Akamai, etc.Any others out there?I also know about Red5 but prefer to have it hosted.

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

Flash :: DAM Solutions And Handle Storage Of Both Common Movie Types And Flash Movies?

Dec 8, 2009

Does anyone know of a DAM (Digital Asset Management) solution, preferably ASP.net that can handle storage of both common movie types and flash movies?

View 2 Replies

IDE :: Animating A Wire Being Plugged Into Socket?

Aug 31, 2009

I'm trying to animate this scene where the plug at the end of a blue wire would snap-in to the white colored socket. Its a simple process, but the tricky part is that I have to make it interactive. In other words, the user has to mouse-click on the plug and drag it close to the white box where the plug automatically snaps in place.

I also need to make the blue-colored wire flexible/bendable to follow the mouse's movement. i'm thinking bones, but don't know how to mate it with the mouses' movement. And I'm rather clueless about ActionScript 3.

View 3 Replies

ActionScript 2.0 :: Send Bitmap Data Over The Wire?

Nov 12, 2009

I'm working on developing a casual FB game in AS2 where one of the features is that the user can put on a cropped version of their FB profile pic on the sprite's head. I don't know how to send bitmap data over the wire in AS2, and since I'm sadly not using AS3 (which supports ByteArray), am looking for an alternative way out.

View 4 Replies

Javascript :: Use Flash Backend For New Audio()?

Mar 9, 2012

I've made a website, to test the html5 audio. Unfortunately some browser doesn't support it. How to use a flash backend? I haven't found anything useable. The flash backend examples on the web use the DOM element, not the new Audio(). I don't want to use JQuery for this little experiment.

My code:

<!DOCTYPE html>
<html>
<head>

[Code]....

View 3 Replies

ActionScript 3.0 :: Flash - Backend Swfaddress?

Mar 11, 2011

My problem here is actually not actionscriptbased but more of a backend problem.But I just can't figure this out & neither can the webhotel. When I run a flashsite on other webhotels everything is working when it comes the seo part. (Running the site with javascript deactivated - browsing the underlying html-site that is created with php, using the same principles as the But on my client's website (another webhotel) there are problems.

For example: ults in 404 error and a message that biography.swf does not exist. I always get redirected to some imaginary swf-files thus giving me 404 errors or to swf-files that happens to have the correct file names. I've checked the .htaccess file and they look exactly the same. In fact I have uploaded the complete site to another webhotel and everything works perfect. I can browse the underlying html-site without any problems.The support at the my client's webhotel doesn't seam to understand how this solution work. They think I'm doing some seo-tweeks that they can't give any support for. But something is clearly wrong here and it seems that something is different on their servers

View 1 Replies

Javascript :: HTML5 Local Storage Fallback Solutions

Jan 14, 2011

I'm looking for javascript libraries and code that can simulate localStorage on browsers that do not have native support.Basically, I'd like to code my site using localStorage to store data and know that it will still work on browsers that don't natively support it. This would mean a library would detect if window.localStorage exists and use it if it does. If it doesn't exist, then it would create some sort of fallback method of local storage, by creating its own implementation in the window.localStorage namespace.I understand that Flash and Silverlight can be used for local storage as well, but haven't found anything on using them as a fallback for standard HTML5 localStorage. Perhaps Google Gears has this capability too?Please share any related libraries, resources, or code snippets that you've found! I'd be especially interested in pure javascript or jquery-based solutions, but am guessing that is unlikely.

View 8 Replies

ActionScript 3.0 :: Passing Updated Data From Flash To The Backend?

Apr 29, 2009

I'm building a Multimedia Player front end and we have some action features we'd like to include. Some of the features are like: add to favorites, bookmark and rating.

For rating and add to favorites I just need to some how send a variable with the value to the server. Do you have any tutorials and or suggestions to approach this?

I don't need to know how the back end works, i just need to know what to pass in the flash and how to send out the updated variable back to the server.

View 3 Replies

ActionScript 2.0 :: Looking For Beta Testers For Flash Backend Tool?

May 8, 2009

If there are any flash coders out there who love the idea of being able to create the backend for your flash app in about, oh say, 10 minutes.

At this stage I'm looking for about 10 beta testers with varying backed requirements, from simple to complex.

This would perfectly suit people who love to tinker around and try out new stuff - however it will require electronic signing of an nda - basically just sending an email saying that you won't blab about it until it's ready for final release! [url]...

View 2 Replies

Flash :: Capture A Users Webcam In Flash And Directly Upload It To YouTube Without A Backend Server Setup?

Apr 11, 2011

I would like to know if it's possible to capture a users webcam in flash and directly upload it to YouTube without a backend server setup. Or if there are any third party providers that support this service. I see YouTube offers a live streaming API, but it seems it's only available for selected users.

View 1 Replies

Actionscript3 :: Flash - Change The Backend Of The LLVM Implementation From ARM To Something Else For Instance C Or C++?

Aug 3, 2011

I've been wondering if it's possible to change the backend of the LLVM implementation from ARM to something else for instance C or C++? Currently Adobe uses a Actionscript3 frontend (which I can't currently find - closed source?) for the LLVM to produce iOS applications. I'm wondering why there isn't more options for other backends? Of course there are limitations to going this route, no loading of external swf files at runtime (to name just one), but the iOS applications seem to manage really well with this feat. I did find this pdf which talks about the AS3 LLVM frontend, but no guidance to where the code is or how to investigate... I just think it's a missed opportunity that Adobe are missing and wondered how much work it would be to do such a feat?

View 1 Replies

Flash :: Python - Text-based One-on-one Chat With Interface: What To Power The Backend

Apr 22, 2010

I'm building a website where I hook people up so that they can anonymously vent to strangers. You either choose to be a listener, or a talker, and then you get catapulted into a one-on-one chat room. The reason for the app's construction is because you often can't vent to friends, because your deepest vulnerabilities can often be leveraged against you later on. (Like it or not, this is a part of human nature. Sad.)

I'm looking for some insight into how I should architect everything. I found this neat tutorial, [URL], which suggests using python & stackless + flash. Someone else suggested I should try using p2p sockets, but I don't even know where to begin to look for info on that.

View 4 Replies

ActionScript 2.0 :: Integrate Flash With Backend To Create A Dynamic Image Gallery That Can Easily Be Updated?

Apr 25, 2005

Does anyone know where to find examples, tutorials or source files on how to integrate flash with backend to create a dynamic image gallery that can easily be updated?

View 2 Replies

Flash :: Access A Generic TWAIN Scanner?

Feb 4, 2011

Is it possible to have flash access a generic twain scanner from my web-application, save the file and upload it into my application?

I have done some searching through google but wasn't able to find to much detail in this. Is there any pre-made solutions, Paid / Free (ideally).

If Flash isn't the best route to go, would Java Applet be better, if so, is their a solution already built?

View 1 Replies

Flash :: Get Number Of Properties In A Generic Actionscript Object?

Jan 15, 2011

How can I get the number of properties in a generic Actionscript Object? (Like Array length)

View 1 Replies

C# :: Flex To Communicate With C# Backend?

Jul 9, 2009

What is the best way for flex frontend to communicate with backend writted in C#? The only communication channel in HTTP, so no custom sockets.I used SOAP in the past, but am concerned about performance since the large overhead of xml, and this application I'm currently working on will be pretty data intensive.Anything that supports easy setup and transparent marshaling/unmarshaling is OK.Is there something as BlazeDS for .net?

View 2 Replies

Actionscript 3.0 :: Connecting With A C++ Backend?

Jan 28, 2010

I am curious to know if there is a way of connecting a flash front-end to a C++ driven backend? I'm not currently working on a project that involves this, but I found out about an application used in the gaming industry, called Scaleform, that requires knowledge on doing such things in order to create menus in games.

View 2 Replies

C# :: How To Serialize Objects In Flex For Backend

Sep 26, 2009

We are developing an app with a Flex frontend and a C# backend, connected through web services. We are using the FLex Builder 3's Web Service Manager to autogenerate the webservice classes. The problem araise when Flex serialize our objects, for example, when we have a Number property with no value, this is serialized as NaN, and our backend doesn't know about NaN. Another example is when we serialize a cyclic reference, we get a stack over flow exception. I know in java, for example, you can configure the way xstream work with cyclic reference... So, the question is, can we change the way Flex serialize the objects so C# can work with this frontend? Is there any issue we should know about how flex serialize objects?

View 4 Replies

Use Servlet As My Backend Using A Flex Application?

May 8, 2011

I have developed a Flex application. I have also developed a Java servlet program for an Access database using Tomcat. How can I use that servlet backend for my Flex application using HTTPService ?

View 1 Replies

Data Integration :: DataGrids - Connect To A Backend DB?

Jul 24, 2006

Can anyone answer the above question? (Is it possible to use a DataGrid as a small built-in DB in a Flash application thus avoiding the need to connect to a backend DB If so, does the DataGrid store the variables added to it even if the app. is switched off?

View 1 Replies

Technology Option For Implementing RIA With Rails As Backend?

Jan 19, 2010

I'm working on a application that requires a feature-rich media view, including images, videos, and smooth sequencing based on capture time. The backend is currently written in Rails.

What's currently the best, most mature option for implementing RIAs with Rails on the backend? I've looked at Flex, Laszlo, and ExtJS. ExtJS is interesting to me because I'm really not a fan of pure Flash UIs, but it seems highly targeted towards business apps, not entertainment applications like this.

View 7 Replies

Php :: Dynamic Schedule Graphic With Backend Interface?

Feb 2, 2011

Thinking about developing a "class schedule app" that has a backend user interface that a user can add/edit/delete dates and times, savs and the data shows in a cool graph on a webpage. I was thinking of using authiticated php page to update an xml file or database that could be read by a flash app to create a dynamic graphic. Think a 800 x 500 square with the 7 days set as rows ontop of each other and the times for each day listed horizontally.The times set in xml/database would be color coded boxes with rounded corners that lay over the times for those days.**I am not looking for anyone to tell me how to do this. I was hoping to get ideas or thoughts from other developers on my options as far as languages to dev in. I have done a few searches and found a lot of javascript calendars to select dates but I am less concerned about the backend looking good.

View 1 Replies

Flex :: Connect UI To A Unix Backend Server?

Sep 23, 2011

Im working on a project with the following basic needs:

Need to invoke a Flex Webapp in a new Tab from another Webapp in Java/Jsp.This Flex UI must be connected to a unix backend to show the backend operations on the UI.The unix backend server has telnet operations and SSO

View 1 Replies

ActionScript 2.0 :: High Score Class With PHP Backend?

Feb 28, 2004

I have been getting mps about how I did my high score list in my footer ever since I made it. But because I didnt know any PHP back then the high score list in my footer is all Action Script except the writing to the txt file bit. It is still every buggy and doesnt work very well. So thats why I didnt what to give it to any one because I knew I would never hear the end of all the problems people would have with it. But seen as I have got better at PHP now I made a system where the PHP does all of the work. It works better and its dynamic. I made a flash class that formats the score to an array and can communicate with the PHP file so it would be easy to used.

[Code]...

View 1 Replies

Toad :: Get An Id Of Last Inserted Record In Backend And Display In Flex

Apr 4, 2011

How to get an Id of last inserted record from backend and display the same with success message as "RECORD INSERTED SUCCESSFULLY AS" +Id in flex...am using Toad for sql server.

View 1 Replies

ActionScript 3.0 :: Class Linkage - Generic Class Accessible To All MovieClips From Within Flash?

Feb 23, 2011

Assume I know practically nothing about AS3! I'm using Flash Pro CS5. I'm trying to reassociate a flash file I've been given with its external assets and classes. In the library I have a movieclip with linkage to a class called 'StaticMap' using the base class 'flash.display.MovieClip'. am I missing a custom class file called 'StaticMap.as' that was originally located in the same folder as the fla, or is this a generic class accessible to all movieClips from within Flash?

View 7 Replies

Java :: Flex For Chart Based Reporting Having Oracle Backend

Nov 24, 2010

My only experience with Flex is some limited reading over the web. What i am wondering is if i want to use Flex or some variant of it for generating reports, specifically Charts, coming off a Java/Oracle backend can i accomplish that in an environment where the streaming media (we cannot play videos on our systems at work) is turned off? Also, are there any other restrictions revolving around using Flex for reporting in the form of charts? Currently, we use Jfree Chart API to develop charts but just exploring an alternative.

View 2 Replies







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