Blurry flash fonts under Firefox 6

I have problem accessing a streaming website ( http://www.hkadr.com/stream.php ) that shows flash fonts. OK no problem with FF5, Chrome, IE.
For FF6, it is OK if I disable Aero Theme (transparent mode). Or, it is OK also if I turn the monitor resolution to 16 bit high color (from the default setting of 32 bit true color)
I have tried: disabling hardware acceleration, reset Cleartype text, upgrading the graphic card driver to the latest version - all cannot help FF6 read the problematic flash font website clearly.
My system is Win7 64 bit, AMD 6670 graphic card, CPU Q9550S, and I am running 2 monitors of 1920x1080 under 32 bit true color.
I read from another help thread that FF7 may have solved this, but I still cannot read the website under FF7.
Anyone can help please ?

Try to toggle some <u>Boolean</u> gfx.font_rendering prefs on the about:config page to disable some features and maybe set gfx.direct2d.disabled -> true to disable Direct2D.<br />
Filter: gfx
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 />
*Use the Filter bar at to top of the about:config page to locate a preference more easily.
*Preferences that have been modified show as bold(user set).
*Preferences can be reset to the default or changed via the right-click context menu.

Similar Messages

  • Firefox flash games under retina win 8.1

    Firefox is showing the fonts smooth unlike chrome which is really nice when u have a retina display macbook pro ( using win 8.1 ) but when u try to open a flash game in facebook the game is reaaaaaaally laggy and un playable even , not even youtube is playing good .
    is there a solution for that soon ?
    my display resolution is 2880 * 1800
    system is win 8.1 x64
    firefox version 29
    and i have a macbook pro late 2012 with an nvidia gpu which is really good to handle graphics .
    Best regards

    Hello,
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

  • Gap under flash movie in Firefox

    Hi all,
    A site im developing shows a gap under the flash movie in firefox.
    http://www.britanniamotors.net/
    I dont get the problem using the other method of embedding that i used on
    http://www.britanniamotors.net/aboutus.html
    the problem with using this method across the site is that i am using flexipanels on these pages and they wont display the flash movie when the flexipanels are on the same page
    http://www.britanniamotors.net/pxtoclear.html
    So i guess the answer may be in how the flash is embedded in dreamweaver but after much searching on the web i cant find any solution.
    Any help will be gratefully received.

    Check to be sure that you have the correct Flash plugin
    installed. You obvioiusly have the correct activeX control
    installed.

  • Just another issue about fonts and Firefox

    Hello
    I know that new topic about fonts, firefox etc. shows once at week but ...
    See at my probem:
    Firefox@ArchLinux part 1
    http://img265.imageshack.us/img265/4097/linuxl.png
    Firefox@Windows 7 part1
    http://img21.imageshack.us/img21/4931/beztytuujvc.jpg
    Firefox@Archlinux part2
    http://img265.imageshack.us/img265/4615/linux2.png
    Firefox@Windows 7 part2
    http://img515.imageshack.us/img515/2271/schowek01l.jpg
    Firefox@Archlinux part3
    http://img252.imageshack.us/img252/574/linux3.png
    Firefox@Windows7 part3
    http://img526.imageshack.us/img526/6428/schowek01g.jpg
    Like you saw in images above, page under Firefox at my Arch looks ugly, but not every (eg like http://bbs.archlinux.org looks okay).
    My ~/.fonts.conf. (It's from this forum, i think from user @berbs - his one of xorg_font guru )
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <!-- Info:
    xeffects thread: http://forums.gentoo.org/viewtopic-t-511382.html
    http://wiki.archlinux.org/index.php/XOrg_Font_Configuration
    http://antigrain.com/research/font_rasterization/index.html
    http://fontconfig.org/fontconfig-user.html -->
    <!-- http://bugs.gentoo.org/show_bug.cgi?id=130466 -->
    <alias>
    <family>serif</family>
    <prefer>
    <family>DejaVu Serif</family>
    <family>Bitstream Vera Serif</family>
    </prefer>
    </alias>
    <alias>
    <family>sans-serif</family>
    <prefer>
    <family>DejaVu Sans</family>
    <family>Bitstream Vera Sans</family>
    <family>Verdana</family>
    <family>Arial</family>
    </prefer>
    </alias>
    <alias>
    <family>monospace</family>
    <prefer>
    <family>DejaVu Sans Mono</family>
    <family>Bitstream Vera Sans Mono</family>
    </prefer>
    </alias>
    <!-- Reject bitmap fonts in favour of Truetype, Postscript, etc. -->
    <selectfont>
    <rejectfont>
    <pattern>
    <patelt name="scalable">
    <bool>false</bool>
    </patelt>
    </pattern>
    </rejectfont>
    </selectfont>
    <!-- Replace Luxi Sans with a better-looking font - looks terrible at e.g. http://market-ticker.org/ -->
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Luxi Sans</string>
    </test>
    <edit name="family" mode="assign">
    <string>Liberation Sans</string>
    </edit>
    </match>
    <!-- To fix Calibri font - http://forums.fedoraforum.org/showthread.php?p=1045807#post1045807 -->
    <match target="font">
    <edit name="embeddedbitmap" mode="assign">
    <bool>false</bool>
    </edit>
    </match>
    <!-- Replace Calibri font - http://www.funtoo.org/css/article.css
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Calibri</string>
    </test>
    <edit name="family" mode="assign">
    <string>Trebuchet MS</string>
    </edit>
    </match>
    -->
    <match target="pattern" name="family">
    <test qual="any" name="family"><string>fixed</string></test>
    <edit name="family" mode="assign"><string>monospace</string></edit>
    </match>
    <!-- Ubuntu options: lcdnone, lcddefault, lcdlight, lcdlegacy -->
    <!-- hintnone, hintslight, hintmedium, hintfull -->
    <!-- Keep autohint off -->
    <!-- Blurry fonts: Try rgb, bgr, vrgb, vbgr for "rgba" -->
    <!-- Blurry: http://forums.gentoo.org/viewtopic-p-5060979.html#5060979 -->
    <match target="font">
    <edit name="rgba" mode="assign"><const>rgb</const></edit>
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
    <edit name="antialias" mode="assign"><bool>true</bool></edit>
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintmedium</const></edit>
    <edit name="lcdfilter" mode="assign"><const>lcddefault</const></edit>
    </match>
    <!-- http://bbs.archlinux.org/viewtopic.php?id=46480 Rubbish font anyway -->
    <!--
    <match target="pattern">
    <test name="family" compare="eq"><string>ProggyCleanTTSZ</string></test>
    <edit name="pixelsize" mode="assign"><double>16</double></edit>
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
    <edit name="antialias" mode="assign"><bool>false</bool></edit>
    <edit name="hinting" mode="assign"><bool>false</bool></edit>
    <edit name="hintstyle" mode="assign"><const>hintnone</const></edit>
    </match>
    -->
    <!-- The bold variant is ugly, so replace it
    <match target="pattern">
    <test name="family" qual="any" compare="eq"><string>ProggyCleanTTSZ</string></test>
    <test name="weight" compare="more"><const>medium</const></test>
    <edit name="family" mode="assign"><string>Bitstream Vera Sans Mono</string></edit>
    <edit name="pixelsize" mode="assign"><double>10</double></edit>
    </match>
    -->
    <!-- Reduce hinting for bold fonts -->
    <match target="font">
    <test name="weight" compare="more"><const>medium</const></test>
    <edit name="autohint" mode="assign"><bool>false</bool></edit>
    </match>
    <!-- Greyscale for small fonts
    <match target="font">
    <test name="size" compare="less_eq"><double>7</double></test>
    <edit name="rgba"><const>none</const></edit>
    </match>
    -->
    <!-- Tweak Courier -->
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Courier</string>
    </test>
    <edit name="lcdfilter" mode="assign"><const>lcdlegacy</const></edit>
    </match>
    <!-- Tweak Courier New -->
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Courier New</string>
    </test>
    <edit name="lcdfilter" mode="assign"><const>lcdlegacy</const></edit>
    </match>
    <!-- From http://forums.gentoo.org/viewtopic-t-511382-start-650.html
    To create difference between small Candara and small Candara bold -->
    <match name="family" target="pattern">
    <test name="family" qual="any">
    <string>Candara</string>
    </test>
    <test compare="less_eq" name="size">
    <double>10</double>
    </test>
    <test name="weight" compare="more">
    <const>medium</const>
    </test>
    <edit name="embolden" mode="assign">
    <bool>true</bool>
    </edit>
    </match>
    <!-- From http://www.fedoraforum.org/forum/showthread.php?t=186789&page=7 -->
    <match target="font">
    <test compare="eq" name="family">
    <string>Consolas</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintslight</const>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Inconsolata</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintslight</const>
    </edit>
    </match>
    <!-- From http://bugs.gentoo.org/show_bug.cgi?id=233729 -->
    <match target="font">
    <test compare="eq" name="family">
    <string>Andale Mono</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Arial</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Comic Sans MS</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Georgia</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Impact</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Times New Roman</string>
    </test>
    <!-- Looks better with lcdlegacy, e.g. http://www.billiardworld.com/glossary.html -->
    <edit name="lcdfilter" mode="assign"><const>lcdlegacy</const></edit>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Trebuchet MS</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Verdana</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    <test compare="less" name="weight">
    <const>medium</const>
    </test>
    <test compare="less_eq" name="pixelsize">
    <double>7</double>
    </test>
    <edit mode="assign" name="antialias">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test compare="eq" name="family">
    <string>Webdings</string>
    </test>
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    </match>
    </fontconfig>
    My xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder62) Wed May 27 01:58:49 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    DisplaySize 444 277 # 96 DPI @ 1680x1050
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoDDC" "true"
    Option "UseEdidDpi" "false"
    Option "DPI" "96 x 96"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable" # for 3D, alpha desktop effects
    EndSection
    Section "DRI"
    Mode 0666 # helps flash performance
    EndSection
    I even used cairo,libxft,... - hacks "-ubuntu", but my issue was still there Now I have clean that packages, without "-ubuntu".
    I've copied TTF fonts from W7 into my Arch.
    I have up to date system under Gnome 2.28.
    Sorry for my gramma

    Gen2ly wrote:adding a whole slew of things probably not doing much good
    Now, why on Earth would I do that? Think I'm creating this file at random?? I'm continually testing and refining the rules. The purpose of the rules is to compensate for fontconconfig's inability to do such tweaking automatically. The end result is that fonts look better - I'm surprised that I need to point this out, it should be blatantly obvious.
    hintslight should be used until the mid or up to the upper 100dpi range
    That's meaningless by itself, you must include pixelsize in the equation. The majority of Microsoft's fonts, as well as various other fonts, actually look better when small using hintfull.
    is a hack... Simplify, simplify, simplify.
    Well, yeah, of course, it would be great if fontconfig did all the tweaking for us - but it doesn't. Fonts vary greatly, so fontconfig needs to be told the best ways to render various fonts, at various sizes/weights. You don't seem to understand this point, judging by this and your other posts regarding fonts - same as skottish, IIRC. Don't you guys have eyes?
    Anyway, here's my current ~/.fonts.conf, which continues to be improved.

  • How to make fonts in firefox look prettier? For example like in sleipnir

    Hello,
    I wonder if there is a way to make fonts in firefox look smooth and easy to read?
    I've tried using Sleinpir browser (http://www.fenrir-inc.com/us/sleipnir/) which has aimed to provide smooth and readable text and almost every piece of text looks just better and more pleasant to read.
    I've tried almost every setting both in Options dialog and in about:config (under gfx.font filter).
    Enabling rendering via directwrite helped a lot, but it's still nothing compared to Sleipnir.
    Here are some screenshots:
    Default firefox - http://s5.postimg.org/8ifmq7u7p/ff_default.png
    Firefox with directwrite enabled - http://s5.postimg.org/k15xb3c1h/ff_directdraw.png
    Sleipnir - http://s5.postimg.org/5w049a305/sleipnir_default.png
    So is there a way to make fonts look this pretty in firefox? Is there any iniciative to make FF capable of such thing?
    Thanks a lot
    (EDIT: I've even tried instaling gdi++ https://code.google.com/p/gdipp/ alternative renderer for windows, but it doesn't seem to make any change in firefox)

    Hi stmr,
    I am glad to hear that you are looking to contact FF developers to make an add on. For more information on this mdn has developers answering questions in stackoverflow.com
    There is also documentation
    *[https://developer.mozilla.org/en-US/docs/Developing_add-ons MDN Developing Add ons]
    *[https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts Math ML Fonts]
    *[https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth CSS font-smooth]
    If you have not already, please mark this thread as solved by marking the solution.<br>
    I hope you continue using our products and thank you for contacting Mozilla Support.

  • How to make the fonts in Firefox sharper so there more like the fonts in Google Chrome?

    I'm currently in the process of moving from Google Chrome to Firefox, and I noticed that the fonts in Firefox are allot more smoother then what they are in Google Chrome, is there anyway to make the Firefox fonts look as sharp as what the fonts are in Google Chrome?

    This article has some suggestions for fixing bad-looking fonts: '''[[Fonts look blurry]]'''
    There are also some improvements coming in Firefox 7, which is currently available for testing on the [http://www.firefox.com/channel Aurora channel]. (It will be released to the beta channel in a few days, and will become the new stable release six weeks from now.)
    If you're interested in the technical details, [https://blog.mozilla.com/nattokirai/2011/08/11/directwrite-text-rendering-in-firefox-6/ this article] has some in-depth information and some more preferences you can tweak.

  • Why is Flash crashing in Firefox - huge problem

    Every day, mainstream websites have their Flash content crash in Firfox for me on XP Pro, Vista and Windows 7.
    I love Firefox. I appreciate it is free and thank you for creating and maintaining it. But this Flash thing should not be passed by saying it is someone elses responsibility. For good or for ill, Flash is a basic building block of the web business.
    Unfortunately, Steve Jobs seems to be on the money by saying Adobe have become a flaky software developer. With the way Flash performs on my system under Firefox, it leaves me no choice but to spend more of my day with IE and Chrome. But I don't want to do this and would not if Flash could just be at all reliable in Firefox.
    BTW, I have tried the advice in the forums but this seems to be a deep down and fundamental issue that PR cannot overcome. The whole "container" strategy is a failure from my pov. While isolating Flash in another process/thread may make sense technically, I really don't want to have notifications of both Flash and container crashes. Really unsettling!
    Flash should just work for everyone from the get go without all this fuss.

    Crashes or other problems with certain multimedia content in Firefox (such as Youtube videos and Flash animations or games) can often be resolved by performing the steps in these Knowledge Base articles:
    * [[Flash Plugin - Keep it up to date and troubleshoot problems]]
    * [[Flash 11.3 crashes]]
    * [[Flash 11.3 doesn't load video in Firefox]]
    On Windows Vista and above, you can disable Flash protected mode by following the instructions on these pages:
    * http://forums.adobe.com/thread/1018071#TemporaryWorkaround
    * http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3
    (See [http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html this Adobe blog post] for technical details about Flash protected mode.)
    For recent updates for Adobe Shockwave Flash, please update your version to 14.
    Please refer to the security updates [http://helpx.adobe.com/security/products/flash-player/apsb14-18.html and Adobe Security Bulletin] for more information.
    <!--Please also note that html5 may need to be enabled to view some videos on youtube [https://www.youtube.com/html5]-->
    <!--[version 13]Please refer to these security issues [http://helpx.adobe.com/security/products/flash-player/apsb14-13.html and Adoble Blog post] for more information on the security update. -->
    Please tell us if this helped!
    -Ryanbart

  • Youtube is completly broken under firefox.(chrome/IE works normally)

    Hello, since a day or two (22/nov/2013) youtube is not displayed proprely, in fact the whole page is a real mess and its unusable under firefox. I had to use chrome to watch videos today because of that.
    I have the latest flash updates, same goes for firefox.
    I made a screenshot of the whole things, but it doesnt seem like I can include it to this post.

    A short time ago, Youtube changed its page navigation model from loading the entire page when you click a link to modifying the contents of the current page (similar to how instant prediction results work in Google search). Since the page will lay out correctly for you on reload, it suggests that something is interfering with the normal operation of the scripts that modify the pages when you navigate between videos.
    Note: If you notice this problem primarily when going "back" you could work around a problem with the in-memory cache by making a setting change. This forces Firefox to re-parse the page and may slow down "Back" on all sites by some milliseconds. Here's how:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box above the list, type or paste '''sess''' and pause while the list is filtered
    (3) Double-click the '''browser.sessionhistory.max_total_viewers''' preference and change it to 0 (that's a zero).
    Background on that: [https://support.mozilla.org/en-US/questions/970863 When I go back to Google search results page, it takes me to a blank Google screen]

  • How can I change the proportional font in Firefox?

    I prefer helvetica font, so I have changed the fonts for webpages in Firefox settings to it (changed all fonts to helvetica, unchecked "Allow pages to choose their own fonts, instead of my selections above"). However, some webpages still display in what I presume is the seriff font under proportional font. It would be nice to get all webpages to display in helvetica font but it seems that firefox only allows seriff or sans seriff for the proportional font.
    How can I make all the webpages display with the same font: helvetica?
    Please do not tell me how to change the other fonts; once again, I have done that.
    I only want to know if and how the PROPORTIONAL FONT can be changed or disabled, so that all webpages display in helvetica.

    I found it. In fact, the proportional ask you if you prefer serif or sans-serif. Then, under this, you can choose what serif is, and what sans-serif is.
    By example, I wanted my proportional font to be the Mona font. So I put sans-serif for proportional, and then I changed sans-serif for Mona.

  • Loading multiple SWFs and storing them (code not working under Firefox 23 and Chrome)

    Hey guys,
    Anyone has any idea why this code suddenly don't work anymore? (It works under internet explorer but not firefox and chrome
    The code under is placed on my main swf to preload all my external swfs and store them for not having to wait too long to access them.
    Thx guys.
    I took the code from here btw: http://www.beautifycode.com/the-finer-art-of-loading-2-handling-multiple-swfs#snippet
    I'm running flash player 11.8.800.94... It used to work under Firefox and Chrome
    var _swfLoader:Loader;
    var _swfRequest:URLRequest;
    var _swfPathArr:Array = new Array("00.swf", "01.swf", "02.swf");
    var _swfClipsArr:Array = new Array();
    var _swfTempClip:MovieClip;
    var _loadedSWFs:int;
    startLoading(_swfPathArr);
    function startLoading(pathArr:Array):void {
    _swfLoader = new Loader();
    _swfRequest = new URLRequest();
    loadSWF(pathArr[1]);
    function loadSWF(path:String):void {
    setupListeners(_swfLoader.contentLoaderInfo);
    _swfRequest.url = path;
    _swfLoader.load(_swfRequest);
    function setupListeners(dispatcher:IEventDispatcher):void {
    dispatcher.addEventListener(Event.COMPLETE, onSwfComplete);
    function onSwfComplete(event:Event):void {
    event.target.removeEventListener(Event.COMPLETE, onSwfComplete);
    _swfTempClip = event.target.content;
    _swfTempClip.customID = _loadedSWFs;
    _swfClipsArr.push(_swfTempClip);
    if(_loadedSWFs <_swfPathArr.length - 1) {
    _loadedSWFs++;
    loadSWF(_swfPathArr[_loadedSWFs]);
    } else {

    Hi kglad,
    The problem was coming from my server.
    I recently played with some settings  from a "cache control tool" offered by my hosting but i thought i had it back at default. Turns out i must've missed something. Now i have the .html caching on and everything works good on all browser.
    I have another question tho...
    I'd like to know if there's a way to cache an html file without having to ask my hoster to cache all of my htmls...
    I'm using this code now but maybe there's a way to add something that will cache this page specifically?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>title</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="fluid_site.js" language="javascript"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    <link href="style.css" rel="stylesheet" type="text/css" media="screen"/>
    </head>
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!-- saved from url=(0013)about:internet -->
    <script>
        if (AC_FL_RunContent == 0) {
            alert("This page requires fluid_site.js.");
        } else {
            AC_FL_RunContent(
                'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
                'width', '100%',
                'height', '100%',
                'src', 'index',
                'quality', 'medium',
                'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                'align', 'middle',
                'play', 'true',
                'loop', 'true',
                'scale', 'showall',
                'devicefont', 'false',
                'wmode', 'window',
                'id', 'index',
                'name', 'index',
                'menu', 'false',
                'allowFullScreen', 'false',
                'allowScriptAccess','sameDomain',
                'movie', 'index',
                'salign', ''
                ); //end AC code
    </script>
    <body>
    <noscript>
        <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="100%" height="100%" id="index" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="MENU" value="false">
        <param name=wmode value=window>
        <param name="movie" value="index.swf" /><param name="quality" value="medium" /><embed src="index.swf" quality="medium" width="100%" height="100%" wmode="direct" name="fluid_site" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </noscript>
    </body>
    </html>
    Thanks

  • Cannot install Flash Player for Firefox

    I am running Windows XP HE with SP4.  IE and the latest version of Firefox are installed.
    In both IE and Firefox, on attempting to install Flash Player with the standard link, I get an error message in a small window opens, title "getPlus+(R): Error," text "Unable to load a GUI," "OK" box.  I got around this by locating a standalone installation for IE, which downloaded an installation file to my computer.  However, this does not work in Firefox, even when obtaining access to that link from Firefox.  The file executes, but Flash Player still shows as not installed in Firefox.
    I cannot find any separate standalone installer for Flash Player for Firefox.
    This error message appears to be generated by the Adobe Installer, a getPlus product.  My thought was to uninstall the Adobe Installer, and try to start over.  However, the Adobe Installer shows up in the list of installed programs reached through Control Panel, BUT clicking the button to uninstall the program does nothing.  The program remains listed.  I cannot find a location for the Adobe Installer program on my disk drive.

    As I said in my first message, Adobe DLM appears in the "Add/Remove Programs" dialogue box, but clicking the Remove button doesn't do anything.  The screen flickers for a couple of seconds, and Adobe DLM remains listed as an installed program.  There is no installed program listed under the description getPlus or NOS.
    I found useful information at http://www.findmysoft.com/news/Patch-to-Fix-Critical-Adobe-Download-Manager-Vulnerability- Released/ .  Not to put too fine a point on it, information at various locations shows that the DLM has been a troublesome program.
    IE did not list Adobe DLM, getPlus, or NOS as an addon.  Firefox listed "getPlusPlus for Adobe 16263" as a plugin. There was not other extension or plugin listed under Adobe DLM, getPlus, or NOS.
    Based on the information at the link cited above, I tried the following. First, in Firefox, I disabled the getPlusPlus for Adobe 16263 plugin.  Removing it was not an option.  First, using services.msc, I disabled the getPlus Helper service.  Removing it was not an option.  Third, I deleted the directory c:\Program Files\NOS and its subtree.  I did not find anything relevant in the Application Data directories.
    I then went to the link on the Adobe Web site to install Flash Player.  (I know, it's already installed, but I wanted to see if the DLM would now function.)  This time, the first thing that happened upon clicking the link to install it was that the site completed a new installation of DLM.  However, on proceeding to the installation of Flash Player itself, I got the same error message noted above, "A GUI could not be loaded."  So nothing changed.  Opening services.msc again, I noted that the getPlus Helper service had been reinstalled, and was no longer disabled.  The c:\Program Files\NOS directory had been recreated.  I tried manually starting the getPlus Helper service, and trying the installation again through the Adobe Web site.  Same result, no help.  And note that DLM is not being cleaned up automatically as part of this process, as is supposed to happen.
    I'm thinking that a previous installation of DLM left behind some corrupted relic that is preventing it from running properly.  Very likely an incorrect registry entry.  But good luck finding that one without help.
    NOS Micro has a link to "Contact Our Support Team" at http://www.nosltd.com/index.php/support .  Maybe as a last resort see if they would respond?  Note that I can't locate a way to get support from Adobe except by paying $39.95 per incident for telephone support.
    Thanks!

  • Recognizing fonts under common files

    I have stored all fonts under:
    Program Files >> Common Files >> Adobe >>
    Fonts
    All my Adobe Applicaitons read these fonts from this folder.
    So, I do not
    have to load the fonts into the system fonts folder.
    Is there a way to get Flash to read fonts from this folder?
    I'm using Flash 8.
    Thanks.

    Thanks!!!  I'll give that a try.  I guess they won't work in Illustrator (the folder above was common to all the Adobe programs), but I guess InDesign is good enough since that's mostly where I'm working.  I did have to switch back to an older version of Illustrator to edit the font in a logo earlier.  But maybe if I create a Fonts folder in the Illustrator directory that'll work too.  Anyway, thanks -- I somehow missed those folders earlier (thought I always had to be in x86 for some reason).
    Thanks, Phyllis

  • Problems under Firefox with Adobe Flashplayer version 11.700.169

    As confirmed by Adobe online above version is (supposedly) installed under my System, but cannot find it under Firefox nor on the Windows 8 computer search. I am always getting an error when
    accessing internet via firefox, requiring me do install adobe . who can help. thanks in advance.

    Did you install the Firefox plugin?  Get it from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header

  • How to Change the Default Font in Firefox 4 ?

    How to Change the Default Font in Firefox 4 , for this >>
    http://store2.up-00.com/Mar11/AJG18655.png << ?

    Go to properties first: and set before typing anything in as shown here:
    http://screencast.com/t/ZTgzOTM3Y
    Then right click bring up this menu while inside active field and click on item with arrrow:
    http://screencast.com/t/ZTRjMWRkMzk
    Now what ever you typed should reflect the new Font setting.
    we may be as you say. But then again other people act like whats on the other side.
    We do our best. And if we fall short, well we gave it our best shot.
    Okay. In the interests of being completely clear:
    I have already tried this. Several times. This procedure will change the default for any of the fields that I place by hand. It does not change the default for any of the fields placed by the Wizard. I was unable to find a solution to the problem in any of the manuals, books, or on-line forums, which is why I posted here as a last resort. This leads to two conclusions:
    A. Your advice is incorrect
    B. There is a problem with my installation of Acrobat
    I will assume that A is not the correct conclusion. I will therefore try a re-install of my software to see if this clears up the problem. There have been other issues with other Adobe software on my machine that a re-installed has fixed nicely. Luckily, I don't have to do this at all often.

  • Problem with flash contents in Firefox

    I never have this problem with earlier version of Flash 9 for
    Firefox until the recent version upgrade. The videos always stopped
    at about 3 seconds and no sound can be heard. IE works fine
    though... Is there a fix or work aorund for this issue?...

    Hello
    it is all working for me.
    http://support.mozilla.org/en-US/kb/Basic%20Troubleshooting
    Please try point 4,6 and 8
    Win 7 Ultimate x64 SP1
    Firefox 12.0b6
    Flash Player 11.3 beta 1 & 2

Maybe you are looking for

  • Topics in TOC are not being published in Word output

    Windows 7 RoboHelp 9.0.2.271 Word 2010 I am having an on again/off again problem with RH not publishing all topics. The topics are in the RH TOC and when I double-click them while in RH, they open for editing. However, when I publish these same topic

  • ABAP systems for CE

    Hi, To configure access to a backend system for use in VC, Web dynpro etc in CE 7.1, is it right to go to Configuration Management -> Security -> Destinations? And then create an HTTP destination followed by an RFC destination pointing to the ABAP sy

  • How to publish a web page displaying a JFX app ?

    Hello (again '-_-) ! I'd like to create a web page displaying a JavaFX application. When I launch the html file generated by NetBeans in the dist folder, It works perfectly, but when I put the same files (.html and .jar) on a webserver, the app never

  • Winhlp32 for old .hlp-files

    Hi, I can't see anymore the Content of old hlp-files on a 64-bit-Win10. will the old .hlp-Files be supported anymore? For Win8/8.1 there exist a msu. (Windows6.1-kb917607.msu / Windows8.1-KB917607-x64.msu) Thanks

  • Automatically Restart messages stuck in Java Stack.

    Hi, 1) Is there a way to restart messages in java stack automatically like in ABAP stack. 2) Alerts are not raised when messages are stuck in Java stack, for the same interface alerts are raised when stuck in ABAP stack any reason for this? Thanks in