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


Similar Posts:


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 :: 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 2.0 :: Images Does Not Load Properly In Flash 8 And Firefox - Works Fine In Flash 9 Or IE

Oct 25, 2006

Here's the site: [URL] From feedback I've gotten, it appears that under certain circumstances the first image in a set of images does not load properly, although I haven't seen it myself. I'm told this happens only in Firefox. And I believe only Flash player 8. Works fine with FF and Flash player 9, or IE with 8 or 9 I believe.

View 14 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

ActionScript 2.0 :: XML Parsing Not Working In IE - But Works In Firefox?

Mar 14, 2008

I have a movie that retrieves an RSS feed from this URL: [URL]

The XML document can be successfully parsed in Flash when viewed in Firefox, but it doesn't work in IE. Here is a file that demonstrate this: [URL]

However, if I open the RSS feed and save a copy of it and post it to my web server, it does work in IE: [URL]

Here's the version of the RSS that is working when saved: [URL]

I don't believe that there is any difference in the two XML documents. Cross domain policy files are in place on both servers - and it doesn't appear to be a cross-domain issue since it works in Firefox.

The code in the flash files are the same except for the URL of the XML they are retrieving. Here's the code for the one that isn't working:

var xmlFeed:XML = new XML();
xmlFeed.ignoreWhite = true;
xmlFeed.load("http://www.clipsyndicate.com/rss/feed/5572?wpid=2892");
xmlFeed.onLoad = function(success) {
txtTest.text=xmlFeed;
}

View 1 Replies

Flash Video Works In IE Not Firefox?

Nov 9, 2009

I've started my first flash movie and it works in IE but not in Firefox. Can anyone help me out? Here is the code that I am using (I pulled the syntax from a web site and modified it):

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0"

[code]....

View 1 Replies

ActionScript 2.0 :: Flash Swf Works In Firefox But Not IE?

Mar 2, 2010

My swf is on a secure server (https / Apache). It makes calls to a php script in order to connect to a database. This works fine in firefox, but for some reason doesn't work in Internet Explorer (have tried using version 6 & 7).

Now I've read Gary Rogers' page about going to Internet Options> Advanced> Disable the option "save encrypted pages to server". The problem is that this option wasn't checked when testing the games in IE, meaning that it was not the cause of the problem, however, most other people said this fixed their issue.

View 0 Replies

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

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

Javascript :: Full Browser Flash Works In Safari 5 But Not Firefox 3.6

Dec 7, 2010

Can anyone give me a clue as to why this markup works fine in Safari, but not in Firefox?This should load an ugly blue placeholder (which I get in safari) but in Firefox, swfobject just gives me the alternative content.[code]

View 1 Replies

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

IDE :: SWF Works Only On Firefox

Aug 21, 2009

I finished my website and uploaded to internet. And when I showed friends that use IE7, Chrome or any other browser besides Firefox it failed to work. The SWF gets stuck at the preloader at a certain percentage but the animation of the preloader still runs. Here is the link (try to watch from different browsers): [URL]

View 2 Replies

IDE :: Flash Not Working In New Firefox?

Mar 10, 2011

ive created my website and majority of it is flash. The problem is it that it works in every other browser except mozilla firefox and I usually get the message saying i need to install the latest flash version or update. I did that and it still doesnt work. It is my portfolio website so i need to resolve this on my end so when potential clients or employers look at it it works and they dont need to change any settings if that is the problem...but i also tried that and it didnt work (making it a trusted site, enabled javascprt)

View 3 Replies

Professional :: SWF Works In Firefox Not In IE

Sep 30, 2010

Trying to recode map program to utilise modest map rather than original hand made map routines. Finished up yesterday and had squashed bugs pretty much(annoying flicker issue but that didn't appear on another web browser I figure it's flash/browser related issue). Then I realised I need to try this in IE as well. And it doesn't work. Map loads up so modest map code is working. What is NOT working is everything else. It's supposed to track locations and draw arrows to their positions.

It doesn't go to where it's supposed to initially. No arrows are drawn. No control buttons from HTML side work. Nothing. Zip. I have suspicion it could be the ExternalInterface which works differently on firefox and IE. Could that be reason? If so how does one go detecting what browser I am using and how does one need to take that into account? Or is there something else that's different between IE and firefox I need to take into account?

IE itself only gives rather mystified error message.
Message: Unspecified error(my translation since original is in Finnish)
Line: 49
Column: 5
Code 0:
[URL]
Funny thing is both php file and output html file is 37 lines long...

View 1 Replies

ActionScript 1/2 :: Flash Not Working In Firefox?

Dec 9, 2009

When using SWFobject everything works fine in Safari and IE. Firefox plays sound but not imagery from flash? is the problem with SWF object or something else? Here's the source code.
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

[Code].....

View 1 Replies

Professional :: Flash Not Working With Firefox?

Aug 27, 2010

I downloaded flash to my new computer and videos will work using IE but when I try with firefox it acts as if I don't have it installed  (says "download flash here,etc. ) and videos wont play.

View 1 Replies

ActionScript 2.0 :: Flash 8 Not Working In Firefox 3.0.19?

Sep 29, 2010

am having lot of movieclips and buttons in my swf.If you click each one ,it will execute one function.But in firefox 3.0.19 my swf not working.ie.,mouse cursor coming differenly and even if click nothing happend.

View 1 Replies

Flash Not Working Properly In Firefox And IE

Mar 4, 2011

I sorted this problem before, but it's back again.

Both of my animations work fine in firefox, but don't loop in IE.

ABOUT ME [URL]

KZX ANIMATION 2ND FROM BOTTOM [URL]

confirm that these animations don't loop properly in IE?

View 2 Replies

ActionScript 2.0 :: Embed Works In Firefox Not In IE

Mar 7, 2010

in IE this just pretends its loading forever also, i got the width and the height to adjust to the window size and its working great (in firefox anyways) but thats not what im really after, i want the height to be 100% but i want the width to adjust based on either the height of the window or the height of the object. anyone know a trick for that? i cant seem to find a way to do it in SWFobject

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

[Code].....

View 1 Replies

ActionScript 3.0 :: Animation Works On IE But Not On Firefox?

Jan 20, 2009

I made a scale animation that works on IE 7 but it does notwork on Firefox 3.The button toggles between scaling up and down. In Firefox, it starts the loop for scaling up but it isquickly interrupted and return to its original scale.What should I change in the below code to make it alsofunctional on Firefox 3 ?

<head>
<script language="javascript">
var obj = null;

[code]......

View 1 Replies

Actionscript 3 :: ExternalInterface Works In IE But Not Firefox?

Jan 7, 2011

I am trying to execute an AS3 function from my javascript using the ExternalInterface. Seems to work fine in IE, but firefox is always returning javascript error method undefined.

I have been Googling this for ages and eliminated the following possibilities:

1) Some people say you need to have an embed tag inside your object tag, so added one - no luck.

2) Many people say that you need to make sure that your flash is loaded before calling the javascript. Well my call is after pressing a link on the page. I am always using the flash application first and only pressing the link at the end.

3) Then I thought that maybe it is a security problem so added the following:

try {
ExternalInterface.addCallback("test", testing);
trace("added callback");

[Code]....

I am running the latest Firefox and FlashPlayer 10.

View 2 Replies

ActionScript 3.0 :: Animation Works On IE But Not On Firefox

Jan 21, 2009

I made a scale animation that works on IE 7 but it does not work on Firefox 3. The button toggles between scaling up and down. In Firefox, it starts the loop for scaling up but it is quickly interrupted and return to its original scale. What should I change in the below code to make it also functional on Firefox 3?

[Code]...

View 2 Replies

ActionScript 3.0 :: Embed Works In Firefox Not In IE?

Mar 7, 2010

in IE this just pretends its loading forever also, i got the width and the height to adjust to the window size and its working great (in firefox anyways) but thats not what im really after, i want the height to be 100% but i want the width to adjust based on either the height of the window or the height of the object. anyone know a trick for that? i cant seem to find a way to do it in SWFobject

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

[Code].....

View 1 Replies

Flash :: Copy To Clipboard Not Working On FireFox?

Jan 15, 2010

I had implemented copy to clipboard functionality. It is working fine with all version on IE but not working in FireFox.Detail are

<script src="../../Scripts/JQPlugins/jquery.clipboard.js" type="text/javascript"></script>
<script src="../../Scripts/JQPlugins/jquery.clipboard.pack.js" type="text/javascript"></script>

[code]......

View 1 Replies

ActionScript 2.0 :: Flash - Fullscreen Working In Firefox Not In IE?

Feb 6, 2008

why the following code works for Firforx but not for IE? Both the Firefox and IE have flash player version 9,0,47,0

Code:
function goFullScreen()
{

[code].....

View 3 Replies

ActionScript 3.0 :: Flash - Freezeing On Firefox Working OK In IE?

Apr 28, 2009

Problem is when go to this page in IE7 or IE8 all is working OK but when go with Firefox 3 it is not stable. What i mean - not stable. Some times it start ok, all MC's are loaded, but some times it freeze after 2,3 maby 4 MC's. press arrow on left or right and imediatly after that move very fast in different directions mouse over flash file - it will start creating strange things, not all is refershed correctly even it freeze flash player.Same problem is in projector or when playing movie in Flash CS4, but in Internet Explorer it working 100% correctly (can moving mouse like creazy and no problem). What I am doing wrong? For sure I have newest flash players on my computer even on other comtuters problem is same.

View 6 Replies

ActionScript 2.0 :: CS3 Photo Stack Swf Works In IE But Not Firefox

Mar 16, 2010

Would anyone know why the photo stack flash gallery won't work in Firefox? IE works fine. I'm fairly sure its just a bit of syntax i'm missing, or a compatibility issue. I am using a .swf file which imports images in using an xm l file and then displays them as a stack of photos which can then be rotated and looked through.

[Code]....

View 1 Replies

ActionScript 2.0 :: GetURL Works On Firefox (mac And Pc), Not On Other Mac Browsers

Jul 13, 2011

I have flash files on a page which load and play a sound file, then advance via getURL javascript to the next page when the sound file has finished playing (i.e. the movie is non-interactive, maybe this is part of the problem).

On firefox - both PC and Mac - it works just fine. On Mac Safari and Chrome at least is doesn't seem to do anything, but the same javascript works fine when I issue it to the browser manually.

the getURL statement

Code:
getURL("javascript:document.getElementById('NextButton').click();");

1. In the html I have used OBJECT with nested EMBED. With all the browsers that I tested, this worked fine, as did having only the EMBED code

2. I have used the allowScriptAccess parameter correctly in both cases (always), and the swf is hosted on the same subdomain as the survey engine too...

3. I'll check now if a simple alert() is displayed

View 0 Replies

ActionScript 2.0 :: Why XML Image Preloader Works In IE But Not Firefox

Mar 2, 2007

My portfolio is a combination of elements from Kirupa's gallery and my own.The portfolio works fine but the loader just doesn't work correctly. It can be tested at URL...In Firefox the loadbar flashes once(which it shouldn't do) and the dynamic text box displays a NaN% and then 100% so something isn't being defined correctly. In IE 6.5 however there is no NaN% displayed, the preload bar flashes once and then works fine. I don't know why there would be a difference between browsers.Please take a look at the code below and let me know why the files being loaded into the picture container aren't correctly preloading. It's been a week of working on this endless portfolio and I just want it to be over.[code]

View 3 Replies







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