Tagged Questions
0
votes
2answers
24 views
ActionScript Call Function from JavaScript
I'm trying to call a very simple JavaScript function from ActionScript but I can't seem to make it work. Here is my code:
JavaScript
function alert() {
alert("hi");
}
ActionScript
...
0
votes
0answers
26 views
Flex: Resizing content dynamically cause container issue
I've got a Flex application with a ViewStack and specific width and height.
Using javascript I'm using external interface to resize the app width (app.width = new width) dynamically. The problem is ...
0
votes
1answer
22 views
JavaScript function does not run when called from Flash
I have a .php page, which has a JavaScript function in it, and runs that function, if something is correct in MySQL database. I know the function works.
So my php file looks like this:
thephp.php:
...
2
votes
0answers
36 views
Running MongoDB queries from AS3 client?
Is it possible to run native Javascript functions for the mongo shell on server side from AS3 client AIR app?
I have a lot experience in running Javascript methods embedded/loaded on HTML where SWF ...
0
votes
1answer
24 views
Flash audio mp3 player with javascript api wanted for playing online radios
I am working on HTML5 website, and i need a player for playing online radio streams. I need to play mp3 streams - and i found that mp3 is not supported by mozilla.
So, i decided to use a flash ...
0
votes
0answers
50 views
facebook apprequests dialog error “An error occurred. Please try again later.” in chrome browser
i am trying to invite friends for my Facebook app...Facebook invite API working fine in Mozilla browser but in chrome m getting error as “An error occurred. Please try again later.”
Kindly help me ...
0
votes
1answer
50 views
Get the domain where flash swf file is being played
So I want to get the domain where the flash swf is being played and not the location of the file.
If only I could get ExternalInterface to return the value like so:
var domain:String = ...
0
votes
0answers
30 views
passing variable content using swfobject to AS3
I have this JS code implemented in AS3 project:
// JavaScript API consumer detection
var enableJsApi:Boolean = ExternalInterface.call( "eval", "(function(){
return window.onFlashSnesReady != ...
0
votes
0answers
22 views
Modify Local Shared Object with javascript or PHP
In my previous question I tried to figure out how to identify a computer as accurate as possible. I think the best solution is the usage of Local Shared Objects a.k.a flash cookies. I would like to ...
0
votes
1answer
27 views
Hiding requests of Flash movie from browser
I have my own flash video player that makes a request to a video file on my server. I use Google Chrome and every time when I use Inspect Element and go to the Network tab, I see that request. So the ...
0
votes
0answers
51 views
Javascript/HTML5 Alternative to as3 FileReference Load
A few years ago i created a photo editing piece of software in flash (as3) for a client. The client now wants me to move it out of flash (to allow all users on ipads/iphones etc to use it). The ...
0
votes
2answers
37 views
ExternalInterface to call a function belongs to a JS object
I'm using ExternalInterface in my AS3 project to do some stuff via Javascript, but now I need to use it to call some function belong to an object.
Something like this (AS3):
...
0
votes
6answers
77 views
jquery each() function in AS3
Though flash is dying technology I still have to finish my project :)))
How to implement for each loop in AS3 that gives me the index of the element in the array, much like the jquery each() function ...
-2
votes
1answer
98 views
Calling javascript function with Flash as3 [closed]
I've managed to add Google maps to my HTML using javascript and also layered my content so my flash swf file is 'under' my map.
Now all I need is to toggle the map on and off. Heres the code:
AS3
...
-7
votes
2answers
53 views
JS Multitouch Magnifier [closed]
Im trying to replicate this as javascript/HTML5 application, see below for video and code. This is built in AS3. Has anyone come across any framework which can achieve this same effect?
...
0
votes
0answers
70 views
Call ActionScript function from JavaScript [closed]
I need to save a file dynamically generated through javascript, for most of the browsers I can use a native method to do so. As one may guess, IE is an exception (IE10 has a method, however). The way ...
0
votes
1answer
84 views
AS3 String to XML
I have a JS code reading a div's content and returning string data.
Than I want to read this and convert to XML
First converting < to < and > to > than get string from html:
...
-1
votes
1answer
40 views
AS3 to PHP is this possible [closed]
I have been using this as3 code but would like to know if its possible to do in php or JavaScript as I cant seem to find anything. regards
var my_date:Date;
var my_timer:Timer=new Timer(1000);
...
1
vote
2answers
68 views
AS3 - Getting a stream connection ip
I need to have debugging/logging information for a flash video player.
I need to display the client ip, along with the server ip of the stream... can this be done?
example stream: (actually it's a ...
-1
votes
4answers
73 views
How to copy a line from a text file and paste it into a new text file based on a string? [closed]
I have these long log files where I need to search them for a specific string and then if the line includes the string, copy that line and paste it into a new document. I have multiple logs that I ...
0
votes
1answer
104 views
getting TypeError: a.CallFlash is not a function when triggering AS3 externalinterface.addcallback function from JavaScript? [closed]
So im trying to call a flash function using JS..
here is the as3 code
package si
{
import flash.display.Sprite;
import flash.events.Event;
import flash.external.ExternalInterface;
public class Main ...
-3
votes
1answer
69 views
What does array[i].count return in javascript? What is its equivalent in actionscript? Or how can it be implemented in Actionscript? [closed]
What does
array[i].count
return in javascript? What is its equivalent in actionscript? Or how can it be implemented in actionscript?
0
votes
1answer
47 views
Facebook App Error Showing Up For One User But Not Others
I have a Flash app set up in a Facebook canvas and it's using ExternalInterface to call a JavaScript function, then calling a Flash function from JavaScript when the first function completes:
Flash ...
0
votes
1answer
66 views
AIR SocketServer communicating with remote Web based (javascript) Socket Server
I have an AIR based multiplayer mobile game that works perfectly well connetcting to an AIR based server over a LAN. Unfortunately, for whatever reason I cannot get a reliable socket connection when ...
1
vote
0answers
116 views
ExternalInterface.call() breaks .addCallback() functionality
I'm trying to establish simple JS to AS3 communication via the ExternalInterface class in ActionScript. The Flash is just visualising some data (fallback for browsers that cannot handle SVG) so I just ...
0
votes
1answer
60 views
Do long and heavily implemented functions ever fit into an “effective model”? [closed]
I know that the accepted model is that functions should be very brief, concise, and "do one thing," and the majority of implementation code is to be handled in a single "meta" document class. This ...
0
votes
0answers
41 views
How can you edit a swfs current date/time from outside of flash and in the browser?
I'm wanting to create a date testing app to change flash's internal clock instead of pulling it straight from the system. Perhaps instead of messing with the flash file through flash vars i should ...
0
votes
2answers
106 views
Unescaping string in PHP that was escaped in AS3
I have a problem. I have UTF-8 strings that was escaped in AS3 by using escape() function. Now I want unescape them in PHP. The problem is that if I'm using rawurldecode() or urldecode() I get only ...
0
votes
1answer
67 views
card layout implementation
im looking for an implementation of a card layout:
given a fixed width canvas, an arbitrary number of rectangles will be laid out, with some margins initially. fixed Y coordinate.
if the number of ...
2
votes
7answers
96 views
Concept of C++ pointers in Actionscript-Javascript
Learning the basicsof C++ and trying to wrap my head around pointers and when you would use them. Coming from a Javascript-Actionscript background I can't think of anything similar.
Can anyone ...
0
votes
0answers
71 views
Call multiple jQuery functions in flash with ExternalInterface
I've succeeded in calling a external jQuery function from as3 in my flash file.
But now i want to call multiple in the same click event.
I don't know how to call 2 functions at the same time but ...
0
votes
2answers
241 views
ExternalInterface not working in AS3 with Flash 11 [closed]
I'm trying to create a button which will close a flash overlay using javascript and actionscript. I have found on many websites to use ExternalInterface however I cannot seem to get it to work. Any ...
0
votes
1answer
88 views
What is javascript or jQuery equivalent to Flash/AS3 loadVariablesNum()?
I'm converting some Flash on a site into Javascript/HTML -- there are some sections where it's calling PHP on a server and then processing the returned results with loadVariablesNum() --
...
0
votes
0answers
70 views
How to load a sound asynchronously in as3?
I have a flash sound player in as3 that is launched by javascript. In my webpage, there's a lot of XHR requests (javascript) that are asynchronous. So when I load the sound, no one request is sended ...
4
votes
2answers
115 views
call jQuery function from flash
I'm trying to call a jQuery function from my flash file, when clicking on a button.
I've tryed to search around stackoverflow and google with similar problems however i cannot resolve this.
FYI, i ...
0
votes
1answer
43 views
conflict exist with definition “id' and ”r" in namespace internal
I have this code in the beginning of my SWF witch is a banner ad.
var id:String = root.loaderInfo.parameters.id;
var r:URLRequest = new URLRequest("javascript:expandEaFloating(" + id + ")");
...
0
votes
2answers
51 views
Get domain of server where swf is being called
I have SWF hosted on a domain lets say www.aaa.com. I am embedding that swf in an html page which is on www.bbb.com. Now, within the SWF, how can I get the domain where SWF is being embedded i.e. in ...
0
votes
1answer
59 views
Flash & Backbone.js - How to make routing links work without refreshing the page?
Supposedly I have a page ("A.php") using Backbone.js with the following route defined:
routes: {
'item/:num': 'showItem'
}
And there is a Flash SWF that'll get embedded in both A.php and B.php ...
1
vote
2answers
510 views
how to allow javascript to communicate with flash (Object #<HTMLObjectElement> has no method
I'm trying to send a simple test message from javascript to flash, but I'm getting the error:
Object #<HTMLObjectElement> has no method "listenToJS"
I've read a number of questions on this on ...
0
votes
1answer
85 views
How to tell when a swf has finished loading from javascript?
I need to know when my swf is ready to start playing (e.g. the initial loader has finished downloading). I know I can use ExternalInterface.call('someJSFunc') in a [loader][1] handler within the swf, ...
0
votes
1answer
61 views
What code would I use to get the value of a color when an alpha at about half transparency is applied? [duplicate]
Possible Duplicate:
What code would I use to get the hex value of a color when an alpha at about half transparency is applied?
If I have a visual element (could be text or div with color ...
0
votes
1answer
73 views
What code would I use to get the hex value of a color when an alpha at about half transparency is applied?
If I have a visual element (could be text or div with color fill, doesn't matter) and the color is set to black, 0x000000, and it's alpha is set to .4 or .5 and the background is solid white, ...
3
votes
1answer
418 views
compare two audio files. sound match [closed]
I want to start a big project and it is required to compare two audio files to get % of match.
Example :
audio A is the original audio.
audo B is recorded from microphone. ( everything is same as ...
1
vote
2answers
179 views
javascript to flash communication without embedding
I am calling my Main.swf from localhost Xampp which contains a prompt button upon click of that button promptclick function is called
AS3 code
function promptClick(event:MouseEvent):void
{
var ...
1
vote
0answers
48 views
Precise keydown event on web page with minimal delay [duplicate]
Possible Duplicate:
remove key press delay in javascript
I need to catch keydown events with a minimum time delay on a web page. Everything that I determind about this issue last two days ...
0
votes
1answer
74 views
How to present MovieClip's layers in HTML5?
I have movieClips that have 2 frames, each frame has 3 layers, layer for text(caption text), layer for background& layer for rotatable sprite.
So, the user can drag drop& rotate those ...
2
votes
2answers
130 views
How to get the text and rectangle color from flash as3?
I want to get the text color and rectangle background color from flash to javascript.
what is the best way for this? for example, when flash movie will load i want to send its text color and ...
2
votes
1answer
100 views
How to pass an array of objects from actionscript to javascript
AS3:
ExternalInterface.addCallback('getParams', getParams);
function getParams()
{
var params:Array = new Array();
for(i = 0; i < images.length; i++)
{
...
0
votes
0answers
74 views
How do I use External Interface in Flex to communicate with an external HTML file?
I have a web-based Flex application. I'm using a Tab Bar on my page, and one of the tabs displays a Unity3D player object in an IFrame. I would like to be able to use External Interface to ...
-2
votes
2answers
116 views
Tracking a Facebook Page's “likes” [closed]
I have a Facebook page, and I need to track every user who likes it and want to send him/her an email notification with a free Coupon info that we are offering and this has to happen only IF the user ...
