No images in Firefox

I am somewhat new to flex, and my question feels extremely
stupid and simple but i can't figure it out. I created a site that
uses a simple timer to rotate through images whos location is
provided by a PHP doc and XML In IE the site works perfect. In
Firefox show the broken image icon. Tried searching everywhere
can't find a reason why? For the file location i am using
"assets/images/image1.jpg" for the image source. But I have tried
"..assets/images/image1.jpg" and every other possible image source
string I can think of and nothing is working in firefox, and it
works in IE. Also when testing locally with firefox it works, but
not after posting the site it does not work. I have tried different
computers and it still works with IE but not firefox. Much thanks
in advance for the help!

I read the thread in the post, I don't think I am passing bad
urls. I tested with firebug, and still not having any luck finding
the error.
Ok here is the code, of the component in question.
What I don't get, is the http service works in both browsers
without any problem. but the images only load in IE not FF
for the image source path I have tried both the relative in
the code below, and also with an absolute path of
http://www.mysite.com/images/Splashscrn/.
Both work fine in IE but not in FF.
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="
http://www.adobe.com/2006/mxml"
width="700" height="100%" creationComplete="init();">
<mx:Script>
<![CDATA[
import mx.collections.XMLListCollection;
import mx.rpc.events.ResultEvent;
import flash.trace.Trace;
import flash.utils.Timer;
import flash.events.TimerEvent;
import mx.collections.SortField;
import mx.collections.Sort;
import mx.collections.ListCollectionView;
private function init():void{
splashScrnData.send();
[Bindable]
private var splashXML:XML;
private var splashXMLCol:XMLListCollection;
private var fileLoc:String = "images/Splashscrn/";
private var fname:String;
[Bindable]
private var totalFile:String;
private function xmlReturnedHandler(event:ResultEvent):void
splashXML = new XML(splashScrnData.lastResult);
splashXMLCol = new XMLListCollection(splashXML.splashid);
splashXMLCol = filterXML(sortXML(splashXMLCol));
private function startTimer():void {
myTimer.addEventListener(TimerEvent.TIMER,newScrn);
myTimer.start();
private var fileID:int = 0;
private var delay:uint = 8000;
private var repeat:uint = 0;
private var myTimer:Timer = new Timer(delay, repeat);
private function newScrn(e:TimerEvent):void {
var fileIDMax:int = splashXMLCol.length;
if (fileID < fileIDMax)
splScrn.addEventListener(Event.COMPLETE, ldcomp);
splScrn.visible = false;
totalFile = fileLoc + splashXMLCol[fileID].fileid;
splScrn.source = totalFile;
splScrn.load();
fileID++;
else {
myTimer.stop();
fileID = 0;
startTimer();;
private function
sortXML(myXML:XMLListCollection):XMLListCollection {
//Create a Sort object.
var sortA:Sort = new Sort();
// Sort first on the area field, then the label field.
// The second parameter specifies that the sort is
case-insensitive.
// A true third parameter specifies a descending sort.
sortA.fields=[new SortField("place", true)]
myXML.sort=sortA;
//Refresh the collection to show the sort.
myXML.refresh();
return myXML;
private function
filterXML(myXML:XMLListCollection):XMLListCollection {
myXML.filterFunction=stateFilterFunc;
/* Refresh the collection view to apply the filter. */
myXML.refresh();
splScrn.addEventListener(Event.COMPLETE, ldcomp);
splScrn.visible = false;
totalFile = fileLoc + myXML[fileID].fileid;
fileID++;
splScrn.source = totalFile;
splScrn.load();
startTimer();
return myXML;
private function stateFilterFunc(item:XML):Boolean {
return item.selected == "1";
private function ldcomp(e:Event):void {
splScrn.visible = true;
]]>
</mx:Script>
<mx:Fade id="myFade" duration="1000"/>
<mx:HTTPService id="splashScrnData" method="GET" url="
http://www.mysite.com/phpScripts/SplashData.php"
resultFormat="e4x"
contentType="application/xml"
result="xmlReturnedHandler(event)"/>
<mx:VBox verticalAlign="middle" horizontalAlign="center"
verticalScrollPolicy="off" width="100%" height="100%">
<mx:Image id="splScrn" width="100%" height="90%"
autoLoad="true"
scaleContent="true" completeEffect="{myFade}" >
</mx:Image>
</mx:VBox>
</mx:Canvas>
I know the coding isn't pretty, or as efficient as it could
be. But this problem is killing me. Am I missing something in the
wrapper file?
Here is the HTML Code from Firebug
<html lang="en">
<head>
<meta content="text/html; charset=utf-8"
http-equiv="Content-Type"/>
<link href="history/history.css" type="text/css"
rel="stylesheet">
</link>
<title>www.mysite.com</title>
<base href="
http://www.mysite.com"/>
<script language="javascript" src="AC_OETags.js">
</script>
<script language="javascript" src="history/history.js">
</script>
<style>
</style>
<script type="text/javascript" language="JavaScript">
</script>
</head>
<div id="_firebugConsole" style="display: none;"
FirebugVersion="1.3.3"/>
<body scroll="no">
<script type="text/javascript" language="JavaScript">
</script>
<embed id="index" height="100%" width="100%"
align="middle" type="application/x-shockwave-flash"
swliveconnect="true" pluginspage="
http://www.adobe.com/go/getflashplayer"
allowscriptaccess="sameDomain" name="index" bgcolor="#000000"
quality="high" src="index.swf"/>
<noscript> <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="index"
width="100%" height="100%" codebase="
http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="index.swf" /> <param
name="quality" value="high" /> <param name="bgcolor"
value="#000000" /> <param name="allowScriptAccess"
value="sameDomain" /> <embed src="index.swf" quality="high"
bgcolor="#000000" width="100%" height="100%" name="index"
align="middle" play="true" loop="false" quality="high"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="
http://www.adobe.com/go/getflashplayer"
SWLIVECONNECT="true"> </embed> </object>
</noscript>
<div id="firefox_anchorDiv"/>
</body>
</html>

Similar Messages

  • For the second time today images in Firefox have disappeared and, as I was Sincing two computers at the time, now they BOTH have the same problem.

    Earlier today, the images on Firefox completely disappeared. Nothing I did fixed this issue; not restarting in Safe Mode, not disabling individual add-ons, nothing. No other browser was affected. After a little over an hour of this, the images suddenly came back with no changes from me. A little less than an hour ago, the same issue started happening, this time, though, I was using Sinc to transfer data to another computer and now both of them cannot display images in Firefox. Please fix this.

    Make sure that you do not block (third-party) images, the permissions.default.image pref on the <b>about:config</b> page should be 1.
    *http://kb.mozillazine.org/about:config
    Make sure that you haven't enabled a High Contrast theme in the Windows/Mac Accessibility settings.
    Make sure that you allow pages to choose their own colors.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    There are extensions like Adblock Plus (Firefox/Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images and other content.
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *http://kb.mozillazine.org/Websites_look_wrong

  • Brandeis U. switched to Gmail; since then I cannot display images in Firefox 3.6.13

    Brandeis U. used to have its own email system (bmail), which linked to Firefox flawlessly. Brandeis switched to Gmail recently, which I do not like. After linking Firefox 3.6.13 to the Gmail, I can see my mail as text only, with urls linking to images. I found that in Gmail one has a choice of text only or images. You can chose "Always display images," but you have to do this for each site; however this does not carry over to Firefox. I have not been able to find the equivalent of "Always display images" in Firefox. Is there one? Also, after migrating to Gmail, when displaying old messages which used to show images in bmail, they now show text only.

    * Websites remembering you and automatically log you in is stored in a cookie.
    * You need an allow cookie exception (Tools > Options > Privacy > Cookies: Exceptions) to keep that cookie, especially for secure websites and if you let cookies expire when Firefox closes
    * Make sure that you do not use [[Clear Recent History]] to clear the "Cookies" and the "Site Preferences"
    Clearing "Site Preferences" clears all cookies, images, pop-up windows, software installation, and password exceptions.
    * Make sure that you not run Firefox in (permanent) [[Private Browsing]] mode
    * You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    * To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Automatically start Firefox in a private browsing session"

  • Images in firefox won't load on android

    images in firefox won't load on android. there is no option to click to download images - there is nothing in the image boxes at all.

    Can you please update to Firefox 19?

  • Every time I right-click an image in Firefox 3.6.12 to view image size info it says "Unknown (not cached)". Any ideas on why this could be happening and how I can stop it? My OS is Ubuntu 10.10. If you need any more info let me know.

    Every time I right-click an image in Firefox 3.6.12 to view image size info it says "Unknown (not cached)". Any ideas on why this could be happening and how I can stop it? My OS is Ubuntu 10.10. If you need any more info let me know.

    Is the disk cache and the memory cache enabled?
    You can check these prefs on the about:config page.
    * http://kb.mozillazine.org/browser.cache.disk.enable
    * http://kb.mozillazine.org/browser.cache.memory.enable
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    Your More system details list shows two outdated Flash plugins that you should remove and update to Flash 10.1 r102 or at least remove 10.0 r45 and wait until your distribution offers a 10.1 r102 update.
    # Shockwave Flash 10.0 r45
    # Shockwave Flash 10.1 r85
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Can't show the image in Firefox

    I have a problem to show the image in Firefox. They can show
    in Explorer. Does anyone help me with this? You can visit the site:
    www.norskbrannsikkerhet.no to see the problem.

    The problem is the source for the image, you have
    <img src="X:\CVS Norge\94 Prosjekter\945
    Trading\SovReflex\Bilder\Thumbs\litenalarmpakke_it400.jpg"
    alt="test"
    border="0" align="top" id=""
    onclick="MM_goToURL('parent','produkter/prodDetal.cfm?ProdID=21');return
    document.MM_returnValue" />
    So the source for the image is referring to a filepath, ie
    X:\ rather than a
    web path, so you`ll only see the image on your computer
    connected to the X
    drive. You need to change it to a web relative path, and then
    it will work.
    Gareth
    http://www.phploginsuite.co.uk/
    PHP Login Suite V2 - 34 Server Behaviors to build a complete
    Login system.

  • I cant copy and paste images with firefox but i can with MS explorer why and how is this?

    i cant copy and paste images with firefox but i can with MS explorer why and how is this? i can only copy text but not images is ther a way i can copy images with firefox and how??

    I was having this issue with MS Live email. The old Microsoft shortcuts work. For copy press ctrl+c. For paste press ctrl+v. Here is a webpage that lists all Firefox shortcuts. http://www.mouserunner.com/FF_Shortcuts1Printable.html

  • Playing a series of jpeg images on Firefox (like a video)

    We are having a problem playing a series of jpeg images on Firefox (like a video). It works perfectly on IE, Chrome and Safari.
    Here you can see a demonstration of the problem: [http://www.youtube.com/watch?v=8tG0zuoMbLM http://www.youtube.com/watch?v=8tG0zuoMbLM]
    Our code just loads one Jpeg after another. For some reason this causes Flickering with FF.
    '''How to replicate the problem on our website'''
    You can observe the problem by actually visiting our website. Please follow the link below (use firefox):
    http://www.camba.tv/CameraView.aspx?c=fudraste
    On this page select “Recorded Images” tab and then click “Play” below the image. Please increase play speed by clicking button with”>>” symbol. Once the images are playing you will notice a flicker in Firefox but the same page will not show flickering in Safari or chrome.

    Export to QuickTime Conversion. In format set Image Sequence. In Options pick the format, TIFF would be better than JPEG, which a lossy format. Make folder. Save the images. Process in Photoshop or whatever. Import the images set to one frame or use QT Pro to convert it back to a movie.

  • Last night suddenly when I right-click-view-images in firefox, they appear centered and against a black background. It's usually meant to be a white background and the image appearing at top left. How to revert it?

    I'm having trouble with something in firefox, it's quite minor but still bugs me. Last night suddenly when I right-click-view-images in firefox, they appear centered and against a black background. It's usually meant to be a white background and the image appearing at top left. I can't remember what I did to change this if it's my fault; if someone knows how to revert it I'd be thankful.

    cor-el : thanks for the pointers! I wish the solution isn't an add-on every time ... if such long-standing behaviour is going to change, the least that could be done is put in an about:config option to get back the old behaviour.

  • Unable to view .asp web images in firefox

    Hi
    I am unable Unable to view .asp web images in firefox....
    When i am trying to open (intranet site) asp page in linux-firefox it gives an error "This site is best viewed in Microsoft Internet Explorer "
    Regards
    ~Atul

    Hi iamjayakumars,
    Thankyou for your time but i have already been through the support answers and none solved the problem.Still just getting the never ending white circle on black background.

  • When I email photos from my iphone, firefox will not let me open them in yahoo.mail as jpeg images, only firefox documents

    when I email photos from my iphone, firefox will not let me open them in yahoo.mail as jpeg images, only firefox documents

    Two weeks ago I posted this, but no one replied telling me how to correct the problem.
    I think Firefox engineers need to improve Firefox between now and the next up-date to make it adequate to handle all major websites. There aren't many websites used by as many people as yahoo. So why have Firefox engineers ignored this deficiency in Firefox?

  • Every time I try to view images with firefox it crashes, shuts down and then asks if I want to re-open, how do I view images again with firefox?

    Everytime I try to view images with firefox it crashes, submits a report, to which I've had no response yet, asks if I want to restart firefox with last session or start a new session. What is going on?

    It only happens if I try to use google images with firefox. I've now narrowed it down to an extension, AVG SafeSearch, doesn't happen if I disable this.

  • I have an Imac and I use mostly "Firefox" and I am "not too" computer savvy and it seems that now I can not see images on Firefox at all. Therfore i can not see what I am clicking on (like "to buy" or "next" .. PLEASE help me! Thanks in advance!

    I am "not too computer savvy" so if you are going to answer my question.. Please take super baby steps (thx in advance).. Okay, now I have a 1 yr old Imac I am using 10.6.8 (do not know what that means) but everytime I call Apple support they ask me.. So I figured you may need to know as well. I really love Firefox (easier for me) and I was trying to download a coupon printing thing to print from Coupons.com (plz don't laugh..economy sux) anyways, the operator at coupons.com told me how to install it. Can't remember but if not immediately after or not long after?? It seems that ALL my images on EVERY website are gone. It is very frustrating because I can not see (for example on Ebay where to click "buy it now" or "continue" unless it seems I sometime get lucky and click where it says "image" but there isn't one. It looks like a set of shark teeth actually right beside the word "image" very jaggedy teeth, I guess?? So I have been using Safari. There is no problem with ANY of those website images. I go on the same basic sites so that is how I know that. I have only downloaded music I think 3x. I do not download much at all. I would really love to use Firefox, being the un-savvy computer person I am... Firefox is easier to navigate for me. Thanks SO much!

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Firefox > Preferences > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • How can I email Facebook images from Firefox?

    As a computer support person, I've switched many people from other browsers to Firefox, often touting that the Firefox interface is most similar to Internet Explorer than the other choices. This client's issue stumped me, however, and I haven't been able to come up with a solution for her. Rather than exploring other browsers, this is my last-ditch effort to come up with a Firefox solution.
    In Internet Explorer browsing Facebook, people can right-click on an image and email the picture to someone (family, friends, etc.). I can find no way to duplicate this functionality in Firefox. I go to other websites (tested this on Yahoo!'s main page) and I can right-click in Firefox and email the picture. In Facebook, no dice. (This may be more a Facebook issue, but I want to check with you folks first.)
    I can't find an Add-on that will do it. This seems strange, because apparently a lot of people like to have this ability. Any ideas or suggestions? DMS

    Adding 2 Suggestions to above reply:
    * Right click on the image and ''copy image location''. Then use '''''insert>image''''' to embed as remote content
    * Right click and '''''copy image'''''. Then paste into the e-mail.
    Make sure that you have the correct ''default e-mail service'' selected.

  • When searching Google Images with FireFox, the first page of images are visible in thumbnails but all subsequent pages are greyed out.

    This happens every time on a Google search. Greyed-out thumbnails will show individually if double-clicked. Every page of images after page 1 experiences the same problem. Reload does not help.
    Is this a Google problem or a Firefox problem?

    Doc: I've had a similar experience, and here are the details, investigation, and a workaround. My printer is a Brother MFC-645CN, and I'm using Snow Leopard (10.6.8) on a 2010 iMac quad i5 connected to the printer over my ethernet LAN. Are you using a Brother printer?
    Firefox has shown this kind of nasty issue for the past six months or so. It seems to be related to the imaging algorithms in Preview when dealing with Firefox (now at v.12) and the Brother printer -- the screwy second page (and beyond) show up skewed and up-sized when doing a print preview also. No such problem seen in Safari or anything else. I am not currently using any other Mozilla apps on this Mac besides Firefox.
    A few months ago I tested printing from my administrator account and  a different user account. Firefox printing was completely normal and as expected. When I went back to my main user account, back came the funky second page.I went through extensive troubleshooting to try to chase it down, systematically removing and replacing apps and preferences and many other Library files related to printing, Brother drivers, Firefox, and Preview. Nothing helped. Solution was to migrate my user files to an account where the printing problem wasn't happening. I deleted the problem user account.
    Everything was fine for about three weeks, and then with no warning, printing was back to the bad second page, just as before. I am stumped, and I'll let smarter people try to figure it out. I use Firefox a lot, and it's possible that some add-on setting is interfering, or a web page I visited turned the printing funky again. I just don't know.
    Also checked on a Mac G4 running Leopard (10.5.8) and Firefox 3.6.28. No printing/preview problems there.
    Now, for the work-around I am currently using -- print each page separately, one at a time. Page 1, then page 2, etc. Preview and printing looks completely normal. Hope this works for you until the bug is located and squashed for good.
    Glenn

  • I use a web site called ACRIS- up until yesterday I could access all parts of the site, including calling up images of deeds. Now I can no longer get the images via firefox, but can them via windows explorer. Why? How do I fix this?

    I use a web site called ACRIS- it allows me to access NYC Finance dept records- specifically images of deeds. Up until yesterday I had no problem. Then without any apparent reason I could access all parts of the site, but could not access the deed images. First I thought it was a problem on their end, which sometimes happens, but after waiting 24 hours I was still having the problem. Then I tried windows explorer and it worked without any problem. How do I fix this?

    Hi jeffbeal,
    First question I would ask is what has changed recently? Did you add any new extensions or add-ons?
    I'd try starting Firefox in [[Safe Mode]]. If you don't have the issue while all of your add-ons, extensions, and themes are disabled, you can try adding them back in one by one until you find the culprit. You should look at the [https://support.mozilla.org/en-US/kb/Troubleshooting-extensions-themes Extensions and Themes troubleshooting guide ] and the [[Troubleshooting plugins]] article as well.
    Hopefully this helps!

Maybe you are looking for