AS3 AOL Browser

I have a client that is using the AOL Browser -- wow, right
Anyway, has anyone ever tested a AS3 preloader in the AOL Browser?
It doesnt seem to read bytesTotal  or totalFrames -- which is how i can determine if it is loaded
the Function - ifFrameLoaded(scene,frame) is no longer an option in AS3
Thank you in Advance for any suggestions--cant seem to find any documentation through google
Reno

I have a client that is using the AOL Browser -- wow, right
Anyway, has anyone ever tested a AS3 preloader in the AOL Browser?
It doesnt seem to read bytesTotal  or totalFrames -- which is how i can determine if it is loaded
the Function - ifFrameLoaded(scene,frame) is no longer an option in AS3
Thank you in Advance for any suggestions--cant seem to find any documentation through google
Reno

Similar Messages

  • Web gallery and aol browser

    my parents using a pc cannot access our pictures uploaded using the aol browser - is web gallert not compatible with the aol browser? o

    Not sure. AOL might be outdated. I would download Firefox for them. Even if they connect via AOL, once connected Firefox will run.

  • No images display when using AOL browser

    My client's website website with images in layers and tables
    dislpays perfectly for most people, but does not seem to display
    the images consistently for visitors using AOL. Either the AOL
    browser or Internet Explorer.
    The site works fine on Macs.
    Is there a known glitch with graphics in AOL? Any ideas of a
    work around?
    The site is www.fredbromfield.com

    Older versions of AOL rerenders images as .art files in an
    attempt to make them load faster over dialup.
    If we could see the page we could probably help. The URL you
    posted no worky.

  • Background music on web site is not playing in AOL Browser

    I have a website that has background music playing on a couple of the pages. Recently, when I opened the pages where music is present in my AOL browser, I get the QuickTime logo and then I get a box with what appears to be code and the music does not start playing.
    I have opened the page in both Safari and FireFox and the music starts playing immediately. I upgraded to the latest version of QuickTime and purchased the Pro 7 but this has not solved the problem.
    Any suggestions?

    As expected. Sloppy page code:
    <EMBED SRC="http://members.aol.com/vesta1967/godonlyknows.mid" autostart="true"loop="true"
    WIDTH="100" HEIGHT="100" ALIGN="BOTTOM">
    A snippet of the page code created by the AOL tools. First thing to notice is that the opening embed tag isn't even properly "closed" (</embed>).
    Second issue is incorrect dimensions used in that code (should be 100X16 pixels).
    Major issue is that the embed tag is "dead" and has been for more than 4 years. It still "works" in many browsers but it will never work for any Internet Explorer version over 5 on a PC and may even cause issues with Mac browsers.
    Newer methods exist that fix the out of date "embed" tag code:
    http://docs.info.apple.com/article.html?artnum=60883
    That page explains the newer "object" tag required for PC users and shows a way of "nesting" object/embed tags.
    Better methods now use only javascript to write the page code:
    http://developer.apple.com/internet/ieembedprep.html
    Either method would require you to "hand edit" your index.html file using a text editor. Not hard to do (just copy/paste) but maybe too much bother for an AOL Homepage Site.
    You can probably play your file in any browser by clicking on this link:
    http://members.aol.com/vesta1967/godonlyknows.mid
    If it works (and I'm sure it does) it proves that QuickTime Player and its browser plug-in is not at fault.
    So now you know why it doesn't work as intended.
    I'm glad you stuck it out in trying to get an answer. You may have been correct to admonish some of our Discussions pages repliers to your basic question because the real issue got so off track and they didn't really "help".
    We are all just end users just like you. None of us get anything for posting answers and we sometimes fail to see a question beyond the words used by the original poster.
    Time to make up.
    Others?

  • Flash Player in AOL Browser

    Hi Adobe people,
    Since I updated to Windows 8.1 can not open any  videos in my AOL browser. (9.6 Desktop)
    Everything works fine, except anything that has to do with videos. They work fine in my XP computer. They worked fine in Windows 8. I copied a video link from AOL to IE in this same laptop, and it worked fine in it.
    When I click a video, it starts to open. At the same time the home page opens behind the video page. When that happens, both pages start going back and forth producing the shacking that does not allow the video to show. If I click the homepage out, it goes off, but the video keeps going as if it was working, but still flashing back and forth until the whole video goes through in its entirety, albeit unseen.
    While on the AOL browser, I was trying to open a sitting chart from a known venue . The page would open, but splashed right on the middle of the page was a big message covering all of the sitting chart. This message said, I needed to update my flash player. Where ever I go for help, I am told the same thing
    I have the latest player version available. I checked what I have against the newest version available, and they are the same. Problem is that it that the version is for Windows 8 and I have Windows 8.1. I can not find any version for Windows 8.1 anywhere. I also looked at my Add Ons, and Shockwave Flash Object is there, and it is Enabled.
    How can I get a Player version to work in my AOL Browser?
    Thanks

    Thanks Pat.
    I never had to deal with this issue before, so I am not sure if AOL uses the Player's Activex or Plugin. I actually think that their Player works in collaboration with the one in IE. It looks to me that after I updated to Windows 8.1, the AOL software didn't change any thing to keep up with it..
    I did do a manual download, though, after that site in AOL told me I had to.  Then I found out I wouldn't have had to, because it seems that IE 11 comes with the proper player version already installed. But the download I did was for Windows 8, I could not find one for Windows 8.1 anywhere, Could you tell me where to find one?
    I am not sure, if I downloaded a Plugin or Activex. I really don't understand these things. I will have to look that up. If I decide to download again, should I first uninstall the Flash Player that is in my computer now?
    I have thought about the 9.7 update, but I am waiting and see if I can resolve this without having to do that.
    I use:
    WINDOWS 8.1
    IE 11
    FLASH PLAYER 13.0.0.214 (this is for Windows 8, there is no Windows 8.1 on the lists of versions)
    Thanks

  • Internet Explorer vs AOL Browser

    My adobe launches the AOL browser automatically when connecting to the web.  And there are some pdf files I can read using the AOL browser but not the internet Explorer.  I have adobe 7.0.  I would like to quit using AOL and use Internet Explorer for all.  Should I check for updates and update adobe.  Can I set a preference to use Internet Explorer as a default?
    Thanks,
    Steve

    C:\shirts\chamoisshirt\barnred.jpgThis is a file on the local hard drive. Does this file exist on the computer where you test with Mozilla?
    You could try converting the file path to a URL:
    file://C|/shirts/chamoisshirt/barnred.jpg

  • Need help with Security when running AS3 inside browser

    Hi,
    I am fairly new to flash, but a fairly experienced
    programmer.
    I have created a game that runs perfectly and communicates to
    a WinSock server over port 4000 to publish its final score to.
    Using simple XMLSocket and Send.
    When I run the game in the standalone flash player everything
    works perfectly as it should
    However when I embed in a HTML page or similar it goes wrong.
    The game works fine, but the final posting to the WinSock socket
    server fails. I have retrieved the error message.
    ioErrorHandler: [SecurityErrorEvent type="securityError"
    bubbles=false cancelable=false eventPhase=2 text="Error #2048"]
    My server is a local server to me running IIS 6. Everything
    runs fine by the standalone flash player so I know ports are clear
    and firewalls are not the problem.
    Searching around google and forums I have found out that in
    9,0,124,0 (the flash I am running) that they made some security
    enhancements, namely you need to post a crossdomain file.
    My file is sat in the wwwroot of my webserver where my flash
    swf is hosted and looks like
    <cross-domain-policy>
    <allow-access-from domain="*" secure="false"/>
    </cross-domain-policy>
    I have also tried adding the following to the 1st section of
    the swf file
    Security.loadPolicyFile("
    http://mydomainname.com/crossdomain.xml");
    I have tried all conbinations, but I cannot get the flash to
    communicate to the socket server when it inside a web browser.
    If i run it in the standalone player, everything works
    perfectly.
    Can someone help me please. I have been googling and ripping
    my hair out for ages. This is the final stage of my project and I
    am failing at the final step.
    Just to add.
    My server and testing computer are on the same domain, the
    web server is a win2003 server and my testing and coding server is
    a XP machine running IE7. They are linked by a ADSL router sharing
    the same external IP address but via DHCP addressing. Everything
    works fine for port forwarding of the winsocket port.
    Just to emphasis, I believe this setup is correct, as it all
    works fine when I run in the flash player.
    Many thanks

    I fixed it eventually.
    In flash 9.0.124.0 they now force you to have a socket XML
    server running on port 843 a server somewhere if you wish to use
    XMLSocket inside a browser.
    Nothing to do with domain or crossdomain.xml files.
    You need to also call
    Security.loadPolicyFile("xmlsocket://x.x.x.x:843") before you
    open the socket.
    to load in the XML that defines what is allowed.
    Search google for AS3 and socket server port 843 and you will
    find examples and even a simple Java based server to use.

  • Java Won't run on AOL browser

    AOL has told me that they pull from the internet explorer, however I am unable to run the Java Runtime on AOL, therefore I have to use the internent explorer, which I do not like. I am unable to play games on AOL, it's not letting the Applets load. Does anyone know what is going on. I have reinstalled AOL, made sure my security settings are correct. An AOL does not have an answer either.

    http://java.sun.com/j2se/1.3/download.html
    After you download the jre file click on it to install it. I'm not sure why AOL isn't registering and the internet explorer is.
    Try putting this into your autoexec.bat file (if your running on windows operating system).
    set classpath=C:\ProgramFiles\JavaSoft\JRE\1.3.1\bin;%PATH%
    Make sure the file path is correct. It's the path to the java.exe file. This ensures programs that use java.exe file to find it.
    You have to restart your computer after changing the autoexec file for it to register.
    Good Luck!

  • Suddenly I cannot download webmail attachments with Firefox. I E works fine and so does my AOL browser. Help.

    I get no download or save option in the drop down menu when I right click on an email attachment. If I left click, the mail window closes and sends the message to old mail.

    Perform the suggestions mentioned in the following articles:
    * Make sure that you are using the '''"Remember History"''' setting as described in this article -> [[Settings for privacy, browsing history and do-not-track]]
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    Check and tell if its working.

  • 10.4.3 lost my AOL browser

    I just upgraded to 10.4.3. I can connect dial-up to AOL and use AOL provided functions, but I can't access any web page. Safari and Explorer work, but all my favorite place addresses are in AOL. Anyone have a fix or a work-around?

    Hi bowleft, and Welcome to "Discussions"!
    What OS did you upgrade from?
    What type of upgrade did you do?
    What happens when you try to get to a webpage?
    Do you get an error message of any kind?
    After you load the AOL application, and sign on to AOL, what is listed in the "Favorites" menu?
    ali b

  • FB game not working in Firefox but works in AOL browser, solution needed please!

    The game is WORDS WITH FRIENDS.

    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • Unable to use AOL Desktop Browser

    Hi,
    The last couple of days we've been unable to use the AOL Destop Browser with a BT connection. My mother prefers this browser despite advising her to use Chrome/Firefox/IE several times but now she is unable to. I phoned AOL and was told following some sort of recent BT server update AOL were blocked. I contacted BT but they were unable to help. Not sure why it was necessary to block AOL but yeah, for my mother's sake it would be good if we could use the AOL browser again.
    Thanks

    Finfinity wrote:
    Hi,
    The last couple of days we've been unable to use the AOL Destop Browser with a BT connection. My mother prefers this browser despite advising her to use Chrome/Firefox/IE several times but now she is unable to. I phoned AOL and was told following some sort of recent BT server update AOL were blocked. I contacted BT but they were unable to help. Not sure why it was necessary to block AOL but yeah, for my mother's sake it would be good if we could use the AOL browser again.
    Thanks
    Hi.
    You imply she was able to use the AOL browser until a couple of days ago.
    The AOL browser may have some dedicated settings, aimed purely at AOL users. Things like automated configuration settings and all sorts of things could be set (tools/internet options in IE).
    Not sure about the BT server update, and would question whether AOL are just fobbing you off.
    Frankly things do change, and moving ISPs can mean a new learning curve for some - particularly from AOL with their own stuff. Might be worth getting her to try Firefox (for e.g.) again. If the AOL browser isn't going to work, then she'll have to.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • What is the method for folder-browsing and selecting a non media file type in Android? [Air+AS3]

    Dear Gurus,
    Being a newbie, I have been searching hi & low for the method to browse and select non-media related file type in android.
    Besides the following these which I have reference from the AS3 Documentation (http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7fe4.html#WS5b3cc c516d4fbf351e63e3d118676a4c56-7ff0)
    var fileToOpen = File.documentsDirectory.resolvePath("");
                                  selectFile(fileToOpen);
                                  function selectFile(root:File):void
                                                 //var txtFilter:FileFilter = new FileFilter ("3D Model File", "*.obj; *.3ds;*.awd");
                                                 root.browseForOpen("Open",null);
                                                 root.addEventListener(Event.SELECT, selectedFile);
                                  function selectedFile(e:Event):void
                                                 trace(fileToOpen.nativePath + " file selected");
    I have went through the following threads yet find no clear workable solution to it.  The closest reference is written in Flex MXML, and I have no luck for converting it to AS3 as there are several properties which I can't get it right.
    http://forums.adobe.com/thread/943887 | http://forums.adobe.com/message/4107990#4107990 | http://forums.adobe.com/message/4548154
    Someone did mention some possible solutions through ANE but it is just too far beyond.  Even, the closest on-the-shelf solution of ANE by http://myappsnippet.com/file-browser-air-extension/ only work best to an extent and not truely "native" as the UI is not default from Android.  It has workable I/O but poor usability; you can't skin it.
    Is there any other workaround solution to this general I/O question?  I would love to hear from everyone here.

    The short answer to my knowledge is there is nothing you can invoke from AIR to open an OS-level dialog to browse/select a file. All implementations typically are people writing their own browser. They crawl the folders/files recursively and write their own display for the files. You can see a few on SO:
    http://stackoverflow.com/questions/12255418/as3-air-browse-for-file-on-sd-card
    http://stackoverflow.com/questions/12257626/as3-get-zip-file-on-phone-from-app-file-path-t hen-unzip
    It's not to terribly hard to code something like this (especially with that starter code). Otherwise, like you found, an on-the-shelf ANE is the only way I believe you can invoke the Android Intent for a file dialog. At that point skinning won't really be terribly easy given the nature of Android users who are completely allowed to customize their UI top to bottom.
    The safest bet is just let that posted code recurse and find the files you tell it to while displaying the list to the user. You can use some pre-written GPU-level lists that you can skin yourself using FeathersUI:
    http://www.feathersui.com (uses Starling)
    Or you can use one of the Flash Pro List components which will be quite a bit slower being they're not GPU optimized like some Flex Spark components.

  • How can I make AOL Desktop software my default e-mail when trying to connect from a a web site on Firefox?

    When I click on a link on a website meant for e-mailing--using Windows 7 I no longer have the option of sending it through my AOL Desktop software as I used to in Windows XP. Is there an option in Firefox that will allow me to use the AOL Desktop software as my default e-mail program?

    This didn't work. There is no option provided in Firefox for AOL--no add on either. And windows 7 does not let you use a browser based e-mail--even you change the registry--it will bring you to the AOL browser but won't open a "write" e-mail box and enter the name of the recipient automatically as it did in Windows XP by changing the option in internet options...someone must have a way of doing this...

  • Flash 8 + AOL = Problems

    Hey All,
    I've learned it's best to do as much research as you can
    before posting on these forums, and that's exactly what I've done.
    So, I now turn to you all as a last resort (and from the handful of
    posts I've seen regarding problems with the AOL browser on the
    forums, if anyone has any information, it'll be helpful to those
    folks, as well).
    I've been working on a website (
    http://www.reallivesports.com
    ) that is almost entirely Flash-based. Everything shows up just
    fine in IE, Netscape, and Firefox. However, I'm getting reports
    from AOL users that the site is getting hung up or not loading
    correctly if they try to view it using the AOL browser.
    From what I've been finding online, AOL uses IE and is simply
    masked by an AOL interface. So, theoretically, if the website works
    in IE, then it should work in AOL just fine. However, I'm finding
    this is not the case. I do not personally use AOL, but I had
    someone that does try and visit the site in first their default AOL
    browser...and then I had them minimize the AOL browser and try
    opening it in IE on the same machine. The AOL browser had problems.
    The IE browser showed the site just fine.
    I've had 2 scenarios reported to me. Either A) the site
    doesn' t load correctly and the user is left with the view of the
    page's background color, or B) the main page loads fine, but when
    attempting to visit a new section of the page, the loading bar of
    the page progresses, then freezes.
    I've visited the AOL technical support pages to see if
    there's any mention of problems viewing Flash in the AOL browser,
    but came up short. Another random link I found during a search in
    Google had to do with ad specifications for advertising with AOL.
    There I found that AOL is not currently accepting ads that use
    Flash 8 (which is what I'm working in). Would this mean that AOL is
    currently having trouble displaying Flash 8 content?
    The flash content on my website is a 1-frame .swf file that
    uses an XML ActionScript object to find and preload various
    external child .swf files and .mp3 files from an external XML data
    file. All child .swf files are kept loaded simultaneously, though
    all but the currently "active" child .swf file are paused and set
    invisible. All external .mp3 files are stored in ActionScript Sound
    objects in the parent .swf, and played by child .swfs by calling a
    function in the parent .swf.
    If anyone has any information that can help me find a way for
    AOL users to view my website without problems, I'd greatly
    appreciate it. We're currently in the middle of putting together an
    html/php version of the website for non-flash users (as it will be
    a good default solution if more problems like this occur). Thank
    you for your time. I hope to get some replies soon.
    - Ed

    You should probably post your question on Adobe's Flash forums:
    http://www.adobe.com/support/forums/

Maybe you are looking for

  • Link to BookMark in PDF

    Hi All, We are developing one Dash Board, which is at  Region level. This dashboard do all the calculations at store level. We are publishing this as PDF through mail. The first page of dashboard is a summary of all stores, with store information and

  • Extreme, express, airtunes & no airport card?

    I have a new Mac Pro on the way without an airport card. It will be connected to an Airport Extreme. My stereo is connected to an Airport Express for airtunes, currently via my G4 (with an airport card). Is it possible to connect to the Express via t

  • Bug concerning ADF security

    Just wanted to make a thread about this strange behavior when working with ADF security. Discovered it was a bug (i think). I have just enabled ADF security in my project after reading chapter 28 of the developers manual and watching Franks tutorials

  • Pictures not coming sharp with T3i

    Hi all,I am a newbie with SLRs. The pictures from my Canon Rebel T3i is not coming sharp. I have tried both Aperture priority as well as Shutter priority modes. I am not sure if my settings are not right or if i am not focusing right. I have attached

  • My photos have dissapeared from iphoto?

    I tried to open iphotos but there are no photos there. Its as if I have just opened it for the first time?