ActionScript 2.0 :: Reload XML Data Using Javascript?

Nov 27, 2008

I have small flash file calling numbers from xml data. Is there a way to reload XML data using javascript? I mean to click on the button and just XML not whole flash reload?

I've seen something with callExternalInterface() but dont really know how to implement that into my code. Here's code of my AS2:

Code:
function loadXMLData(loaded)
{
if (loaded) {

[Code].....

View 3 Replies


Similar Posts:


Php :: Javascript, HP Reload After Alert Without URL

Jan 24, 2012

I have an html form within a flash site. The form is php processed. fix the php file so that after processing the form, the php returns the user to the flash page and reloads the html form. I tried a window.location in the php to send to the page but that did not work. It results in a white rectangle within the html code area (maybe frame but I'm not sure). How can I get just that html form reloaded? I do not want to load the entire page using a URL because that is too slow and I cannot replicate the flash state. BTW, below is a stripped down version of the code to simplify.

[Code].....

View 2 Replies

ActionScript 2.0 :: Flash8 Passing ID From Javascript Without Page Reload

May 21, 2010

I've made a XML based Mp3 player using Flash 8 and AS2. The player is working just fine, I mean playing song on previous and next button. Now I want to enlarge this and my idea is to list all the mp3s on a PhP page and allow user to listen to any song randomly. This means, user can click any song name and that song will start playing in the player.

My problem over here is; the song listing and the player will be on one single page and clicking on any song wont reload that page to play the selected song but just reload the content of the mp3 player.

I know this can be done in Javascript. My thought on this is:
On clicking each song name, I need to call a JS function and pass to it the "ID" of the song. This JS function needs to pass "that ID" to the swf which will play the song.

Keeping aside the complexity involve in ActionScript to fetch the song name as per the passed ID, I need to know how to pass this ID from JS to AS

View 1 Replies

Javascript :: Update Flashvars And Reload Flash With JQuery?

Oct 5, 2010

I would like to update the flashvars value argument to view another video:

<param name='flashvars' value='movieId=1002' />

I found out that I can make it work in Firefox by updating the parameter with the extra step of readding the whole flash contents.

$("param[name=flashvars]").attr("value", "movieId=33");
$("embed").attr("flashvars", "movieId=33");
$(".root").append($("#video"));

But this does not work in IE8 as the browser won't refresh the flash contents. Any ideas on how to reload the flash contents without external dependencies like swfobject.js?

View 5 Replies

Javascript :: Avoid Refresh For Mp3 Player On Page Reload?

Jul 22, 2011

I want an mp3 player stretched at the bottom of the screen that won't refresh on page reload. I just want to embed a basic mp3 player in some flash, or use jquery, or ajax? Not really sure. I'm most familiar with jquery and would prefer that route. I just not sure how you could have a div that stretches through every page, but only being defined in one page.

View 1 Replies

Javascript :: Force Explorer To Reload Flex Page( Swf Embedded In HTML)?

Aug 23, 2010

I developed a flex website, the web explorer always caches swf file which embedded in HTML. Sometimes I make changes to the flex file, clients computer still view the previous version which stored in cache. How can I force client's web explorer to reload/refresh the swf file?

View 3 Replies

Flash :: Javascript - After Installing - Swfobject Still Won't Embed Video Until Reload The Original Page

Nov 3, 2010

I have a simple html page with some javascript where if i click a link, it will show a flash video in a div using the swfobject.embedSWF function. I did a test: Uninstalled flash from my machine, then reloaded the page and clicked the link...I correctly saw no video. I then installed flash and came back to the same page (no reload) and the embed still won't work. I know in swfobject 1.5 (I'm now using 2.2), I would be able to embed the swf after the user installs flash, but now the user needs to reload the page in order to get the flash to appear. This is not good for my current situation, anyone know what is going on here? Here is sample code using a youtube video:

[Code]...

View 1 Replies

ActionScript 2.0 :: Code To Reload XML Data In Flash?

May 26, 2011

I've got a small flash program created that loads 10 different numbers into dynamic test boxes from an XML document. I can get it to load fine, but for the life of me I can not figure out how to get it to reload every XX seconds. [code]...

Does anyone know what code I put after that to get it to reload a new version of the XML every XX seconds? My code may have been working, but it was just pulling the cached version. Either way, my newbie self is at wits end. The XML updates every X second which I why I want the flash to relay the new information.

View 1 Replies

Flash :: Avoid Reload When Sending Data From This To PHP?

Sep 24, 2010

I am developing a Facebook App that requires Flash to PHP communication. I am able to send the data to PHP but the page reloads.

View 8 Replies

ActionScript 2.0 :: Reload Mysql Data Every X Seconds In Flash?

Mar 3, 2011

I have a flash file that loads data from a mysql database through php. I was wondering, is it possible to reload the mysql data every X seconds in flash?

View 1 Replies

ActionScript 3.0 :: Data From Swf To Javascript

Jun 29, 2009

I now have it so I trace not only the real answer to each question but also what the user punches in and I even have it so that it checks to make sure the user's answer is correct.

What I need now is to find a way to export that data into an html page. I think I can do so with php, but I really need it to go into javascript. Does anyone know how I can send this data, either in a string or as integers to Javascript?

[Code]....

View 0 Replies

ActionScript 2.0 :: Getting Data From JavaScript In IE7

Jan 26, 2007

I'm having a problem with ExternalInterface in IE7/Flash 8: I want to set an ID on a page in JavaScript, then have the .swf grab that ID by calling a function that returns the value. Currently, the JavaScript looks like this:[code]This all works fine in Firefox, but in IE, although getPageID gets called, the value it returns to Flash is always "null".I tried delaying the call by a few frames to make sure everything was loaded, but that didn't help at all.This is hosted on my local Apache install (localhost, in other words), but i tried uploading it to my webserver and that didn't help either.

View 1 Replies

Professional :: Transfer The Data From Swf To Javascript?

Aug 14, 2010

I have a project where i need to transfer the data from swf to javascript, and vice versa, i using flash cs4 and action script 3.0 i can transfer data from  AS to JS without any problem but the other way around doesn't seems to be working i have been trying this from a long time, i even used exact same code from adobe externaInterface example there seems to be some problem.
 
all i want is to transfer data from JS to AS dynamically.

View 18 Replies

Javascript :: Filtering Data In An Array?

Apr 22, 2010

I have an array that has 30 date objects. The date objects are indexed in the array from the minimum date value to the maximum date value. What I would like to do is retrieve only 7 dates from the array. Out of the 7, the first one should be the minDate and the last should be the maxDate, with 5 dates in the middle. The 7 numbers should increment evenly from the minDate to the maxDate.

View 1 Replies

ActionScript 2.0 :: Getting Data From Javascript To Flash

Sep 19, 2005

I've built a little test setup that uses ajax to get my data from flash->javascript->php->mysql and back to javascript. I'm hoping to port my poor little web based role playing game into a more effective GUI with drag+drop, animations and all that other good stuff that flash allows. Using fscommand() I can send the stuff to my Ajax client no problems. Works a real treat. But fscommand() returns nothing.

My question is... Am I stuck having to send of a LoadVars request to another php script that's generating XML or formatted vars, or is there a way to tell javascript to pass data directly back to the flash movie?

View 3 Replies

ActionScript 3.0 :: Sending Data From JavaScript To Flash

Jan 14, 2010

I've got a piece of JavaScript code in an HTML file which detects the height and width of the browser. What I'd like to do is pass the height and width values to Flash. I've followed the Adobe documentation for this using the ExternalInterface class but can't get it to work. For some reason the sendDataToFlash(); function in my JS isn't being called. Here's my code (NB. I'm only trying to pass the height value at the moment as a test):

HTML file with JS:
<script src="Scripts/swfobject_modified.js" type="text/javascript">
</script><script type="text/javascript">
var myWidth = 0, myHeight = 0;
function getDimensions() {
if( typeof( window.innerWidth
[Code] .....

View 3 Replies

Javascript :: Form With Xml Or Excel Data Dropdowns?

Sep 30, 2010

I want to create a form (flash or java/ajax) that allows selection data to be pulled from an xml file.

Example:

A ring builder application - the user selects the ring setting in one dropdown and then they select a diamond in another drop down. But the prices of the diamonds changes every day based upon the market, so we would need to easily update that data - hence an xml or excel file.

It would be even better if the data could be linked - such as selecting a princess cut diamond, then the settings that are only compatible with princess cut show up, and then after selecting a setting, only diamonds that are the right size for the setting show.

View 1 Replies

Javascript :: Libraries For Large Data Visualization?

Feb 16, 2011

Are there javascript libraries that can handle large data visualization? I've seen Protovis, but not sure how much data it can handle. Also, how do Actionscript libraries compare to Javascript in terms of performance?More:I've tried Flare, but seems to be slow for my applictaion. Now I'm yet to figure out if it is the rendering or if it is the shaping of data for rendering. I am looking at interactive graphs like the JobVoyager.

View 1 Replies

Javascript :: Passing Data Into An Adobe Air App Continuously?

Jul 15, 2011

I have an HTML/JavaScript Adobe AIR app which needs to be listening for data coming in from an external process.I could have the AIR app itself invoked by the external process. If anyone knows how this could be done in such a way that AIR would then continue to listen for messages/events from the process which invoked it, then I would like to hear about it.Failing that, can I set up some kind of endpoint in AIR itself to accept data through?'ve experimented with a Native Process, and while having AIR launch the process allows it to read data in, the native process itself to be externally accessible, plus it must be able to write to STDOUT for Adobe AIR to receive.

View 2 Replies

ActionScript 3.0 :: Pass Data To FlashVars With Javascript?

Feb 7, 2009

I am dealing with the HTML page where my flash movie is embedded.

So I have a JavaScript function called getURLVar() that returns a string (a variable passed in the HTML page by the URL). That part works.

What I want to do is call that JavaScript function so I can pass its results into the flashVars property where you embed your .swf.

The following does not work

<embed src="MainPage.swf" flashVars="myFlashVar=<script language="'Javascript'>getURLVar()</script>" quality="high" menu="false" bgcolor="#FFFFFF" width="800" height="600" name="test" align="middle"

[Code]...

View 1 Replies

Data Integration :: Get List Of Selected Files From Swf To Javascript?

Jul 23, 2010

i want to make an upload script with swf and javascript. I want to do selecting files via swf then uploading files to server via javascript. I have searched SWFupload plugins but they are not working as i need. I am new here and i do some search, i see it is possible to save list of selected files in FileReferenceList array, but i dont know if is it possible to pass this array into javascript and then make upload progress via javascript ?

View 1 Replies

JavaScript :: Does ExternalInterface In Flex 3 Have Data Size Limitation?

Dec 7, 2009

I am using the ExternalInterface on Flex 3. We are actually using flex to compress a large amount of DOM data, so this is specifically being used with LARGE data. To further investigate, if there is a limitation, is this universal? (IE. Silverlight) First, let me state that this is being done with an application that was made by inexperienced software engineers. This is an app that we need to buy time by compressing the data so that we can build a long-term solution. We have no other options, unfortunately. Background: This is an application that is actually a web-spreadsheet. Our long term solution is to make a Office Business Application.

View 2 Replies

JavaScript :: Removing Items From Data Bound Array

Mar 26, 2009

How do I remove an items from a data bound array? My code follows.
for(var i = 0; i < listBox.selectedIndices.length; i++) {
var toRemove = listFiles.selectedIndices[i];
dataArray.splice(toRemove, 1);

Here is my swf. The Add Photos works except when you remove items. [URL]
Add 3 photos different.
Remove 2nd photo.
Add a different photo.
SWF adds the 2nd photo to the end.

Here is my code
private function OnSelectFileRefList(e:Event):void {
Alert.show('addstart:' + arrayQueue.length);
for each (var f:FileReference in fileRefList.fileList) {
var lid:ListItemData = new ListItemData();
lid.fileRef = f;
arrayQueue[arrayQueue.length]=lid;
[Code] .....

View 5 Replies

Javascript :: Facebook Signed_request Data And Some Security Concearns?

Dec 28, 2011

We've just developed a small Facebook puzzle that people win some gifts from our customer. I'd like to ask a few questions since I'm pretty stuck despite tried lots of things. First I'd like to write what we have and then will explain our problems.oot of application (/) checks for signed_request in POST params, extracts information from it to see if we've registered the logged in user into our database. This checks are also used to understand if the request is sent from Facebook or not to prevent requests coming outside of Facebook. (will write why we want this)Once the application is successfully rendered, Facebook JS API takes place, does its checks and sets the fbsr cookie. We use that cookie information while processing ajax requests to check if the request really belongs to the logged in user (e.g.: scores being sent for a user belong to the logged in user).

We implemented CSRF protection and another protection to check if the requests are POST and more specifically AJAX requests and return 40x if not.nd out that some people seem to take advantage of this bug.One way I thought of is to ignore all requests except coming from Facebook. Since the ajax requests are blocked (cross site) we should have been safe. However this leaded to another problem that, once we redirect users to e.g. leaderboard the signed_request data is lost and our index page returns 40x once the user tries to go back since our application thinks that the user tries to visit our application outside of Facebook.

View 1 Replies

Flash :: Persist Application Data Via Javascript Between Browsers?

Feb 23, 2012

I'd like to persist a list of favorited items for all browsers on the user's machine.

Cookies are too volatile, and localStorage, while useful, does not move between browsers.

Are Flash's Local Session Objects my best bet?

View 1 Replies

Javascript :: Flex - Populate Combobox With ArrayCollection With Data

Mar 7, 2012

I am developing a panel in Photoshop with Flex and Extendscript. I am pretty close to getting this to work, but with my Flex skills I am having a little issue with the Array I am pulling in from the jsx file. The array is displayed fine in the alert box, but somewhere between my split and creating new collection something is wrong.

Here is my Flex

protected function loadData():void {
var grabFolderNames:SyncRequestResult = CSXSInterface.instance.evalScript("labNames");
var list:String = grabFolderNames.data;

[Code]....

View 2 Replies

ActionScript 3.0 :: Loading Javascript Updated Data Into Flash?

Oct 5, 2009

Is it possible to "read" a text from a website that is updated from javascript like currency-quotes on this website directly from flash/AIR?It would be very time consuming to load the whole website each time. Therefore it would be nice to interact directly with the javascript.

View 2 Replies

Flash :: Take A Photo Using The Webcam Then Pass That Data To A JavaScript Function

Feb 17, 2010

I think this is fairly straight forward but my skills lie in JavaScript and Ruby rather than flash so I want to run this past a few other minds :) I have a flash file that will take pictures of the user via their web cam. I want to take that newly created image, base64 encode it then pass it to a JavaScript function. That JavaScript function will essentially take this data then embed it into a hidden form element on the page.

[Code]...

View 1 Replies

Javascript :: Pasting Non-text Data Into Browser-based Apps?

Jun 11, 2010

Imagine I want a user to be able to copy-paste a selection of pixels from MSPaint into a browser-based app. Is this possible using JavaScript in any current browsers? Will it become possible in HTML5?If not, is it feasible using something like Flex/Silverlight, or is it simply not possible at this time, and you'd have to save a file and manually upload it?

update: sounds like HTML5 should allow it, but that's a way in the future to be genuinely useful. Some suggestions of Java applets and Flash are mentioned, probably Flash would be preferable since parts of the web-client would probably use Flex anyway... I'd rather not have requirement for Java and Flash in my site.

View 1 Replies

ActionScript2 :: Javascript - Base64 Encode/decode Binary Data?

Aug 24, 2011

I have an actionscript 2 code that uses base64 to encode/decode incoming data. problem is that data is binary and includes null (0 characters), actionscript 2 fails when handing null to charCodeAt.I figured what I need is an actionscript 2 lib that can do base64 encoding/decoding on an array rather than a String.

View 1 Replies







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