ActionScript 3.0 :: "Error Calling Method On NPObject" On Second Function Call

Mar 17, 2011

So I have an AS3 audio player which receives commands from Javascript.I have a function in the flash file called 'set_song', which sets the URL for the song to be played. The first time I call it using something like

Code:
document.getElementById('audio_player').set_song(response.url);

(response.url being the URL response from an AJAX call) it works fine and all the other functions on the player work fine but if I then run the same function a second time I get the "Error calling method on NPObject!" error in Firebug. I googled this and it said it was something to do with permissions but;

The site is at dftba[dot]com
The flash file is at dftba[dot]com
The javascript files are at [1/4][dot]cdns[dot]dftba[dot]com
The audio files are at vox[dot]dftba[dot]com

And I have

Code:
Security.allowDomain("dftba[dot]com");
Security.allowDomain("www[dot]dftba[dot]com");
Security.allowDomain("new[dot]dftba[dot]com");

[code]...

View 0 Replies


Similar Posts:


Actionscript 3 :: Error Calling Method On NPObject?

Sep 26, 2010

It seems not to be working:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="600" height="300" id="externalInterface" align="middle">

[Code].....

View 2 Replies

Javascript :: Error Calling Method On NPObject

Sep 23, 2011

Making a flash video streaming web-app using Actionscript 3's external Api. I am at a very rudimentary phase of the project where we're just experimenting with external interface. Right now i just have a flash object and 3 buttons each to play pause and load a video. The only button that is currently set up to do anything is the load button. My swf and my html file sit on the same file system, and my video files sit on another server with traffic being redirected through a media server.When i press the load button, which should just give it the path of the video file on it's server. Instead it throws an error that reads "Error: Error Calling method on NPObject". [code]I've read in a lot of places that this is an issue with security, but both my swf and html are in the same folder on my local machine. Only the files come from outside, and in any case I think i've set the security settings correctly when i declare my flash player in the object tag, but maybe i'm missing something there.if you can't solve my question directly can someone please explain what "error calling method on NPObject" means? I'm sure its specific to flash-js communications because i've never seen it before and that's what i have gathered from my googling.

View 2 Replies

Flash :: Cross-domain Error - Uncaught Exception: Error Calling Method On NPObject ?

Oct 28, 2009

I am trying to emulate (in a limited way) the behavior of JavaScript's XMLHttpRequest object through Flash/ActionScript 3, in order to overcome the same-domain limitation. But I'm discovering that ActionScript has its own limitations in that regard. I admit that I might be mistaken, but from what I understand it is theoretically still possible to do this sort of cross-domain scripting using ActionScript, so long as you get all the permissions right. And that's where I'm running into trouble.

First, I borrowed some open-source code for a class called AjaxRequest, which I have saved as /ajax/AjaxRequest.as. I then created a Flash file called /jsajax.fla which exports to the final SWF file, /jsajax.swf. Now, here's the ActionScript code that comprises the first and only frame of the Flash file:

import ajax.AjaxRequest;
Security.allowDomain("domainone.com");
Security.allowDomain("domaintwo.com");[code]....

This is the only case I could not get working, and this is the case I need to get working. The first two were really just test scenarios to see if the script was working at all. When I try to run my jsAjax function here, I wind up with an error that shows up twice in Firebug:

uncaught exception: Error calling method on NPObject! [plugin exception: Error in Actionscript. Use a try/catch block to find error.].
uncaught exception: Error calling method on NPObject! [plugin exception: Error in Actionscript. Use a try/catch block to find error.].

View 1 Replies

Jquery :: Uncaught Error: Error Calling Method On NPObject?

Jan 20, 2012

I have a flash video on my page as follows:

<script type="text/javascript">
var flashvars = {
};

[code].....

View 1 Replies

Javascript :: Google Visualization API - Error Calling Method On NPObject?

Apr 18, 2011

I've been playing with the visualization API aka dynamic charts and I've found that the example at [URL] does not really work on localhost. That is, Error calling method on NPObject is thrown when a event is clicked (points A and B in the example aforementioned). I suppose that is a security issue on the server end (Google's flash base).Since that jsFiddle code is hosted on a domain, the note at the very bottom of the documentation should not apply:Because of Flash security settings, this (and all Flash-based visualizations) might not work correctly when accessed from a file location in the browser [URL] rather than from a web server URL [URL] .

View 2 Replies

Javascript :: Overcome "Error Calling Method On NPObject" And Play() A SWF?

Apr 9, 2011

I am working on a quiz system. Normally it uses jpeg images with each question. But a few of the quizzes instead feature animated .SWF files. I want to use jquery swfobject to call the play() method, once the user has clicked on an answer.

My solution works fine locally, but when I try to run it online, it throws the "Error calling method on NPObject!" message.

The quiz HTML is located on www.somedomain.com and the SWFs are on images.somedomain.com. So, I'm guessing this is a cross-domain thing.

Trouble for me is, I don't know anything about Flash... how to edit SWF files, anything about Flash attributes, or the like.

Here's an example of my code:

<div class="photos">
<object data="http://images.somedomain.com/q1tattooquiz.swf" type="application/x-shockwave-flash" width="600" height="350">
<param name="movie" value="http://images.somedomain.com/q1tattooquiz.swf">

[Code].....

View 4 Replies

Javascript :: "Error Calling Method On NPObject!" In Uploadify?

Mar 15, 2011

I'm using Uploadify to upload file in my CMS. Everything works fine until recently. I got an error Error calling method on NPObject on this line

document.getElementById(jQuery(this).attr('id') + 'Uploader').startFileUpload(ID, checkComplete);
on this part

[code]....

View 1 Replies

ActionScript 3.0 :: Function Call Not Working - Getting Error 1180: Call To A Possibly Undefined Method Init? ?

Sep 25, 2009

why this is not working.I have an application with a new class I just created.  The class loads, but will not call it's own internal function. 
 
package com.parkerandkent.components.classic.photogallery {
 import caurina.transitions.Tweener;
     import flash.display.MovieClip;[code]....
 
"Test 2" will not fire here.And I get this error message:
 
CallTag.as , Line 10        1180: Call to a possibly undefined method init.

View 4 Replies

ActionScript 3.0 :: 1180: Call To A Possibly Undefined Method Error For DEFINED Method

Nov 19, 2010

I am getting this error: 1180: Call to a possibly undefined method startWorld.but the method startWorld is defined as you can see in attachment.

View 4 Replies

Actionscript 3.0 :: Make A Public Static Method Call Another Method, But Flash Throws Error 1180?

Feb 19, 2010

I'm tryng to make a public static method call another method, but Flash throws error 1180, sayng that the method called by the static method is undefined.

Code: Select allpackage
{
import flash.display.MovieClip;[code]....

View 2 Replies

Flash :: Call Anonymous Function From ExternalInterface.call() Method?

Nov 4, 2010

I need to get a javascript var in my Flash application. I like to be able to just set a variable in the javascript (client constraints) rather than define a function.

Can this be done? I am trying to use the ExternalInterface.call()

AS:

ExternalInterface.call("function(){return window.someVar}", null);

JS:

var someVar = "Test";

This does not work and I suspect it is because the ExternalInterface.call() does not like the anonymous function.

View 2 Replies

Java :: Flex - Calling A New Method From Mxml Produces "cannot Invoke Method" Error

May 24, 2011

[Code].....

getUser was already in UserService.java. I just created getUser2 and it's identical to getUser. When I try to call getUser2, i get the "Cannot invoke method" error. question: Do I need to specify getUser2 in some other file? like in some configuration file? if so, which one and how do I do it.

View 1 Replies

ActionScript 3.0 :: Error When Calling AddChild Method?

Apr 7, 2011

I created a new class as DraggableObject in Flash CS5 with the following definition:

package {
import flash.display.MovieClip;
public class DraggableObject extends MovieClip{
public function DraggableObject(){

[Code].....

Before running the code, I had a simple rectangle object converted to a movie clip and exported it to actionscript with the class of 'DraggableObject'. I just had it in library (i. e. no other instance in the stage). What I wanted is to create an instant of it at run-time ( 'draggableObject' ) and have it added to the display list of the stage, throgh its method 'draggableObject.addToStage()'.

And I don't have an idea as to what 'null object' referes to here. Since I created an instance in the line "var draggableObjectraggableObject = new DraggableObject()", it cann not be null....? When I commented out the line 'stage.addChild( this );' in the class definition (line9) it works with the trace statement output.

View 6 Replies

Flex :: IsEmpty Error When Calling Parameterless WCF Method?

Apr 12, 2010

I have a WCF web service (using basicHTTPBinding) which I am connecting to from a Flex application. I am using the FlexBuilder code generation to make a proxy for the web service.This has been working great until I tried to call a method on the web service that has no parameters. Here is it's interface declaration:

[OperationContract]
DateTime GetCurrentDateTime();

I then started getting HTTP 500 code responses from the service.Inspecting the HTTP response with Fiddler shows that WCF is reporting the following error:

Error in deserializing body of request message for operation 'GetCurrentDateTime'.
The OperationFormatter could not deserialize any information from the Message because the Message is empty (IsEmpty = true)

So it seems that there is an incompatability between Flex and WCF whan calling methods that have no paramaters - Flex doesn't include anything in the message but WCF is expecting something to be there.Is there any way to configure either Flex or WCF to work around this or am I going to have to include dummy parameters in such operation contracts?

View 1 Replies

ActionScript 3.0 :: Calling A Function From Method In Class?

Jan 28, 2009

I create an instance of an object - This is on my main.fla

ActionScript Code:
var newClass:MovieClip = new myClass;
newClass.myFunction();[code]....

I've tried putting parent. before it etc - just to note this isnt my actual code I'm working on but a simplified version of it.

View 7 Replies

ActionScript 3.0 :: Calling Method From Superclass But Returned Error #1009

Oct 2, 2009

TypeError: Error #1009: Cannot access a property or method of a null object reference. the main idea is calling a method from subclass that inherit to a superclass.. here is the code

[CODE]...

View 3 Replies

Actionscript 3 :: Calling A Global Function With Out 'new' Or Having A Static Method

Sep 27, 2011

I'm creating a utility function for debugging/logs, which I access by importing the class and calling

new Log(params);

Alternatively I change the function to a static, and rename it to It,

then I can call it by Log.It(params)

I'm wondering if it possible to set it up so I can simply call Log(params) similar to the trace command?

function:

package
{
public class Log
{

[Code]......

View 1 Replies

Javascript :: Function Does Not Exist When Calling Flash Method From JS

Feb 10, 2012

I have a simple flash socket that I use to connect to IRC servers. It has an open, close, and send method made available to JS through ExternalInterface, for opening connections, closing connections, and sending messages respectively. The socket calls IRC.io.receive in JS whenever it gets a message, which is parsed by JS into something useful.Unfortunately, whenever any of the flash methods are called from JS, they return a "__ is not a function" error.Here's the (watered down) AS, where IRC is the document class:

public class IRC extends MovieClip {
public static function open(url:String, port:int) {/* code */}
public static function close(port:int) {/* code */}
public static function send(port:int, message:String) {/* code */}

[code]....

Any call to any of the functions registered with ExternalInterface throws a "function does not exist" exception.

View 1 Replies

ActionScript 2.0 :: [FMX04] Calling Function On Movieclip From Class Method?

Sep 15, 2007

Is it possible to call a function defined in a movie clip from a class?Here's a sample project setup I'm trying to achieve this simple feat:

func.fla
- Has one movieclip "fooinst" which is library item "foo".
- The "foo" library item has linkage is to the "Foo" class
- The "foo" library item has one script on it's first frame:

[code]....

View 2 Replies

Actionscript 3.0 :: Call A Function / Method From A MC?

Jul 20, 2009

I'm currently working on a Flash application for a narrowCasting system.

I'm running into the following (probably easy) issue:

How do I call a function which is defined at the main timeline from a MC?

On the main timeline I have some functions for general use which I need to call from a MC from the library.

In AS2 you would do something like "_parent" or "_root", but how do I accomplish this in AS3?

View 2 Replies

ActionScript 2.0 :: Call And Execute A Function Without Calling It Trough A Button?

May 13, 2004

on frame 1 : I define a function
exemple : function exemple(){
a=1;
}//end function
on frame 2 : line0 :exemple()
line1 : trace(a);

=> but there is no trace of a. the function has not been called but if I add a button with on release exemple(), the function exemple has been calledis this normal ? how can I call and execute a function without calling it trough a button.

View 2 Replies

ActionScript 2.0 :: Call And Execute A Function Without Calling It Trough A Button

May 13, 2004

on frame 1 : I define a function

[Code]...

but there is no trace of a. the function has not been called but if I add a button with on release exemple(), the function exemple has been called is this normal ? how can I call and execute a function without calling it trough a button.

View 2 Replies

Error: Call To Possibly Undefined Method Startfyp

Mar 5, 2010

On my main timeline I have the code:

[Code]....

Both of the files are in the same folder, but it fails to run and constantly comes up with the error: Call to possibly undefined method startfyp. Like I said, I am extremely new to programming, and I'm sure the answer is probably really obvious.

View 1 Replies

Error In Compiler - Call To Possibly Undefined Method

Nov 18, 2010

Those files are in the same folder:
my .as file
package {public function YAAY():int{return(3);}; }
My main .fla
trace(YAAY());

But the compiler says
1180: Call to a possibly undefined method YAAY.

View 2 Replies

Php :: Error 1061 - Call To A Possibly Undefined Method?

Aug 4, 2011

Error 1061: Call to a possibly undefined method _initRemoteClassAlias through a reference with a static type ClassSo, that being said, here's what I think I know about that. It is tying to call a method named _initRemoteClassAlias but cannot find it. So here's my guess where my confusion/problem comes in. The method it is trying to call was created utomatically by FlashBuilder in the _Super Class of a PHP script I have written. (in this case the error is stemming from : services.cascobackend._Super_CASCOBackend.as) - Here's the first little bit of code from the _Super Class in question:

package services.cascobackend
{
import com.adobe.fiber.core.model_internal;

[code].....

View 1 Replies

ActionScript 3.0 :: Error : Call To A Possibly Undefined Method

Feb 23, 2012

So I just started programming with flash and I'm a little confused. When I compile this i get an "Error: Call to a possibly undefined method methodName" for beginFill, drawRect, and endFill.

I think I need to tell action script what to apply the methods to, but I'm not sure how to do that. And why doesn't the "add" method need this?[code]...

View 3 Replies

Jquery :: Call Function Inner Swf With Method GetURL?

Jun 25, 2011

I would like to call a jQuery pager function (p) defined as:

function p(page)
{
$('#pitch').load(page);
}

how can I call this function inner swf with method getURL..

note: normally I call it in html tag as:

<a href="#" onclick="p('somefile.php?id=someid');">link name</a>

View 1 Replies

ActionScript 3.0 :: Error : 1061: Call To A Possibly Undefined Method

Aug 20, 2010

I'm getting this error:

1061: Call to a possibly undefined method resizeBox through a reference with static type flash.displayisplayObject.

on this line:

Code:
public function resizeArea():void
{
for(var i:int = 0; i < this.numChildren; i++)

[Code]....

View 1 Replies

ActionScript 3.0 :: Error 1180:Call To A Possible Undefined Method GetURL

Jul 5, 2010

I keep getting the error 1180:Call to a possible undefined method getURL

[Code]...

View 2 Replies







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