ExternalInterface To Work With VB.NET?

Apr 15, 2012

I just had this conversation with a colleague and I am now turning to the SO community to provide evidence based on fact, not opinion, as to which tool would be ideal to grow into in the current programming environment. Director or Flash?I am deciding if I should stick with Flash or bother learning Director 11.5. He want to know if he should stick with Director or learn Flash. No, we don't work together. Hehe..

EDIT:

I've gotten ExternalInterface to work with VB.NET, hence the need for Director in the context of its ability to do File System IO and "non-flv" video are eliminated. No if only VB could do the kinds of animation that Flash could do, I could turn towards being a "real" programmer...

View 4 Replies


Similar Posts:


Javascript :: Can't Get ExternalInterface.addCallback To Work?

Jun 15, 2010

I'm trying to use ExternalInterface.addCallback to allow js to call an as3 method. My code is as follows:

AS:

ExternalInterface.addCallback("sendToActionscript", callFromJavaScript);

function callFromJavaScript():void{
circle_mc.gotoAndStop("finish"); [code]....

It's not working. What am I doing wrong?

View 3 Replies

Actionscript :: Can't Get ExternalInterface In Flash To Work

May 14, 2009

I'm using the XSPF music player (the slim version found here [URL], written in AS2) to play through a list of mp3s on a website. I need to make a javascript call each time it loads a track. I'm attempting to do this through ExternalInterface, but so far with no luck. Here's my setup: I'm writing the site on a linux machine which also houses the testing server, but editing the flash in windows. I'm testing the site on the same linux box with firefox 3.0.10. The html and actionscript are posted here[URL]). Does anyone see anything wrong with my code? why it's not working? I feel like it's something in my basic setup...

View 1 Replies

ActionScript 3.0 :: ExternalInterface.addCallback Won't Work On IE

Nov 21, 2011

I've got this piece of code in flash:

[Code]...

This code works perfectly with Chrome, Firefox and Opera but won't do it in IE. And... I also would need to have it working on IE6 = PS: the alert works fine in all the browsers (except IE6,7,8 because of the .src attribute =_=)! So I think the problem isn't the object retriving.

View 4 Replies

ActionScript 3.0 :: ExternalInterface.call Won't Work In Ie

Feb 11, 2008

I'm having some serious issues trying to get externalinterface to work in ie. I've looked around and seen that there are problems with ie when the swf is inside a form tag but my swf is not. Also I have set "allowscriptaccess" to "always" and still nothing. It works fine in FF and safari. In ie all i get is a little icon in the bottom corner that says "Error on page" and when I select that it just says something to the effect that there is a syntax error but doesn't give any helpful details at all.

View 10 Replies

JavaScript :: ExternalInterface.AddCallback Does Not Work On Firefox?

Apr 15, 2010

I'm trying to call a method inside a flash movie from js, every time the mouse leaves the "div". It works on Internet Explorer, but not in firefox. Here is the html script:

<script type="text/javascript">
window.onload = function(e){
init();
}function init(){
document.getElementById('div').onmouseout = function(e) {
[Code] .....

Here is example of the problem, there is an alert for the js and the flash should be able to remove the swf (see a gray background? it works! see a image, flash didn't receive the call): [URL]. This should work with internet explorer / safari / chrome (pc/mac) only firefox seams to reject this.

View 2 Replies

JavaScript :: Unable To Get ExternalInterface.Call To Work In IE7

Aug 11, 2010

<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script language="javascript" >
swfobject.registerObject("myId", "10.0.0");
function execute(){
return a;
}
[Code] .....

I have this which is based off of this question: [URL]. However this neither works in firefox and IE. If I embed my flash into the browser like this:
<embed src="helpdeskApp_three.swf" id="flash" quality="high" scale="exactfit" width="800" height="500" name="movie" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="[URL]"/>

This works in Firefox but not IE. What is the proper way of embedding my flash movie so it works across all browsers?

View 1 Replies

Flash :: Getting Javascript To Work With SWF File Using ExternalInterface

Oct 16, 2010

I have a SWF file emedded withing a HTML page. Trying to do a simple operation - go to and play certain frame in SWF using javascript. I'm using ExternalInterface to do this but for the life of me can't get the two to communicate. I add all the code but when clicking on the link which calls javascript, it says my flash object is undefined?

[Code]...

View 2 Replies

Flash :: Does ExternalInterface Work On The File: Protocol

Mar 9, 2011

Can anyone confirm that ExternalInterface works on the file: protocol, or point to some docs that say that it will not?

View 3 Replies

Javascript :: ExternalInterface.addCallback For As3 Doesn't Work

Mar 17, 2011

I want to call AS function from JS.

I have the following ActionScript 3 code:

package {
import flash.display.*;
import flash.events.*;

[Code]....

But obj has no method PlaySound() (obj is not null).

View 2 Replies

ActionScript 3.0 :: Using ExternalInterface And As3compile Doesn't Work?

Dec 2, 2009

I'm trying to create a flash file (using no GUI) that uses the ExternalInterface class. But it just plain dies as soon as I call ExternalInterface.call().

I'm using SWF Tool's as3compile program to export this, and even with the -v flag up, it gives no warnings or errors. Here's the whole file:

ActionScript Code:
// action.as
package
{

[Code].....

View 0 Replies

ActionScript 3.0 :: ExternalInterface Class Doesn't Work In IE Instead It Outputs 0?

Aug 5, 2009

[Code]....

this works in FF and outputs 600 like expected and it doesn't work in IE, instead it outputs 0??? why is this handled differently in different browsers?

View 5 Replies

CS4 - ExternalInterface & FireFox V3.013?

Aug 19, 2009

I've spent about a day on this... Publishing a swf for AS3/FP9, following the example in the ActionScript 3 documentation to get two-way communication between a SWF and javascript. Works great in IE.

I've sifted through what seems like a million posts on the subject, with people getting the same result... the function I/they are attempting to call doesn't exist.

In the documentation example, there's a function to find/return either the SWF as an object or embed tag depending on which browser you're viewing the page in.

[Code]...

View 1 Replies

ActionScript 3.0 :: ExternalInterface On IE?

Dec 1, 2009

I'm trying to use ExternalInterface to expose functions of my as3 code to javascript. It is working very well, following the Flash CS3 help on Firefox and Chrome browsers, however on IE 8 things are getting hard...
 
At my HTML page I used the help-suggested functions to confirm the connection between js and as:

[Code]...

View 3 Replies

ActionScript 1/2 :: ExternalInterface With Grabbing URL?

Nov 13, 2009

I have a flash menu that needs to play a different scene depending on which page it is embedded into. So I need the it to grab the URL of the html page it is on and do some simple test on it to figure out what scene it should be on. *For the record, I tried to do it without scenes but the frame jumping started doing some cracked out things

Code: (on a single empty frame in Scene 1) import flash.external.ExternalInterface; var urlPath; urlPath = ExternalInterface.call("window.location.href.toStr  ing()"); getURL("javascript:alert('"+urlPath+"');"); if (urlPath == "http://www.awesome.com/Portfolio/portfolio.html"){ gotoAndPlay("Scene 3", "portfoliopage"); } else if (urlPath ==

[code]....

Somehow, my urlPath isn't getting the correct value, and therefore the if-else latter isn't functioning appropriately. I am posting the website on my test server, so the http addresses are correct, and the if-else latter functions perfectly when I just change the conditions to 'true'/'false', so neither is the problem. The problem is that the alert shows me that the value of urlPath is undefined, and so then all conditions in the latter evaluate to false.

View 5 Replies

ActionScript 3.0 :: ExternalInterface Not Working?

Jul 21, 2011

I'm using Flash Professional CS5 with AS3. I have this line of code:ExternalInterface.call("alert", ev.target.data);Nothing happens. I've tried IE7, FF5, Opera and Safari. Nothing.My import is: import flash.external.ExternalInterface;If I use trace(), I get the proper feedback (but only in my test movie, NOT my swf).

View 10 Replies

Flash ExternalInterface.call In IE

Feb 21, 2010

I am having an issues with ExternalInterface.call to return a value in IE. It is working fine in Firefox. Eventhough I changed the "allowscript access" to "always", still it is not working. Is there any thing that I need to change in Flex or the HTML to make this work? or this is a security setting in IE?

View 1 Replies

Javascript :: Flash - Get A VAR With ExternalInterface?

Nov 5, 2010

I am trying to use the ExternalInterface.call function in my ActionScript(2.0) to get a javascript var value set in the wrapping document. The following seems to work in FireFox and in Chrome but, naturally, it does not work in IE(8). getting the value stored at this variable?

var linkPath = ExternalInterface.call("function(){return window.customLinkLocation;}", null);

[Code].....

View 5 Replies

Flash :: Way To Use ExternalInterface Locally

Oct 11, 2011

The problem is this: I have an swf embedded in an html. I must call a js function in the page from the swf via ExternalInteface. Ok. But it must work locally, for any user, without doing nothing. That's because this thing must be distributed in cdroms.

View 4 Replies

Javascript :: ExternalInterface Not Working In Ie9

Feb 6, 2012

I am having problems with External interface and IE9. The swf objects play fine but none of the information input is transferred to the cookies that should be set. I have seen that there are other questions similar to this but have not been able to solve my problem using them. THis is the html we are using

<div id="flashcentre">
<object type="application/x-shockwave-flash"data="http://workingflashlink" width="600" height="450">

[Code].....

View 1 Replies

ActionScript 3.0 :: ExternalInterface And Wmv Player?

Jan 28, 2009

I have a problem in the communication between as3 and javascript: simply I want to use a flash movie in the same page where I included an wmv object player. When I try to invoke a function on JS (from as3) I note that all the normal playstate and commands to handle the wmv player are inverted. (for example the movie is playing the variable document.Player.playstate is set to 2-paused and so on). Even further I figured out I have big problems in fullscreen/set volume commands. Does anyone face this problem too? Where can I find useful links?

View 0 Replies

ActionScript 3.0 :: ExternalInterface.addCallback?

Feb 11, 2009

I have been trying to get this working for a while now and am at the end of any ideas or samples.In 2.0 it was setVariables and was not problem.But now I'm trying to get ExternalInterface.addCallback to work and just can't seem to get it to work.Just want to send a variable from javascript to actionscript class.Ok, here is the javascript:

Code:
function thisMovie(movieName) {
if (navigator.appName.indexOf("Microsoft") != -1) {
return window[movieName];[code]....

I have been trying to get this to work but with no luck.It's in a .Net aspx page. Even stripped the page of everything but this with no luck. And no master page either or ajax.

View 3 Replies

ActionScript 2.0 :: Get Browser URL Using ExternalInterface?

Nov 10, 2009

I am going to use ExternalInterface to get the url from the browser and I wanted to know before I implement it, if there are known issues using this before I implement it?

Here's an example from Adobe but I want to make sure there are no issues as I am on a super tight deadline and cannot afford to come back to this.[url]...

View 0 Replies

ActionScript 3.0 :: ExternalInterface And AC_FL_RunContent?

Jun 25, 2010

ernalInterface in an application to insert data into the swf using javascript.But, I have a problem and I dont know how to face it.The only way that ExternalInterface works is if I use "<object classid=" etc...But I need a way to detect the users flash player, because my app need at least Flash Player 10Flash Player CS4 has an option called "Detect Flash Player". It is perfect. Do what I need but if I use it ExternalInterface doesn't work, because the swf file is embed to the page using the code bellow.

Quote:
AC_FL_RunContent(
'codebase',

[code]......

View 3 Replies

ActionScript 3.0 :: ExternalInterface Not Working In Ie9

Sep 15, 2011

I have a very simple ExternalInterface.call in my flash that isn't working in IE9. I have ever simplified it is just call a javascript alert and it still isn't working. It works great in every other browser. I have IE 9.0.8. Does anyone know if this is this a known bug in IE9, or if there would be a good alternative to ExternalInterface? I can't find anything on the internet that is working.

View 2 Replies

ActionScript 3.0 :: Use ExternalInterface Without Server?

Jan 18, 2012

I'm doing a simple flash application. I'm going to run my swf in an sdk. the sdk doesn't have apache server.. So i've to call javascript using externalInterface without server (even local server).

View 9 Replies

ActionScript 2.0 :: ExternalInterface.addCallback?

Jan 8, 2007

i have a flv movie and i need to be able to stop it through javascript. so i found out that i need to use ExternalInterface.addCallback

View 3 Replies

ActionScript 2.0 :: Closing Swf From ExternalInterface?

Sep 3, 2008

[URL]..Above is a link to a component I'm working on. I've overlayed one swf with another swf which is going to display a sort of advertisement slide. What I'm trying to achieve is that when the adbanner (id="mediabanner") reads an xml file and reads "false", it then calls the ExternalInterface function "hideFlash" and in turn closes the swf so that the swf beneath it can be seen.

Could someone view the page source and let me know what I am doing wrong? The hideFlash function is being called, but its not actually hiding the swf.

View 2 Replies

ActionScript 2.0 :: ExternalInterface.addCallback In IE?

Jan 30, 2009

This is so frustrating...I'm going to do my best to be concise here, so forgive me if I leave too much out.I'm also going to try to simplify so I don't get bogged in details. I have a set of html pages that guide you through a tutorial. The different pages are REALLY just one big page that has divs hide and unhide as you go through the flow via previous and next buttons.

There are 4 pages which play a video clip. Each video clip .swf contains an FLVPlayback component that plays an .flv, and uses an .swf skin file. All these things play fine. If you're watching a video and you click "NEXT" the sound is still playing because of course you're still on the same page. So we looked into it and found out about the whole ExternalInterface.addCallback thing.

[Code]...

View 1 Replies

ActionScript 3.0 :: ExternalInterface.objectID?

Jun 2, 2009

Code:
ExternalInterface.call('alert', 'objectID: ' + ExternalInterface.objectID);
the alert says "objectID: null" --

[code].....

View 8 Replies







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