Help identify this script font

Love this one. Do you know what the name of this font is. It's "Member
Benifits" in blue.
I'd like to use it for a restaurant menue I'm designing.
http://www.autoclubgroup.com/chicago/travel/guide/a6-benefits.asp?zip=60714
Thanks a lot in advance

You're welcome, Serge.
And feel free to turn off the Auto-Quoting feature of your newsreader client. It's usually not necessaryespecially in short threads like this onehere in the forums because most folks visit with a browser, and it's certainly not needed just to express your appreciation. If you'd like to quote a previous reply in order to make yourself understood, please do so manually.
Thanks!

Similar Messages

  • MSI P67A-G43 (B3) - Need help identifying this postcode

    Need help identifying this postcode:
    CPU:i7-2600k
    Mobo:MSI P67A-G43 (B3)
    PSU: Corsair 750w
    GPU isn't the problem since I replaced it and still get this postcode. RAM isn't the problem since I've tried four different sticks one at a time in each slot and still get the postcode. Getting no live video from the GTX580 and no onboard video. I think either the mobo or the CPU is the problem, don't want to have to send both in for RMA so if anyone can help me identify the postcode that'd be great.

    Hey Ctrl
    Well I happen to have the same beep code on my motherboard (P67A-C43 B3), after trying different suggestions from the MSI forum users and MSI technical support I ended up RMA(ing) my motherboard.
    You can try resetting the CMOS, by flipping the battery and leaving it like that for 5 minutes and putting it back to its original side. I highly doubt it is your cpu. Like anybody in the forum might suggest, try different components which appears you already did. I doubt your corsair is faulty. CPU and motherboard are your best bet that are faulty, and i highly doubt that it is the CPU because for there to find another person (you) that had the same problem as me since last friday (RMA board yesterday, wednesday) I find it highly unlikely.

  • I need help with this script please ASAP

    So I need this to work properly, but when ran and the correct answer is chosen the app quits but when the wrong answer is chosen the app goes on to the next question. I need help with this ASAP, it is due tommorow. Thank you so much for the help if you can.
    The script (Sorry if it's a bit long):
    #------------Startup-------------
    display dialog "Social Studies Exchange Trviva Game by Justin Parzik" buttons {"Take the Quiz", "Cyaaaa"} default button 1
    set Lolz to (button returned of the result)
    if Lolz is "Cyaaaa" then
    killapp()
    else if Lolz is "Take the Quiz" then
              do shell script "say -v samantha Ok starting in 3…2…1…GO!"
    #------------Question 1-----------
              display dialog "Around age 11, many boys left their fathers to become…" buttons {"Scholars", "Warriors", "Apprentices"}
              set A1 to (button returned of the result)
              if A1 is "Apprentices" then
                        do shell script "say -v samantha Correct Answer"
              else
                        do shell script "say -v samantha Wrong Answer"
      #----------Question 2--------
                        display dialog "Most children were taught
    to read so that they could understand the…" buttons {"Music of Mozart", "Bible", "art of cooking"}
                        set A2 to (button returned of the result)
                        if A2 is "Bible" then
                                  do shell script "say -v samantha Correct Answer"
                        else
                                  do shell script "say -v samantha Wrong Answer"
      #------------Question 3---------
                                  display dialog "In the 1730s and 1740s, a religious movement called the_______swept through the colonies." buttons {"Glorius Revolution", "Great Awakening", "The Enlightenment"}
                                  set A3 to (button returned of the result)
                                  if A3 is "Great Awakening" then
                                            do shell script "say -v samantha Correct Answer"
                                  else
                                            do shell script "say -v samantha Wrong Answer"
      #-----------Question 4--------
                                            display dialog "_______ was
    a famous American Enlightenment figure." buttons {"Ben Franklin", "George Washington", "Jesus"}
                                            set A4 to (button returned of the result)
                                            if A4 is "Ben Franklin" then
                                                      do shell script "say -v samantha Correct Answer"
                                            else
                                                      do shell script "say -v samantha Wrong Answer"
      #----------Question 5-------
                                                      display dialog "______ ownership gave colonists political rights as well as prosperity." buttons {"Land", "Dog", "Slave"}
                                                      set A5 to (button returned of the result)
                                                      if A5 is "Land" then
                                                                do shell script "say -v samantha Correct Answer"
                                                      else
                                                                do shell script "say -v samantha Wrong Answer"
      #---------Question 6--------
                                                                display dialog "The first step toward guaranteeing these rights came in 1215. That
    year, a group of English noblemen forced King John to accept the…" buttons {"Declaration of Independence", "Magna Carta", "Constitution"}
                                                                set A6 to (button returned of the result)
                                                                if A6 is "Magna Carta" then
                                                                          do shell script "say -v samantha Correct Answer"
                                                                else
                                                                          do shell script "say -v samantha Wrong Answer"
      #----------Question 7--------
                                                                          display dialog "England's cheif lawmaking body was" buttons {"the Senate", "Parliament", "King George"}
                                                                          set A7 to (button returned of the result)
                                                                          if A7 is "Parliament" then
                                                                                    do shell script "say -v samantha Correct Answer"
                                                                          else
                                                                                    do shell script "say -v samantha Wrong Answer"
      #--------Question 8-----
                                                                                    display dialog "Pariliament decided to overthrow _______ for not respecting their rights" buttons {"King James II", "King George", "King Elizabeth"}
                                                                                    set A8 to (button returned of the result)
                                                                                    if A8 is "King James II" then
                                                                                              do shell script "say -v samantha Correct Answer"
                                                                                    else
                                                                                              do shell script "say -v samantha Wrong Answer"
      #--------Question 9------
                                                                                              display dialog "Parliament named ___ and ___ as England's new monarchs in something called ____." buttons {"William/Mary/Glorius Revolution", "Adam/Eve/Great Awakening", "Johhny/Mr.Laphalm/Burning of the hand ceremony"}
                                                                                              set A9 to (button returned of the result)
                                                                                              if A9 is "William/Mary/Glorius Revolution" then
                                                                                                        do shell script "say -v samantha Correct Answer"
                                                                                              else
                                                                                                        do shell script "say -v samantha Wrong Answer"
      #---------Question 10-----
                                                                                                        display dialog "After accepting the throne William and Mary agreed in 1689 to uphold the English Bill of _____." buttons {"Money", "Colonies", "Rights"}
                                                                                                        set A10 to (button returned of the result)
                                                                                                        if A10 is "Rights" then
                                                                                                                  do shell script "say -v samantha Correct Answer"
                                                                                                        else
                                                                                                                  do shell script "say -v samantha Wrong Answer"
      #---------Question 11------
                                                                                                                  display dialog "By the late 1600s French explorers had claimed the ___ River Valey" buttons {"Mississippi", "Ohio", "Hudson"}
                                                                                                                  set A11 to (button returned of the result)
                                                                                                                  if A11 is "Ohio" then
                                                                                                                            do shell script "say -v samantha Correct Answer"
                                                                                                                  else
                                                                                                                            do shell script "say -v samantha Wrong Answer"
      #------Question 12---------
                                                                                                                            display dialog "______ was sent to ask the French to leave 'English Land'." buttons {"Johhny Tremain", "George Washington", "Paul Revere"}
                                                                                                                            set A12 to (button returned of the result)
                                                                                                                            if A12 is "George Washington" then
                                                                                                                                      do shell script "say -v samantha Correct Answer"
                                                                                                                            else
                                                                                                                                      do shell script "say -v samantha Wrong Answer"
      #---------Question 13-------
                                                                                                                                      display dialog "_____ proposed the Albany Plan of Union" buttons {"George Washingon", "Ben Franklin", "John Hancock"}
                                                                                                                                      set A13 to (button returned of the result)
                                                                                                                                      if A13 is "Ben Franklin" then
                                                                                                                                                do shell script "say -v samantha Correct Answer"
                                                                                                                                      else
                                                                                                                                                do shell script "say -v samantha Wrong Answer"
      #--------Question 14------
                                                                                                                                                display dialog "The __________ declared that England owned all of North America east of the Mississippi" buttons {"Proclomation of England", "Treaty of Paris", "Pontiac Treaty"}
                                                                                                                                                set A14 to (button returned of the result)
                                                                                                                                                if A14 is "" then
                                                                                                                                                          do shell script "say -v samantha Correct Answer"
                                                                                                                                                else
                                                                                                                                                          do shell script "say -v samantha Wrong Answer"
      #-------Question 15-------
                                                                                                                                                          display dialog "Braddock was sent to New England so he could ______" buttons {"Command an attack against French", "Scalp the French", "Kill the colonists"}
                                                                                                                                                          set A15 to (button returned of the result)
                                                                                                                                                          if A15 is "Command an attack against French" then
                                                                                                                                                                    do shell script "say -v samantha Correct Answer"
                                                                                                                                                          else
                                                                                                                                                                    do shell script "say -v samantha Wrong Answer"
      #------TheLolQuestion-----
                                                                                                                                                                    display dialog "____ is the name of the teacher who runs this class." buttons {"Mr.White", "Mr.John", "Paul Revere"} default button 1
                                                                                                                                                                    set LOOL to (button returned of the result)
                                                                                                                                                                    if LOOL is "Mr.White" then
                                                                                                                                                                              do shell script "say -v samantha Congratulations…you…have…common…sense"
                                                                                                                                                                    else
                                                                                                                                                                              do shell script "say -v alex Do…you…have…eyes?"
                                                                                                                                                                              #------END------
                                                                                                                                                                              display dialog "I hope you enjoyed the quiz!" buttons {"I did!", "It was horrible"}
                                                                                                                                                                              set endmenu to (button returned of the result)
                                                                                                                                                                              if endmenu is "I did!" then
                                                                                                                                                                                        do shell script "say -v samantha Your awesome"
                                                                                                                                                                              else
                                                                                                                                                                                        do shell script "say -v alex Go outside and run a lap"
                                                                                                                                                                              end if
                                                                                                                                                                    end if
                                                                                                                                                          end if
                                                                                                                                                end if
                                                                                                                                      end if
                                                                                                                            end if
                                                                                                                  end if
                                                                                                        end if
                                                                                              end if
                                                                                    end if
                                                                          end if
                                                                end if
                                                      end if
                                            end if
                                  end if
                        end if
              end if
    end if

    Use code such as:
    display dialog "Around age 11, many boys left their fathers to become…" buttons {"Scholars", "Warriors", "Apprentices"}
    set A1 to (button returned of the result)
    if A1 is "Apprentices" then
    do shell script "say -v samantha Correct Answer"
    else
    do shell script "say -v samantha Wrong Answer"
    return
    end if
    #----------Question 2--------
    display dialog "Most children were taught to read so that they could understand the…" buttons {"Music of Mozart", "Bible", "art of cooking"}
    set A2 to (button returned of the result)
    if A2 is "Bible" then
    do shell script "say -v samantha Correct Answer"
    else
    do shell script "say -v samantha Wrong Answer"
    return
    end if
    (90444)

  • Help with this script

    When I run this script from within the applescript edito I get the popup dialog. For some reason it is not finding the file. I know it exists.
    try
      tell application "Finder"
        if exists file "SavedIP.log" in "/Library/Logs" then
          set savedIP to do shell script "cat /Library/Logs/SavedIP.log"
        end if
      end tell
    on error errmsg
      display dialog errmsg
    end try
    Thank you for any help.

    While it's often a good idea to check for files before reading them, it can cause confusion especially when trying to mix Mac-style (colon-delimited) and UNIX-style (slash-delimited) paths, as you've seen.
    An alternative is to not bother checking - just read the file and catch any errors that occur (such as the file not existing):
    try
      set SavedIP to do shell script "cat /Library/Logs/SavedIP.log"
    on error
      -- file does not exist
    end try
    In this case the assumption is that the file does exist, but if it doesn't (or if some other error occurs) then you can trap that case in the 'on error' block, and deal with it accordingly.

  • Help identify this font

    Does anyone know the name of this font or something similar? Thanks in advance

    You're welcome, Serge.
    And feel free to turn off the Auto-Quoting feature of your newsreader client. It's usually not necessaryespecially in short threads like this onehere in the forums because most folks visit with a browser, and it's certainly not needed just to express your appreciation. If you'd like to quote a previous reply in order to make yourself understood, please do so manually.
    Thanks!

  • Need help identifying this video format

    A lady on the east coast made a documentary video but said that it was filled with pauses, for some reason. I told her that I'd import it into FCP and edit out the pauses for her.
    So she mailed me the DVD-R, and I tried to play it on my Mac, but DVD Player won't open it (a message appears saying "The media type is not supported.") Nor will the DVD player in a TV I have. Quicktime Player doesn't recognize it either.
    So I have to figure out how to play this thing.
    When I put the DVD-R into the Mac's optical drive, the icon of a DVD appears on the desktop. When I double-click on the icon, a window appears with a folder labeled DVD_VIDEO_RECORDER
    Inside this folder is another one labeled VIDEO_TS
    Inside that folder is a bunch of gray icons with "Exec" on them, labeled VIDEO_TS_BUP, VIDEO_TS_IFO, VIDEO_TS_VOB, and several labeled VTS_01_1.VOB, VTS_01_2.VOB., etc.
    Can anyone help me identify what format this video is in, and what sort of a player can play it?

    It's a DVD Video disc but it sounds like it was not "finalized" in the recorder that made it.
    You might be able to extract the .VOB files (the only interesting parts) with MPEG Streamclip.
    Read this: http://www.secondchairvideo.com/?p=739

  • Help editing Specify script - font

    Trying to edit Metaphorical.net's Specify script so the I can choose a specific font. It defaults to Myriad. I would think I need to change something under here:
      Create a text label that specify the dimension
    function specLabel( val, x, y) {
      var t = doc.textFrames.add();
      t.textRange.characterAttributes.size = 8;
      t.textRange.characterAttributes.alignment = StyleRunAlignmentType.center;
    Everything I tried doesn't work. Appreciate the help.
    Thanks!

    textRange.characterAttributes.textFont doesn't do it for you?

  • HELP Identify this MP3 play

    Hey guys,
    I have had this Creative MP3 player for about a year now. After trying to put up with the pethetic battery life (30mins!) I would like to know what is wrong with it. But I can't even do that because I don't even know what it is called! I have tried the 'Identify your Product' page on this website but that didn't help. So please help me find the real name of this MP3 player and why its got such a bad battery life. All it says on the box is: "Creative Digital MP3 player" its 32mb with the option to add a 64mb MMC to expand it memory. Anyway heres a picture:
    <IMG src="http://ascii24.com/news/i/hard/article/200/0/29/thumbnail/thumb220x270-images666975.jpg">
    ^The player itself^
    <IMG src="http://ascii24.com/news/i/hard/article/200/0/29/thumbnail/thumb220x23-images666976.jpg">
    ^The box it came in^
    Please help me!

    Bizzymatt,
    Looks like that is the wrong information for the player. The text says that it is for the CD-MP3 00 (which both my sisters own...great player). I will contact the proper authorities to see if we can get this changed.
    Jeremy
    P.S. The digital MP3 Player name is correct for this product. It was a player that was released in Asia a few years back. I don't think it was ever released in the America's or Europe.
    Message Edited by Jeremy-CL on 02-3-2005 07:34 PM

  • Need help identifying why my fonts look horrible

    I reinstalled Arch on my desktop, but forgot to backup my font configuration files.  I had Monaco set up very nicely before, but now it looks horrible on my new install, and I can't really see what I'm doing wrong. As far as I know, I was just using the ttf-monaco, freetype2-infinality and fontconfig-infinality (w/ osx2 style) packages, and then modified the infinality.conf file (with emboldened Monaco) and Xresources.
    This is what it looked like before:
    http://i.imgur.com/dFJRKbt.png
    This is what it looks like now:
    http://i.imgur.com/QHsLTF3.png
    ~/.Xresources
    Xft.antialias: true
    Xft.hinting: false
    Xft.rgba: rgb
    Xft.dpi: 96
    /etc/fonts/infinality/infinality.conf
    <?xml version='1.0'?>
    <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
    <fontconfig>
    <selectfont>
    <rejectfont>
    <pattern>
    <patelt name="fontformat" >
    <string>Type 1</string>
    </patelt>
    </pattern>
    </rejectfont>
    </selectfont>
    <match target="font" >
    <edit name="embeddedbitmap" mode="assign">
    <bool>false</bool>
    </edit>
    </match>
    <match target="pattern" >
    <edit name="prefer_outline" mode="assign">
    <bool>true</bool>
    </edit>
    </match>
    <match target="pattern" >
    <edit name="do_substitutions" mode="assign">
    <bool>true</bool>
    </edit>
    </match>
    <match target="pattern" >
    <edit name="bitmap_monospace" mode="assign">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <edit name="force_autohint" mode="assign">
    <bool>false</bool>
    </edit>
    </match>
    <match target="pattern">
    <edit name="dpi" mode="assign">
    <double>96</double>
    </edit>
    </match>
    <match target="pattern" >
    <edit name="qt_use_subpixel_positioning" mode="assign">
    <bool>false</bool>
    </edit>
    </match>
    <match target="font">
    <test name="family">
    <string>Monaco</string>
    </test>
    <edit name="embolden" mode="assign">
    <bool>true</bool>
    </edit>
    </match>
    <include>infinality/conf.d</include>
    </fontconfig>
    Also, bold isn't showing up in termite but does in gvim? Not sure why that's happening.
    Last edited by mpeebles (2014-01-06 11:51:11)

    grepping for "font" in the termite git log, I stumbled upon this:
    commit a05fdcd4d15316f258175e9a526058bad2c8e7ea
    Author: Simon Gomizelj <[email protected]>
    Date:   Sat Nov 23 20:37:18 2013 -0500
        better warning for no browser
    ...skipping...
        Config option to enable/disable bold font
    which suggests that a feature to do exactly that (disable bold fonts) has been introduced to the termite codebase. I haven't used termite myself, but either reverting to an older revision than a05fdcd4d15316f258175e9a526058bad2c8e7ea or just enabling bold faces through the said config option could be a solution to your problem.
    Last edited by elipp (2014-01-07 19:46:22)

  • Need help identifying this part!! MBP 13" i5 2.5gig

    Hi all, I opened up my mac to try and fix a dent in the case. Accidentally knocked off the tiniest of pieces from the logic board and I have no idea what it is. It looks like this (the picture is zoomed in):
    [IMG]http://i61.tinypic.com/2wnbtpj.jpg[/IMG]
    Does anyone know what it is or what it does? Here is the piece in context with the rest of the logic board:
    [IMG]http://i62.tinypic.com/2vj7xhg.jpg[/IMG]
    Any help would be much appreciated!

    Looks like a spacer or a pin on which another component sits to maintain separation from the logic board.  Looks like there should be more than one, though.
    Go to www.iFixit.com and find the tear-down pix for your MacBook Pro and see if it shows up in there.

  • Need help identifying this Kernal Panic

    Can anyone tell where this might coming from? I was working in Photoshop and this happened twice. Any help would be greatful, this is my work computer. There are no usb or fiewire devices connected. Everything is standard on this machine with 2 gigs of RAM. Thanks!!!
    Fri Apr 25 08:31:12 2008
    Unresolved kernel trap(cpu 0): 0x400 - Inst access DAR=0x0000000004BC7000 PC=0x0000000092DC01C4
    Latest crash info for cpu 0:
    Exception state (sv=0x46481c80)
    PC=0x92DC01C4; MSR=0x00009030; DAR=0x04BC7000; DSISR=0x00000000; LR=0x008F8D20; R1=0x464E7B30; XCP=0x00000010 (0x400 - Inst access)
    Backtrace:
    0x008F8D20 0x007BAF08 0x007BB1F0 0x007B37BC 0x007B71BC 0x007B7B64
    0x00B150FC 0x00B16E64 0x0003F94C 0x000B05D4
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOSCSIMultimediaCommandsDevice(2.0.2)@0xb0c000->0xb27fff
    dependency: com.apple.iokit.IOBDStorageFamily(1.5)@0xaeb000
    dependency: com.apple.iokit.IOSCSIBlockCommandsDevice(2.0.2)@0xaf2000
    dependency: com.apple.iokit.IOCDStorageFamily(1.5)@0xad9000
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.2)@0x7b2000
    dependency: com.apple.iokit.IODVDStorageFamily(1.5)@0xae4000
    dependency: com.apple.iokit.IOStorageFamily(1.5.2)@0x7d3000
    com.apple.iokit.IOATAPIProtocolTransport(1.5.2)@0x8f7000->0x8fcfff
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.2)@0x7b2000
    dependency: com.apple.iokit.IOATAFamily(1.7.3f1)@0x8dd000
    com.apple.iokit.IOSCSIArchitectureModelFamily(2.0.2)@0x7b2000->0x7d2fff
    Proceeding back via exception chain:
    Exception state (sv=0x46481c80)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x2f6d2a00)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9C7010
    Kernel version:
    Darwin Kernel Version 9.2.2: Tue Mar 4 21:23:43 PST 2008; root:xnu-1228.4.31~1/RELEASE_PPC
    System model name: PowerMac7,3
    panic(cpu 0 caller 0xFFFF0004): 0x400 - Inst access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x0009B478 0x0009BE1C 0x00029DD4 0x000AF390 0x000B2A78
    Proceeding back via exception chain:
    Exception state (sv=0x46481c80)
    PC=0x92DC01C4; MSR=0x00009030; DAR=0x04BC7000; DSISR=0x00000000; LR=0x008F8D20; R1=0x464E7B30; XCP=0x00000010 (0x400 - Inst access)
    Backtrace:
    0x008F8D20 0x007BAF08 0x007BB1F0 0x007B37BC 0x007B71BC 0x007B7B64

    Hi-
    Any SCSI devices attached?
    SCSI card installed?
    Other PCI hard drive controller card installed? (Often report as SCSI to the system).
    The report indicated SCSI in the first line (and subsequent) following "backtrace", which is usually a good indicator of the source of the problem.

  • Need help identifying this in-ear headphones!

    Can anyone name the model of these old headphones I have?
    http://tinypic.com/view.php?pic=2ptz1qp&s=8
    Thank you in advance!

    Hi bookc1992! Unfortunately, we cannot identify the model number of a Sony product by photo/s.
    Nevertheless, please get in touch with Sony Thailand Support here if you need further assistance. Thanks!
    If my post answers your question, please mark it as "Accept as Solution"

  • Can anybody help identify this symptom? HELP!

    12" 867 G4 PB, worked great until today.
    Wouldn't shut down, so we held the power button & forced it off.
    Later we went to reboot and received nothing but a grey screen after hearing the normal boot tune. The unit never completely boots.
    Inserted TechTools CD and unit boots off of the disk but cannot complete diagnostic tests. Video & mouse work fine in this mode.
    Removed extra memory, no change.
    Removed hard drive and took to a different Mac. Drive works fine, recovered data to use on another iBook.
    One can hear the hard drive click on boot but seems pretty quiet afterwards (obviously, this is in the suspect laptop - works fine on another system). Fan working okay.
    Reset PMU and NVRAM. No change.
    At this point I'm thinking either a bad motherboard or a bad DC invertor? I've never had a bad invertor so I'm not real sure what that may do to one of these.
    So, before I scratch up funds for a motherboard replacement, I thought I'd see if anybody here experienced similar symptoms or could shed some light on this so I can repair as needed.
    We miss our PowerBook! Solid as a rock until this unfortunate turn of events. Bummer.
    Thanks in advance for any advice or ideas to try on getting it back in action!

    Dead system board... Conveniently just barely past the 1 year warranty. Ugh.

  • I need help identifying this!

    I am sorry to ask this on the Apple Support Community even though it has nothing to do with Apple. I have a Playstation 3. It has a service called Playstation Home. I was looking at all of the characters on the Playstation Home screen and saw this little blue creature with a smile. Does anybody know what game he is from if he is from a game at all?
    Thanks

  • Please help with this script, AS3 to AS2(preloader)

    Hi. Ive made a flash banner for my client. It have two scenes, preloader (with percentage and animation (in 100 frame)) and the main scene. Preloader uses AS3. I need this convert to AS2. How to do this? The code:
    import flash.events.ProgressEvent;
    function update(e:ProgressEvent):void
    var percent:Number = Math.floor( (e.bytesLoaded*100)/e.bytesTotal );
    if(preloaderMC is MovieClip){
    preloaderMC.gotoAndStop(percent);
    preload_txt.text = String(percent) + "%";
    if(percent == 100){
    play();
    loaderInfo.addEventListener(ProgressEvent.PROGRESS, update);
    // Extra test for IE
    var percent:Number = Math.floor( (this.loaderInfo.bytesLoaded*100)/this.loaderInfo.bytesTotal );
    if(percent == 100){
    nextFrame();
    stop();
    The full FLA: http://www.agroinvent.eu/briklis.fla, if someone can repair(make) it, pls send me the corrected fla file.
    BIG THANKS. BEST REGARDS. Zolee

    use:
    var tl:MovieClip=this;
    function update():Void
    var percent:Number = Math.floor( (tl.getBytesLoaded()*100)/tl.getBytesTotal() );
    preloaderMC.gotoAndStop(percent);
    preload_txt.text = String(percent) + "%";
    if(percent == 100){
    clearInterval(preloadI);
    tl.play();
    clearInterval(preloadI);
    preloadI = setInterval(update,100);
    stop();

Maybe you are looking for