ActionScript 3.0 :: Call To Service Fine In Firefox, But Not In Chrome Or IE

Dec 14, 2009

I'm making a call to an API function on a server through my swf file. The service is supposed to return an XML.

In Firefox, this works perfectly fine, when I print it out, I get the XML string.

But in IE or in Chrome, I get nothing back. Well, when I print out what comes back it prints out as UNKNOWN. Unfortunately I don't have access to the api so I don't know if that's actually a string that is sent back, or if that is something that flash is printing out.

Has anyone had problems with calling services from different browsers not working?

I can't really provide the code as it's proprietary... But, more info, the urlRequest is also sending header requests along with it.

View 7 Replies


Similar Posts:


ActionScript 3.0 :: URLLoader() Not Loading Php File In Firefox Or Opera, Fine With IE And Chrome

Jul 14, 2011

I have run into a problem with the URLLoader that I havent encountered before. I have reviewed my code several times and maybe I am missing something.

Basically, I have a separate loader class that I want to communicate to a php file located in the same directory. That php file forms an xml markup within and returns the location of a background image from the database. As you can see from the code, I have event listeners for progress, loaded, and IOerror.

This works fine in IE and Chrome. However in FF and Opera, my custom progress bar shows 100%, but the info bar shows "IO Error" (which is kind of a visible trace statement on the swf for informational purposes) and it does not go anywhere.

This is the swf's location: [URL]

PHPGetBackground class:
package com.hexonite.loader {
import flash.display.Sprite;
import flash.events.Event;

[Code]....

View 4 Replies

ActionScript 3.0 :: Flash Website Not Working On Firefox On PC But Works Fine On FireFox On MAC?

Jul 21, 2009

works perfect on my macbook pro (safari, firefox, and opera) but when I view the site on Vmare Fusion Windows XP and use IE and FireFox the pages don't load... I don't know what to make of this. Has anyone hear or seen anything like this happen before? BTW the website was created in Adobe Flash CS4/ AS 3.0 and published using Flash Player 10.

View 2 Replies

ActionScript 3.0 :: Cannot Get On The Forums Through FireFox Or Through Chrome?

Nov 18, 2010

Today I cannot get on the forums through FireFox or through Chrome - they work ok in both IE and Safari, but are a mess in FF and Chrome - on two different machines for me. Anyone else seeing this? Chatted with Adobe's support for a few minutes and realized they have no damn clue about anything...

View 4 Replies

ActionScript 3.0 :: Not Working In Firefox & Chrome?

Mar 28, 2012

This is working fine in IE but not working in firefox & Chrome browsers
 
var pageURL:String      = ExternalInterface.call("window.location.href.toString");
if(pageURL == null)
{

[Code]....

View 3 Replies

Flex :: MouseWheel In Chrome And Firefox

Mar 30, 2011

I'm trying to handle the mouseWheel event in an advancedDataGrid with not success. Without any additional code my adg can be scrolled with the mouse in IE but not in firefox and Chrome, why? Why does it behave different in that browsers?[code]

View 1 Replies

Can't Get Flash 8 .swf Object To Show Up In Firefox Or Chrome

May 24, 2009

I have tried many different emethods of embedding the .swf object in the website I am currently working on. I have use the code from the publish option which didn't work at all.I also tried the SWFObject javascript thing, and that worked, but It wouldn't auto play and there wasn't anyway to set it. So far all the code I have tried works in Opera 9/10 and IE7/8, but not in firefox or chrome.[code]

View 7 Replies

Why Does Firefox And Chrome ONLY Load Flash When It Comes Into View

Jun 24, 2009

Flash will ONLY load when it becomes into view on the screen For example, it won't load a Flashmove that is at the bottom of the page INSTEAD: it will ONLY load when that part of the screen comes into view

- Older Flash, ver 7 and below, this isn't a problem
- Newer Flash, ver 8 and above: problem

View 7 Replies

Windows :: Site Does Not Work In Firefox And Chrome On Pc's?

Aug 14, 2010

In firefox and chrome on my macbook the video plays full screen in the background.However, my client is complaining about it not working at all on windows computers. While I thought that most browser compatibility issues were mostly browser based and not OS based, apparently the same site does not work in firefox and chrome on pc's.I'm not 100% sure, but it might be some sort of a z-index problem? I heard that the video would show up, but none of the content would.

View 1 Replies

Flash :: Html - Not Transparent In Chrome Or Firefox

Oct 16, 2011

I'm using Flash 10.3 in Firefox 7 and Chrome 14. I have some HTML and Flash content where the Flash, containing complex vector drawings with a transparent background, is layered overtop of the HTML. I use Flashes wmode=transparent setting to allow the HTML content underneath to be seen through Flash.

[Code]...

View 1 Replies

Actionscript 3 :: SendToURL Working In Firefox But Not IE Or Chrome?

Dec 28, 2011

I am building a login page for my website. Right now it is very simple, but it only seems to work in Firefox and I have no idea why. Here is where it seems to be breaking. The code sends the user's login information to login.php which will eventually check it with the database and then sends the user on to a welcome page.The user gets to the welcome page, but the information never seems to be sent to login.php when the user is using Chrome or IE.

[Code]...

View 1 Replies

ActionScript 3.0 :: Firefox 3.6.6 / Chrome 5 Swf Movieclip Mask

Jul 13, 2010

check out [URL], click Gallery and click on one of the large buttons (have to explain like this because this thread will not let me post a link). In FF 3.6.6 and Chrome 5 with flash player 10.1 plugin, my mask is chopped off on the large photos. The gallery uses shadowbox. Im viewing from vista. Worked fine in previous versions of FF and still shows up correctly in IE.

View 0 Replies

ActionScript 2.0 :: Shared Object Wont Work In Firefox, Fine Elsewhere?

Nov 18, 2009

ActionScript Code:
stop();
var myCookie:SharedObject = SharedObject.getLocal("mySavedData");

[code]....

View 3 Replies

ActionScript 3.0 :: Preloader Not Working In Safari , Works Fine In Firefox?

Feb 21, 2010

my site is comprised of several images loaded dynamically and added to the display list. i declare a bunch of loaders on the first frame, and add a preloader progress listener to the largest image to have one preloader for all the assets. I then added a COMPLETE listener to the same image, and add that image, along with all the others in the onComplete function. i have two issue. the preloader doesnt work in Safari. but works fine in Firefox? and i'm totally stumped on what it could be? another compatibility issue that seems to be arising is that one of the galleries of my site which corresponds to the "drawn" link. also does not seem to be working in Safari, but works in Firefox. its a fairly simple xml based image gallery, which loads thumbs on to the stage, and then loads a larger version of each, when the corresponding thumbnail is clicked. the other galleries of the site work fine in safari, and are basically the same code wise.heres my code for the loading and preloader in the first frame

Code:
import caurina.transitions.*;
stop();

[code]......

View 1 Replies

ActionScript 3.0 :: Ye Old Text Input @ " Firefox/chrome Bug Fix?

Feb 25, 2011

Do you remember this old bug in as2 where a keyboard input does not display the same as it should do in a input text field. (caused by the transparency mode of the flash in the html on web-kit browsers) For example: the @ key turns into the ". So for email forms this is a massive ball ache! I made some hot script in my as2 days that fixed this problem, but I sure am struggling with a as3 version. I have seen online a hacky javascript fix, but is pointless when it can easily be done in actionscript

Actionscript Code:
textEmail.addEventListener(KeyboardEvent.KEY_DOWN,handler);function handler(event:KeyboardEvent){ // if the key character @/"(charcode34) is entered if(event.charCode == 34){// replace charCode 34 with the character "@" trace ("this has now been repalced with @"); }}

View 13 Replies

FLV Not Displaying In Chrome Or Safari But It Displays Okay In Latest IE And Firefox?

Dec 13, 2009

the following page should include two FLV files - one near the top of the page and one near the bottom.

[URL]
 
Works properly in IE8 and Firefox 3.5.5 - however in the latest Chrome and Safari only the topmost FLV displays. FLV embedded with Dreamweaver CS4.

[URL]

View 2 Replies

Media Server :: RTMPS In Chrome And Firefox / Linux

Apr 25, 2011

I've been working with the Beginning AS3 Tutorial which streams a video from Flash Media Server. I've been trying to enable RTMPS for this demo and it works correctly in Firefox and IE on Windows (usingTLS == true) but does not work (usingTLS == false) in Firefox on Linux and Chrome on Windows. Why Flash does not currently support either of these browsers? I've verified against Openssl using s_client connect that the certificate chain was properly installed from the website's wildcard certificate -> intermediate certificate -> root certificate. Why doesn't it work in all browsers on all platforms?

View 1 Replies

Html :: Get A Vertical Scroll Bar On Object ONLY In Firefox And Chrome?

Mar 30, 2011

Okay, here's one. We're running a SharePoint publishing/public site and I have this URL with a Flash object that displays a table that updates every 5 minutes:es, Yes, I know there's a million Ajax ways to do this, but there's politics behind it.On Firefox and Chrome I get a vertical scroll bar from the browser, not the flash object. There should be NO scroll bar and is none in IE.

View 1 Replies

ActionScript 3.0 :: FireFox / IE / Chrome Speed On Large Bitmap

Jan 29, 2010

I have a project that is drawing ~10,000 small tiles into one large bitmap container - it's a mosaic... In Flash proper and in FireFox it takes about 20 seconds to complete the drawing. In Chrome it takes about 1:30 and in IE it takes roughly 3:00 - both too slow to be acceptable to the client - who of course reviewed with IE...

I have Flash set to run at 45 fps - and the images are populated by a Timer - at 2 ms intervals... Maybe 2 ms is too fast? But in my testing 1ms was slower as was 3ms... so I kept at 2. And works fine in FF and Flash...

View 1 Replies

Flash :: Full Screen Site Not Working On PC IE / Firefox Only (mac Works Fine)

Aug 6, 2009

My full screen flash site works oerfectly on Mac's (I have a mac). But on PC IE and Firefox the full screen flash site is cut off 1/4 of the way down the page (see screen shots in zip or test if you are on PC). live site [URL] The site uses a swf object (files included in the zip). I got this from a template on flashDen. my problem is that I only have my mac and can't test on PC IE / firefox. Not that I would know where to start. I think that the problem might be the swf object from [URL] but not sure? I need to sure my site to apply for jobs. But recruiters use PC and it is very embarrassing that they can only see 1/4 of the screen.

View 2 Replies

ActionScript 3.0 :: Loaderinfo Event - Works Fine Locally And In IE But In Firefox It Fails?

May 4, 2010

I've createa simple flash banner (FL10, CS4) that is used stored in multiple locations on a server, which is sent a relative path to an XML file via FlashVars. relative path images are then loaded from this xml file.the base class for the banner is.Thins all works fine locally and in IE but in Firefox it fails about half the time to trigger the loaderinfo Event.COMPLETE  call.(essence of the Base class below:)

public class Banner extends MovieClip {
public function Banner() [code]....

View 3 Replies

Professional :: Swf Width Differs Online / Offline In Firefox And Chrome

Sep 17, 2010

First of all I am new in flash i have one problem that i have added one swf file in site and change increase its width for proper setting in my webpage now what happens is when i am running that page in offline firefox/chrome/IE then all displays good and asper my incresed dimensions but when i uploaded the page on server and then testing online then the in IE it displays perfect but....... in Firefox and in Chrome it displays in small size (in original size, before my edit)

View 1 Replies

Professional :: Swf File Doesn't Display In Chrome But Displays In Firefox?

Mar 26, 2011

I made a swf file and embed it in my website.It displays properly in the mozilla firefox but not in my google chrome.Is this problem related to the browser or the way that I embeded my swf file.

View 1 Replies

ActionScript 3.0 :: Error In FireFox And Chrome When Evoking Contact Form PHP?

May 10, 2011

I get the following error when submitting on the contact page from my website in Firefox.Chrome does not show an error, but does not work. IE works fine and sends the email[URL]

enter_btn.addEventListener(MouseEvent.CLICK, sendData);
function sendData(evtObj:MouseEvent):void{const SCRIPT_URL:String = "http://www.greenclouddesign.com/php/flashcontact.php"; var request:URLRequest = new

[code].....

View 2 Replies

Flash :: .swf Not Loading In Internet Explorer, Chrome Does In Safari, Firefox?

Apr 5, 2012

How could it be a SWF is not loading in internet explorer chrome on windows but works fine on firefox and safari on osx? I called the file like myhomepage.fr/videoplayer.swf

Does this direct all of swf is non supported on IE?

View 1 Replies

Html - Getting IE,Opera,Firefox And Chrome To Recognise A Sound Format?

Apr 9, 2012

I have audio placed into a controller on a page, however when i load different browsers the sound files are either no even seen by the browser or they dont work. Ive converted the files to wav. which apparently works universally for IE,Opera, Firefox and Chrome, however changing the file format does not change this situation. I know it has something to do with HTML audio tag or something but I am still unsure

<embed src="../Sounds/home_page_readout.wma" width="405" hidden="false" height="39" pluginspage="../Plugin/niftyplayer.fla" autoplay="false" controller="true"></embed>

View 2 Replies

ActionScript 3.0 :: When Upload Them Firefox Connects IE Chrome Opera Doesn't

Jul 19, 2011

I got 2 swfs connected with localConection but they only work offline. When I upload them Firefox connects IE Chrome Opera doesn't.

View 0 Replies

Professional :: Windows FireFox / Chrome Right Click Context Menu Errors

Apr 25, 2011

When I attempt to select an item from the right click context menu, it sems as though the mouse "jumps". If I click repeatedly enough sometimes it will trigger the selected item. It only seems to be a problem on Windows FireFox/Chrome. It works fine on Windows IE, Mac Firefox/Chrome/Safari. Any ideas?I've added a function that displays a white halo when you mouse down to show where the computer is interpreting the mouse click.

View 1 Replies

Disable Flash For Testing Purposes In Internet Explorer/Firefox/Chrome?

Jul 11, 2011

I'm wondering if there's an easy way to disable flash in Internet Explorer for testing purposes:I'm writing a script that tests for flash (based off the information at this link - https:[url]....) and I'm hoping there is an easier way to test this than uninstalling flash.

View 2 Replies

Flash - Externalinterface.call Won't Call The JavaScript Function - Firefox 3.6

Feb 10, 2011

I have a function defined in JavaScript like so:

function fadeBack() {
alert("fadeBack called");
};

I call that function from my Flash file like so:

import flash.external.*;
flash.external.ExternalInterface.call("fadeBack");

This works in both Safari and Chrome, but for some reason Firefox won't ever call the function. Still, I can't figure this out. How can I fix it?

View 2 Replies







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