Tagged Questions
0
votes
0answers
9 views
Strange behaviour on GetUnity().SendMessage()
I'm trying to call a Unity function from Browser JavaScript. I defined the exact same function with a different name, the first one works, the other doesn't. What could be the problem ?
Unity Code:
...
0
votes
1answer
46 views
Fetching data from a C++ Server using a JavaScript Client
I'm currently developing a WebGL application in JavaScript, and i need to fetch the object data i need to render from a C++ written application.
My question is: What is the best way to communicate a ...
0
votes
2answers
227 views
Chrome Extension sendMessage from popup.html to content.js not working
I'm trying to build an Extension which sends data from the popup.html to the tab dome, but I can't get the sendMessage to work and I don't understand why.
I'm following this guidline: ...
0
votes
0answers
34 views
blackberry 9000 window.parent.parent cross site iframe issue
Ok, that one is kinda fun.
consider application got 3 layers.
Client - domainA
ApplicationA - subdomianA.domianB
ApplicationB - subdomianB.domianB
And it uses nesting proxy iframes for ...
2
votes
2answers
77 views
How to protect method signature in java called from other language (javascript)
I have a question about combining java with javascript. In our application we have gui build in javascript and server side build in java. In javascript we write that we want to call methodX from ...
0
votes
2answers
209 views
Realtime communication java to javascript
I have a java program which collects realtime sensor data from a COM port and I want to send it to javascript without using node.js.
The sensor data should be givin arround at least 2 times a second.
...
0
votes
2answers
2k views
Sending data to serial port using javascript and jssc.jar
I need to write a web-based application that will sent data to a display unit (a serial port connecting device) connected by a usb-to-serial converter.
I read that this is possible using a java ...
0
votes
2answers
172 views
HTTP get request communication js to PHP doesn't return a result?
So I have a little js program running in a HTML5 canvas and I have a little http get request function in my js. The function itsself works(tested it with quite a few examples on the internet and it ...
0
votes
0answers
417 views
How to capture flash FSCommand event in HTML with firefox and chrome dynamically?
I need to find all flash objects in HTML and handle their FSCommand. I already have all instance reference in java-script but I can't use flashname_DoFSCommand method because some of object does not ...
0
votes
1answer
343 views
Javascript webcam stream P2P [closed]
Is near possible to build a web application where two users can have a video chat call (peer-to-peer) based only on Javascript/PHP, where the server role is just to setup and manage the "chatroom"?
...
0
votes
1answer
294 views
JavaScript and SWF communication
I have a sizeable interactive swf file and the file is embedded to my HTML using SWFObject. I can communicate with the swf by JavaScript and it works perfectly. But it has no preloader and because the ...
1
vote
2answers
890 views
web2py: how to copy a python array into a javascript one
I'm currently having an issue with getting javascript and python to communicate in web2py.
controller:
def testDB():
a=[]
a.append('a')
a.append('b')
a.append('c')
...
0
votes
1answer
223 views
RTCweb server side implementation
RTCweb standardization initiative is running very fast (IETF, W3C...)!!
The current specifications focus on browser to browser communications and early partial browser side implementations are ...
1
vote
1answer
169 views
Pulpcore and Javascript to Java Applet communication
I have a problem using Pulpcore Java framework. I tried to call Java function from JavaScript on the page with applet. The applet is correctly embedded on the page (pulpcore generated the code). The ...
3
votes
1answer
228 views
Get iframes complete url which is from another domain
The parent page can get the URL (and fragment) of an iframe but after the iframe updates its URL fragment the parent cannot get the updated URL with fragment.
Example iframe URL:
...
0
votes
3answers
132 views
JavaScript - Is it possible for two user-agents to communicate without server interaction?
The web is built around the idea of user-agents talking with servers. However, I'm wondering if there is some way (websockets perhaps?) that two user-agents (once introduced by a server) could talk ...
1
vote
2answers
528 views
PHP, javascript, ajax - communication between 2 users
Good day to all.
I need to do this:
When user X press a button user Y sees a photo. Before that user Y sees nothing.
I did this like this: I created a database on a mysql server and created a ...
0
votes
1answer
143 views
Odd javascript XSS error
I'm designing a simple way to communicate between iframes, and I am getting an odd XSS error, even though Both URLs have the save domain.
Unsafe JavaScript attempt to access frame with URL ...
0
votes
1answer
182 views
PHP and Javascript communication with Terminal
I was wondering if there is a way by using PHP and Javascript (+AJAX) so as to have a box inside of which the contents of the terminal screen of a linux system are going to be displayed. I need this ...
4
votes
3answers
1k views
Communication Between Windows/tabs With Javascript
How can I have two tabs (or windows) that are on the same domain be able to talk to each other without having to have one window instance the other.
1
vote
1answer
639 views
How does cross domain file (receiver) work?
So, how does it work? How come having a receiver.html can allow cross domain communication? I... just... don't understand.
For example, (using Heyzap as example)
<script type="text/javascript" ...
1
vote
1answer
1k views
Window to Window Communication in js by window name
Is there anyone who can give me some thoughts on how to handle window to window communication using javascript givin that the two windows has no parent child relationship. Basically the other window ...
0
votes
6answers
484 views
Getting Javascript to talk to PHP
On my page I have a table, and this table has a list of items plus an edit button.
When the edit button is clicked, I want to fill the form with the information specific to that entry in the table. ...
0
votes
1answer
173 views
How to get Javascript to “communicate” with PHP
I have the following code (PHP):
$link = array(
"<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a ...
1
vote
1answer
104 views
receive complex objects from javascript in flash
I'm trying to call a Flash function from javascript passing complex data types as arguments
the Flash function is being called correctly but the args have no value,
I mean they are both complex data ...
0
votes
3answers
257 views
Write a serverside c++/openGL App, that is accessible via JavaScript
I am currently having an idea where I want to save an image from a c++/openGL application on demand from a browser. So basically I would like to run the application itself on the server and have a ...
0
votes
1answer
2k views
Servlets and AJAX communication
i do have a communication probleme here between my java servlet and an ajax request. more about it:
Absolute path to the index.html (including javascript/ajax request):
...
1
vote
3answers
3k views
Mozilla Firefox problem with Javascript and Flash communication
I have a script that displays a list of song names and when the user clicks a 'listen' button the filename is passed to a Flash player which loads and plays the mp3. This works fine for Safari and IE ...
