307 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
34
views
The external connectivity feature of the PieCloudDB database
Does the PieCloudDB database provide the functionality to directly load data from external databases?
Can I connect to an external database without any intermediary steps or data transformations and ...
0
votes
1
answer
115
views
Can Azure free tier app service connect exeternal APIs?
I have created an app service and hosted an API. I would like to connect with external API like push notification and payment gateways. Will the free tier supports to connect external APIs from Azure ...
0
votes
0
answers
25
views
Programmatic access to iOS video app audio input
I’m developing an app that will need to supply an external audio input to the video camera app in iOS. Is it possible to get access to the audio input of the camera app programatically from another ...
0
votes
1
answer
2k
views
Open CHM help file to a specific page via JavaScript
There are many posts on this topic here, but none are solutions for launching a CHM helpfile from a web page.
Background:
This project is not on the internet, it is a web site that is run locally on ...
0
votes
1
answer
92
views
SCRIPT 16389 error occur when calling flash externalInterface callback
I'm making a recording functionality of a webpage using SWFObject.js. When the start-recording button and stop-recording button is clicked each will invoke the startRecording() and stopRecording() ...
0
votes
2
answers
646
views
Unmarshal Xml components to Java Object using JAXB
I've done marshalling java object to XML elements.
Now I face a difficulty to unmarshal XML file to java object using JAXB.
Is it similar as marshalling java object to XML?
Below is the XML file that ...
0
votes
1
answer
174
views
shockwave activex plugin load flash then call video-js-swf function
Env: win10,vs2015,adobe flash 26,.net framework 4.
I try to load video-js-swf in MFC application in 'ActiveX' way.I alread load the .swf file with code in MFC.
CString str = _T("path.swf");
m_flash....
-1
votes
1
answer
141
views
How to wait for javascript function called from actionscript/flex?
I have to call a javacript function that returns some data(which I want) in a callback function. Now currently I am transferring back this data to flex by calling it from javascript.
But I want the ...
4
votes
1
answer
2k
views
How do I communicate between JS and AS3 in an AIR Android Application?
I am using ExternalInterface but I have never worked with it before so I don't know what really to do. I don't even know if ExternalInterface works with AIR Android .
I am trying to implement the JS ...
2
votes
2
answers
54
views
Reference FragmentActivity to external Interface
I want to call a function in a fragment from a class. How do i attach FragmentActivity to External Interface like i attach Activities
Currently for Activity, the class contains
public interface ...
0
votes
1
answer
2k
views
Why is ExternalInterface not calling javascript - Flash CC and AS3
So, I've been avoiding posting this question because of the shear amount of prior posts. I've tried several variations of the following code, and to no avail.
I'm using FireFox (latest), Flash Player ...
2
votes
0
answers
2k
views
Uncaught Error: Error: An invalid exception was thrown
I am trying to use ExternalInterface to call a Flash Function from javascript.
My JS:
function thisMovie(movieName) {
if (navigator.appName.indexOf("Microsoft") != -1) {
return window[movieName]
...
0
votes
1
answer
119
views
AS3 - Using ExernalInterface.call To Reset JS Timer
I'm trying to build a 'dead mans switch' into a flash app. When the app crashes, or slows down significantly, I would like the webpage to refresh. From what I've read and seen here, it's possible to ...
1
vote
0
answers
556
views
Call C++ function from AS3
I ́d like to call C++ functions from AS3(Desktop project) side.
My MFC project (Dialog Based) hosts the SWF-File within a Shockwave Flash Object.
AS3: Using ExternalInterface
C++: ASInterface (not ...
0
votes
1
answer
2k
views
Preserve function name uglify mangle [duplicate]
We're linking together Javascript and AS3. For this to work AS3 needs to know the function names of the Javascript methods.
We're using Uglify to optimize our Javascript code. Now I don't want these ...