Flex :: Best Way To Integrate R Function And Flash

Sep 21, 2009

I want to make a Flash or Flex front end for my R code, I want to call an R function from a website (using Flash) what is the best way to go about connecting Flash and R?

View 2 Replies


Similar Posts:


Flex :: Integrate Shopping Cart System For Flash Application?

Mar 25, 2010

I've built a simple flash application that takes a user's photo/image, offers various effects and filters to play with. In the end, the application can write-out the resulting image to a PDF print file (to be purchased and sent to a printer).Currently I'm using PHP to template the web pages, with the Flash app embedded in the body of one of the pages.

I now need to integrate a shopping cart and check-out system, the idea being that the user can play with images, add various images to a shopping cart, at some point choose print sizes for each image, check-out and purchase etc. My app would attached the necessary print files, and email/submit the order to the printer.In researching the various cart systems out there like Zen-cart, Magento, osCommerce, etc.. these all seem to be full featured CMS systems, full websites, that you deploy, customize and skin, add products to etc... a "canned store". But in my case, I'm adding/creating the product at run-time. It's not a traditional store where you browse and select items.

At first glance its not clear to me how I would use one of these systems, how to integrate with my Flash app.... it seems I only want to make use of the shopping cart, customer database portion, payment transaction features.Is it possible to use one of these, using only the checkout and order management through a API? called from my Flash app? or processed via back-end PHP?

View 1 Replies

ActionScript 2.0 :: Integrate Loop In Function?

Aug 5, 2004

I made a for in loop and a function to control my button mc's like this:

[Code]...

but that isn't working.

View 11 Replies

ActionScript 2.0 :: [FMX] Integrate Loop In Function?

Aug 5, 2004

I made a for in loop and a function to control my button mc's like this:

Code:
for (var i in this) {
if (this[i]._name.substr(0, 4) == "btn_") {
setButton(this[i]._name);
}

[code]....

but that isn't working.

View 11 Replies

Web Development :: How To Integrate Flex With Existing Web App

Sep 2, 2010

I'm having trouble conceptually understanding how to integrate flex components -- forms, charts, data grids, etc. -- with an existing web app. There are certain aspects of the web application where I believe it makes more sense to use flex -- however, I DO NOT want to replace the (html/js/java) web-app with a pure flex based app.For example, currently the web app displays user data using html tables and java based charts, I'd like to re-implement this "data display" using flex. Would I have to create a flex "application" for the "data display"?

View 1 Replies

Integrate R And Flex (e.g. Web Server Using Rapache)?

Sep 3, 2010

How can you integrate R and Flex (e.g. web server using rapache)?

View 1 Replies

Flex :: Possible To Integrate FlipCard With SebCoverFlow?

Dec 29, 2010

Im xHTML/CSS/PHP coder - not flex and AS3.Components that im saing on:URL...sebastiaanholtrop (spam restrictions)

View 1 Replies

Flex :: Blaze And Integrate App With SiteMinder

Feb 15, 2011

I'm just looking for some direction to integrate my Flex app with SiteMinder. I can't find any working examples online to get me started.

View 1 Replies

Integrate Raw Ruby Apps (not Rails) With Flex?

Jan 12, 2011

I´m looking for any kind of information on this subject, kinda hard to find. I´m a ruby programmer and i´m looking for ways to create web apps with RIA, like Adobe Flex.

View 3 Replies

Actionscript 3 :: Integrate Google Calendar Using Flex 3?

Aug 19, 2011

I have developed an application using adobe Flex 3 as frontend and Java as backend. The application is related to CRM. So i need to integrate Google Calender into my application using flex 3.

View 2 Replies

Flex :: Integrate Pentaho And Google Visualization API?

Nov 14, 2011

I have developed one Mondrian schema and cube. I have deployed schema file in Pentaho BI server. I would like to know is it possible to connect these Pentaho schemas and UI technologies like Google Visualization API or Adobe Flex?

While searching for solution I came to know about OLAP4J and icCube, out of which I think OLAP4J is very old project and its not really active project. icCube looks good but it works with its own server, it cannot be integrated with Pentaho BI server.

Right now I am thinking about Google Visualization API and Adobe Flex. Or, is there any other option?Where can I get more information about it?

View 1 Replies

Flex :: Events - Integrate Flare3D Into Application?

Nov 22, 2011

I'm building an application with the Flex framework and the 3D graphics library Flare3D. I want to be able to embed my 3D scene into an MXML application and still have the mouse events dispatched to the 3D scene.

Here is my code:
- The MXML app:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[Code]....

The problem is that the 3D rendering is done by default in a "layer" that is behind the 2D layer (where we can put MXML components). By default, if we mix 3D and 2D elements, we can't see 3D elements. So I added backgroundAlpha="0". This solved the problem of showing the 3D view. But now I have another problem, I can't move the cube (which is the default behaviour) when I click on the scene and move the mouse. I understand that this is because the 3D view is behind the 2D view.

Is it possible to give the 3D view the focus for mouse events (when it's needed) ? Or is there a different way of doing what I want ? The only hack I figured out is to uncomment this //stage.getChildAt(0).visible = false; which make the 2D view invisible. But I want to mix 2D elements and 3D view, so it's not a solution.

View 2 Replies

Flex :: Grails Security Over HTTP - Use HTTPService To Integrate Into It?

Dec 5, 2010

I'm writing an application, Flex front-end & Grails back-end, in which I need to integrate security. All the information around Grails gives me the impression to be well suited for when your client is written in HTML but how can I use Flex's HTTPService to integrate into it?

View 2 Replies

Javascript :: Integrate Google Earth Feature Into Flex?

Dec 18, 2010

i have successfully integrated Google earth with Flex using ExternalInterface.call("javascriptMethodName") method and writing the javascript stuff in the html file which embeds the swf file. it ran and loaded Google earth successfully.

<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="http://earth-api-samples.googlecode.com/svn/trunk/lib/kmldomwalk.js" type="text/javascript"> </script>

[Code].....

this is a snippet of that html file but when i add something like to the html file:

var directionsService = new google.maps.DirectionsService();

View 1 Replies

Actionscript 3 :: Integrate Skype Link In Flex Application?

Mar 17, 2012

How to integrate Skype link in Flex application ?

View 1 Replies

ActionScript 2.0 :: Integrate An If/then Statement With The "getDay" Function?

Aug 1, 2005

how to integrate an if/then statement with the "getDay" function.

I want Flash to find out what the date is. I know I can do this with:

Code:
var dayOfWeek_array:Array = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
var today_date:Date = new Date();

[Code]....

How do I get these two to talk to each other, first finding the day value and then loading the correct movie based on that value?

View 8 Replies

Java :: Integrate Services With Flex UI Built Using Mate Framework

May 24, 2010

I am new to Flex and need to integrate Java services with Flex UI built using Mate framework. Can anyone point me to any website/links or show an simple example of integrating Flex UI on Mate framework with Java remote services? A simple integration of a "LoginService" will be good enough.

View 1 Replies

Integrate Flex Application To Access Rest Services (using Jersey) Through BlazeDS?

Feb 15, 2011

I am trying to integrate Flex application to access Rest services (using Jersey) through BlazeDS. I'm able to get Rest + Jersey working (pretty straight forward I guess) and I was able to configure Flex + BlazeDS. I'm looking for help to invoke rest services (different methods) from Flex UI based on the annotations specified such as @Path in my rest service class.

View 1 Replies

ActionScript 3 :: How To Have Flash Integrate With SSH?

Nov 16, 2009

Is there a library for SSH in ActionScript 3? If not, how to have Flash integrate with SSH.I have a Flash prototype programmed out, and my client wants to see some minimal integration with an SSH server. What is needed is basically: connectauthenticate send a few basic commands I can't just have these commands be sent out blindly, as I need Flash to be aware of the SSH feedback and let the user know if the authentication, commands, etc were successful.

View 1 Replies

Php :: How To Integrate Flash And MySQL

Feb 20, 2010

tutorials (e.g. ) show how to integrate Flash and MySQL. Also Flash can manipulate and sent this back to serverTo integrate flash and MySQL one can do the following:(1) MySQL -> php -> Flash (e.g. What is the most robust way to set up (1) and (2) to work at scale - as quickly as possible? What are the server loading implications? Is there any other way to do (1) and (2) more effectively?

View 2 Replies

ActionScript 3.0 :: Integrate PhP Codes Into Flash?

Sep 16, 2010

I have to connect my flash application with php+mysql .how can i integrate my php code into flash..?

View 1 Replies

Flash :: Integrate Banner In Website?

Nov 7, 2009

I'm building a portfolio website for my design work. The whole website is Flash based. I have a Flash banner that I would like to add to the website but I can't seem to place it on stage. Is there a way to stream the banner? If I do that, how do I place it's location on stage?

View 13 Replies

Flash :: Professional - Integrate Video In CS4

Mar 14, 2010

Here's what I am trying to do: I am working on a flash site and I want it to start out with a bang so I've made a intro clip in After Effects in 1920x1080. I want this intro to start by you clicking a button. So when you first see the screen you are going to see the paused video (In my case the earth from outer space) and a big red button which you can click to start this video. Since I am working in 1080p I won't be able to use FLV so we are talking about the embeded video function. My problem: I want the video to stop or go to the next frame after playback it only loops as of now.

View 7 Replies

Flash :: Integrate In IPhone Application?

Oct 27, 2010

I want to integrate flash in my iPhone application so is it possible to integrate?

View 4 Replies

Integrate The Google Map Api Into Flash Site - CS4

Jul 28, 2010

I'm trying to integrate the Google Map Api into my flash site. Ive managed to display the map, but there is no marker, also, my map flashes frantically and wont stay stable. This is the AS im using.

Code: Select allimport com.google.maps.*;
import com.google.maps.overlays.*;
import com.google.maps.controls.*;
var map:Map = new Map();
map.key = "ABQIAAAAVa81BaFuAYp7h1sySsII5xSoR_2O1uVIgKyXCqNwBvI_ph4EiRStHK79ILIE2AoBfDjHAk1cTe5htg";
map.setSize(new Point(550,450));
[Code]...

View 2 Replies

Professional :: How To Integrate Open Flash Chart Into CS4

Apr 8, 2010

How to integrate the open source library "Open Flash Chart" into Flash CS4. If you don't know what Open Flash Chart is you are missing one of the best RIA at world, please invest 10 seconds going to [URL] to discover it!

View 1 Replies

ActionScript 3.0 :: Integrate Director Movie Into Flash CS5?

Jun 13, 2011

I have couple of interactive media pieces created in Director MX 2004. I would like to know if the latest Flash CS5 can handleDirector Movies. st way to creat  a portfolio (consisting of Dorector and Flash Movies) that can be showcased in a websiteas well as in a CD-R.Also, a tutorial or direction to creating an Adobe Director website whereby the swf movies can be integrated would be useful.

View 1 Replies

Flash :: Integrate A Php File To Get And Recieve Variables?

Nov 17, 2011

Just wondering how do i integrate a php file with flash to get and recieve variables through the php file from as3?
 
I would like to start off by putting as3 variables into php database. Then i would like to connect with an as3 variable from php to change the variable to something from the database.

View 5 Replies

Actionscript 3 :: Best Alternative To Integrate Flash App Into Facebook?

Sep 27, 2010

I have previous experience with AS3, but not so much in web development. now I want to install a game in facebook, but since im very uninformed,i'm having a bad time chossing the best option. I have three alternatives to integrate my flash app in facebook.Adobe actionscript API: Until now, I tried it and worked for me to log in , get friends, and that kinda of basic. Has a ton of problems and bugs, and i decided to switch.

FMBS seems to be the best option, according to most people feedback in forums, but it's going to be deprecated and i don't want to invert effort and time in an option that is going to be dipossed.What do i have left ?, iframe ? Javascript ?

View 1 Replies

PHP :: Unable To Integrate Dracon Flash Captcha

Dec 16, 2010

I tried to implement this captcha [URL]. But It seems really hard I wasn't able to do it. I tried to make a test php page but it wasn't successful either.
session_start();
# ~~~ CAPTCHA Form Submit ~~~~~~~~~~ #
if ($_SERVER['QUERY_STRING'] == 'final') {
if ($_SESSION['secCode_ok'] === true) {
$_SESSION['secCode_ok'] = false; // reset old results
Then pass and execute query.
<input id="sec_code" class="input_captcha" maxlength="5" />
How to get a working example file?

View 1 Replies







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