Flash :: Export Data To Sharepoint?

Dec 3, 2010

I'm creating a Flash game that will be placed in a Sharepoint page. Is there a way to export data from the Flash game (ex: the user's score) to a different Sharepoint page? I'd like to display the high scores of different players in Sharepoint. Note: I'm using ActionScript 2.0 So here is the sequence of events... Player completes Flash game embedded in a Sharepoint page Flash exports player's score to Sharepoint database
Second Sharepoint page displays top ten player scores from database.

View 1 Replies


Similar Posts:


AS2 :: Loading A SharePoint XML Data Into Flash?

Apr 12, 2011

I am trying to read XML data from a SharePoint site. The issue I am having is that the flash project works just fine when I preview the swf in flash, however when I try to view it in HTML it does not load the XML file.Now the XML file is not a simple document that can live in the same folder as the swf. I have to use a link to a web page. This is the code that I am using (sorry. had to change the web address)

Actionscript Code:
var testXML:XML = new XML();testXML.ignoreWhite = true;testXML.onLoad = function(success)   if (!success) {  trace("testXML did not load"); } else {

[code].....

View 4 Replies

Asp.net :: Use Flash To Save And Read Data Within A SharePoint Site?

Nov 21, 2011

I'm a complete newbie to SharePoint and I've been tasked to develop a SharePoint site with Flash content (Flash CS3 or CS5). I've done some quick research on this and I understand there are different ways to query SharePoint. I must say it's been a long process for me to try to piece different bits of information to achieve what I'm asked to do.

So here it is. Develop a site using SharePoint 2007 with Flash content.User input in the Flash objects will be stored.Previous user input will be retrieved and displayed in the Flash objects for reviewing purpose.User input will later be processed/manipulated for reporting purposes.Embed FLV videos on certain pages. I understand data can be saved as lists in SharePoint and you can create custom ASPX to get the lists and parse it as XML input for a Flash object. Can I reverse this process when it comes to saving data?

What would be the best approach to implement the above requirements in SharePoint 2007 environment?

Or, should I consider saving data in an external DB, say MSSQL, and having custom ASPX query that DB and generate XML for Flash objects? Or maybe any APIs that can make this process easier?

View 1 Replies

Data Integration :: Pulling Data From A SharePoint 2007 List?

Apr 23, 2010

I'm wondering if anyone has figured out how to pull data from a column in a SharePoint 2007 list to be able to dyamically generate a reaction in a flash object.Our designer created a dashboard of thermometers for our projects that use two variables, % complete and status (green, yellow, red, blue).

As the end user, I want to be able to update my project in my SharePoint list and have it so that my updates automatically populate that flash based dashboard.Right now, he's using an XML document that is stored in a folder on our SharePoint site and then simply updating the XML file when there are changes.It would be ideal to pull this data from the list rather than having to update and then upload the xml document to the SharePoint site.

View 1 Replies

Php :: Interactive 3D Model In Flash Export Data?

Feb 27, 2012

Do flash 3D display engines such as Papervision allow data to be exported from the swf to a php back end and vice versa (PHP into model)? Does Unity allow for this?

If I was to build a simple 'change the colour of the model' application with a UI in a 3D package such as Papervision, could I then export the user choices to php or perhaps a javascript intermediary?

View 2 Replies

ActionScript 3.0 :: Export Data From A Flash File

Jan 17, 2009

I am making a flash survey using AS3. All of the input data is stored in variables. At the end of the variables i want to export all of the variables to a Excel file. Is that possible? If not than how can i export the data? I have never exported data in flash so i have no idea what to do

View 6 Replies

ActionScript 3.0 :: Data Export And Import From Flash File

Jan 22, 2009

I am really new to php. I have an AS3 file which records user inputted data and stores them in variables. The only thing i know how to do is how to email those variables using .php. Well I want to be able to export the data to a csv file from the flash file and later want to import it back to the flash file.

View 1 Replies

ActionScript 2.0 :: Export Flash Data To Display In HTML?

Nov 17, 2009

I'm doing a school project (Quiz) looking for info on how to retrieve data from a flash quiz and display it in HTML.

1) Is this possible? 2) If so How?

View 1 Replies

Actionscript :: Export Score Data From A Flash Game (still In Development)?

Sep 30, 2009

The game will be on a school VLE (virtual learning environment) like 'Moodle'. Can you export to email? Spreasheet? Or can it only be done with php? Do not want to be spending weeks on it!

View 1 Replies

Flash Videos On Sharepoint?

Feb 4, 2010

We would like to display flash video files (tutorials) on our Sharepoint site.Problem is, we cannot seem to either stop it from auto-playing (using the Windows Media Player) or start it playing by clicking (using flash embed).We have a Content Editor WebPart with this code currently:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="320" HEIGHT="240" id="Tutorial1" ALIGN="">
<PARAM NAME=movie VALUE="video.swf">
<PARAM NAME=quality VALUE=high>

[code]....

how we can get a "play" button or begin the video playing once the user clicks it?

View 2 Replies

ActionScript 3.0 :: Sharepoint XML In Flash?

Jan 10, 2009

It loads an xml file from the site's webservice and retrieves all the data from a list.If you look at the xml, attribuevalue pairs they can be in any order from the webservice.Also depending on the list set up in sharepoint the column names in the list will be different and therefore the xml schema changes. It sets up the namespacesit the calls getRSAttribues (my shiney new piece of code It then creates a multidimensional array with the attribute names from the schema of the XML then queries the data with the dynamically set up attributes.Its my first bit of action script and i would like some advice on how to improve the getRSAttribues function as the array seems to have an extra level to it. Any advice on how i would go about making it into a method or a parser/class/whatever would be very interesting.

Code:
var myXML:XML = new XML();
var XML_URL:String = "http://my.website.com/subsite/_vti_bin/owssvr.dll?

[code]....

View 3 Replies

Adobe Flash Builder Http Data Service Call Fails Only After Export?

Dec 8, 2011

I wrote an app using adobe flash builder that makes an http data service call to a website.

When I build and launch the app it loads in my browser (the address in the broswer is C:Userspath omyapp.html) and works perfectly. However, when I upload the app to my website or even launch it from outside the project build directory, the HTTP service call fails with the popup

Security error accessing url
Destination: DefaultHTTP

Of course I googled this error and realized it may have something to do with a 'crossdomain.xml' in my web root directory. I tried this and it continued to fail.
Below was my crossite domain file

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="www.my_domain_for_http_service.com" />
</cross-domain-policy>

I'm using the free trial version of Adobe flash builder, but I do not see anything indicating that this has to do with the error.

Data from http service call is in xml format.

View 1 Replies

Flash :: Export Animation Data - X And Y Coordinates And Rotation Values For Individual Images In A Sequence?

Mar 22, 2011

From Pro Adobe flash can I export an animation's data? like the x and y coordinates and rotation values for individual images in a sequence

View 1 Replies

Actionscript 3 :: Make Flash Work With A SharePoint List Instead Of XML?

Sep 14, 2010

I heard from an article somewhere that Flash can now use SharePoint lists instead of an XML file.

However, I'm having trouble locating a tutorial which will explain how to get a Flash app to draw from a SharePoint list.

I'm working with SharePoint 2010, Flash CS4, and I'm currently using AS3 to pull in data from the XML file on the Flash app.

View 2 Replies

ActionScript 3.0 :: Pass Variables From Flash To A SharePoint List?

Aug 3, 2011

how to pass variables from flash to a SharePoint list? (a step-by-step of the entire process would be best)

View 0 Replies

Flash 8 :: Pro - Displaying Sharepoint 2003 Area News Listings

May 16, 2007

I've been tasked with producing a Flash movie which will retrieve (presumably as an array) a list of all the articles in our Sharepoint Portal 2003 news listing, and display the title and abstract text, one story at a time (looping through every item in
the array).

I presume I need to use the WebServiceConnector, and point the WDSL URL to our Area's areaservice.amsx, and then presumably use the GetAreaListingData operation to retireve the data, and hopefully pipe the data out into a couple of dynamic text boxes,but beyond that I'm a bit lost. Talk about in at the deep end, but unfortunately as the only developer on site who knows anything at all about Flash, I'm up against it to get this completed as quickly as possible..

View 1 Replies

ActionScript 3.0 :: Export Data From Datagrid?

Nov 21, 2011

Just like in title i know how to load(import) data from xml to datagrid, but don't know how to save(export) it into another xml, i know i will have to use php file to save it, but how to export.

View 14 Replies

Actionscript 3 :: Export XML Data From A Swf File?

Sep 2, 2010

is it possible to export XML data from a swf file

View 1 Replies

Flex :: Export A DisplayObject's Vector Data?

Jun 19, 2009

Flex gives the ability to export a display object as a bitmap as follows:

var bitmapDataBuffer:BitmapData = new BitmapData ( displayObject.width, displayObject.height, false);
bitmapDataBuffer.draw ( displayObject, displayObject.transform.matrix);

Is there a method to export a display object as a vector graphic instead of bitmap data?

View 4 Replies

Flex :: Export Array Data From Actionscript?

May 9, 2011

I want to export the data kept in an actionscript array as a text/CSV file. I have searched and found a few that did datagrid to excel exports but they are complicated and confusing

View 1 Replies

ActionScript 2.0 :: Export Data Into A Csv File From A Datagrid?

Mar 3, 2008

I have my data in my dataGrid reading from my xml file and i'm just wondering how i can export this from a button into a .csv file??

View 4 Replies

Data Integration :: Set Up Drag And Drop Questionaire To Export To A XML File?

May 30, 2006

How do I set up my drag and drop questionaire to export to a XML file?

I have a 70 seperate SWF files that pose a question and contain a drag and drop rank order response of 1,2,3,4.How do I set up a XML file that receives the responses.I don't understand how to do the Actionscript and get my responses to connect to the XML.

[Code]...

View 1 Replies

ActionScript 3.0 :: Passing A Function As Data In A ComboBox And Slow Export

Nov 14, 2009

I want a comboBox that will allow the user to select what colour palette they want the application to have.  I am using a comboBox to do this and want to have a function with arguments as the data in the comboBox item.  I've managed to do it and pass arguments but these are running when the comboBox is set up.  I only want the function to run when the user presses the submit button.  How can I prevent the function from running on set up?  Here is my code:
 
package
{
import flash.display.*;
import flash.events.*;

[Code]....
 
Plus, my movie is taking ages to submit, even though there is nothing on the stage. There are components in the library though.  Would this cause it to take about 5 seconds to export to swf?

View 4 Replies

Javascript :: Export JSON Data To CSV/Excel Without Any Interaction With The Server Side?

Nov 16, 2011

Is there anyway to export JSON data to CSV/Excel without any interaction with the server side? Using Javascript only? or Flash? I'm currently using ZeroClipboard to copy the value into the clipboard but I'd like to open directly the generated value into Excel from the browser (FF, Chrome, IE, etc...).

View 1 Replies

Flex :: Export Table Data To A MIME Resource(Flex3 Component) From Web Dynpro?

Mar 1, 2010

Is there a way to export Table data to a MIME Resource(Flex3 component) from Web Dynpro?

I have a flex3 component(US heat Map) which accepts a arrayCollection (state and value pairs). I need to create a webdynpro wrapper for this to use in Visual Composer 7.2.

What I am trying to do is migrate the flex components I made for Visual Composer 7.0 (using a VCXL wrapper) to Visual Composer 7.2 using web Dynpro. I have managed to migrate components which require simple input data types like integer or string, but I am stuck at those which require complex structures like an array collection.

View 1 Replies

Sharepoint WebService With Adobe Flex?

Mar 22, 2010

I have My Sharepoint Web Service URL, but when i try to access it i get HTTP Request Error. My Share point Webservice has credentials in it. I have also set that in Flex.

webService.setRemoteCredentials("CITMOSSAdministrator","Pa$$w0rd"); When i trace the url, my console does read the XML, but i am unable to call the method. It throws me HTTP Request Error.

View 1 Replies

Flex :: Update A Sharepoint List From It?

Mar 14, 2011

I have been trying to find a way to connect Flex to sharepoint in an elegant way that allows me to update lists, build charts, and create widgets with FLEX on the client-side. I have researched this extensively but I am running into circles.

I understand the basics of Flex data connection/webservices/etc... , I just can't seem to get my head around how to use the sharepoint list services.

View 1 Replies

ActionScript 2.0 :: How To Make Swf Loop In Sharepoint

Jun 9, 2011

i developed a short movie in actionscript 2.0 with all of the AS is in one frame, and i chose "loop" under publish settings. the swf file has been added to a web part on my sharepoint site, but the movie will not loop. how can i get it to loop infinitely? is there AS that i can add for this? or does some coding need to be added to the aspx file?

View 1 Replies

Flex :: Retrieve The Sum Of Items From A Sharepoint List?

Aug 26, 2010

Is there any way to get the sum of items based on some filters from sharepoint list? I was trying to access the GetListItems method. But this returns all the items in the list. That makes the data heavy. My requirement is to get only the sum of items. For example items created in a specific year.I am trying to populate a chart in flex from the sharepoint list. Accessing all the items and then calculating the sum in flex will not work always where the list contains more items.

View 1 Replies

Flex :: Using Sharepoint User Credentials In An Application?

May 2, 2011

I am deploying a flex application in sharepoint as a web part. I am planning to use sharepoint user credentials for my flex application. My flex application consists of various different user roles like author,reviewer etc . An author should be able to see all the list of sharepoint users available and can make any number of them as reviewer or author . For this I require following functionality through sharepoint for my flex application:-

1) Getting list of all users of sharepoint

2) Getting the username of the current logged in user of sharepoint through the flex application, which is deployed as a web part in sharepoint.

View 1 Replies







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