LocalLAT.txt file not working in Windows 7

hi,
i want to exclude few ip addresses from tmg client installed on a host and want it to be routed through another gateway placed on a router. I used to do this via locallat.txt file placed in all users directory with windows xp. but it is not working with
windows 7.
i have placed the file in: %ProgramData%\Microsoft\Firewall Client 2004
thanks

Hi,
As the issue is specific with Forefront TMG , you may contact Microsoft Forefront TMG Forum for further assistance on the issue:
Contact - Forefront TMG support:
https://social.technet.microsoft.com/Forums/forefront/en-us/home?category=forefront
Please revert for any clarification on this or any Windows issue. We will be glad to help you.
Roger Lu
TechNet Community Support

Similar Messages

  • CanWrite() method of File not working in windows XP

    Hi friends,
    I am checking permissions of directory and file using File API. In windows 2000 professional, my java program works file showing canWrite() result correctly whereas in Windows XP, even when i set permission to a folder read, canWrite() method showing true ? what would be the error ? can anyone help me out ?
    Here is my snippet ?
    File file = new File ("c:\testing"); // where my testing folder is set to readonly
    System.out.println(file.canWrite()); // returns true instead of false
    Regards,
    V.Prasanna

    You're code isn't working on win2k either because it's bugged.
    File file = new File ("c:\testing");should be
    File file = new File ("c:\\testing");

  • .m4a files not 'working' on windows server

    Hey kids..
    I use GoDaddy.com for my webhosting needs... and i recently switched my site from being hosted on a linux server to a windows one...
    when i navigate to my .m4a podcasts now the links don't work, and i receive a 404 error. i know the files are there... they're present in the ftp window... and i know i'm not mistyping the file name becuase i host both and mp3 and m4a with the same file name.
    also, if i change the m4a to have an mp4 extension, it works just fine. but if i update my RSS file to reflect the new file name, the iTunes subscriber sees duplicate episodes.
    what can i do to keep using my m4a files?
    PS> Itunes does not function with the m4a also...
    1.5Ghz Powerbook 15   Mac OS X (10.3.7)  

    I just spoke with godaddy and they told me "too bad".
    Maybe it's time to find a different server?
    The only issue now is that existing subscribers are seeing both the m4a and the mp3 episodes. Is there a way in the RSS podcast feed to force the iTunes subscription to clear its episodes and start over? or to only update the episodes if they aren't already downloaded...
    Chris, there are two slightly different things here. What shows up in the iTMS is based on your feed. Once you change your feed, the iTMS will show the changes (you may need to ping the iTMS to force it to update).
    For users who already subscribed to your feed, and have already downloaded files, what will happen in their iTunes Podcasting window is that all the old files will remain there, and the changed feed will show all the new files as well - but they will be grayed out with a "Get" button next to them.
    So each episode will be duplicated in their list, the one they downloaded and a grayed out one which is the new one. iTunes is smart enough to not force a new download of all the new ones (fortunately).
    basically hundreds of people are going to see duplicats in my cast and be saying '*** mang?'
    Only the ones who already subscribed will see the duplicate listings, and after a while, they'll get used to it - or can hit "delete". The iTMS listing will not show duplicates (unless, of course, you keep duplicates in your feed).
    Hope this answers your question, Chris.

  • Some  Mpeg 4 video files not working under Window 7

    I recently purchased a new PC running under Windows 7 OS. Obviously I have installed the latest version of ITunes and QuickTime player. I transferred all my music and video files from my vista laptop to the PC. The music files play fine using ITunes and the most recent music video files play ok too, but there seems to be a problem with the older music video files. When I try to play one of the older music video files, ITunes asks for authorization for the new PC to play the video each time I try to play the same video. ITunes grants authorization each time, but the video does not play, it shows that the video is playing on the progression bar but the music video is not displayed.
    I have tried to play the music video using windows media player, but windows media error message says that it doesn't support the format of the music video.
    I am perplexed as to what is going on; why will the newer music videos play through ITunes and not the older ones, and why doesn't windows media player support Mpeg 4 video files?

    This article says you need to convert the AOL account to an apple id.
    http://support.apple.com/kb/TS1299

  • Exporting Crystal Report to HTML is not working in Windows 7

    Hi Sir,
    I am trying to export Crystal Report to HTML format using VB.NET code. Functionality is working fine at Windows XP Environment (Save to Disk, Open an Application and Email Attachment). But the same functionality is not working at Windows 7 Environment (both 32-Bit as well as 64-Bit).
    Below is the code to Exporting Crystal Report to HTML in VB.NET.
    Dim CrDiskFileDestinationOptions As New DiskFileDestinationOptions
    Dim CrFormatTypeOptions          As New HTMLFormatOptions
    Dim vFormat As Integer
    Dim CrExportOptions As New ExportOptions
    Dim vRdReport As New ReportDocument
    Dim sfd As SaveFileDialog
    Dim vFileName As String = Nothing
    vRdReport = vRptSource
    sfd = New SaveFileDialog
    If Not (vRptPath = "") Then
        sfd.InitialDirectory = vRptPath
    End If
    sfd.Filter = "Webpage, Complete(.htm;.htm)|.htm|Web Archive, Single file(.mht)|.mht|Webpage, HTML only(.htm;.html)|.html"
    If sfd.ShowDialog = DialogResult.OK Then
        ' Set the disk file options.
         CrDiskFileDestinationOptions.DiskFileName = sfd.FileName.ToString()
    Else
         Return
    End If
    CrExportOptions = vRdReport.ExportOptions
    CrFormatTypeOptions.HTMLFileName = vFileName
    CrFormatTypeOptions.HTMLEnableSeparatedPages = True
    CrFormatTypeOptions.HTMLEnableSeparatedPages = True
    CrFormatTypeOptions.HTMLHasPageNavigator = True
    CrFormatTypeOptions.UsePageRange = True
    With CrExportOptions
                        .ExportDestinationType = ExportDestinationType.DiskFile
                        .ExportFormatType = ExportFormatType.HTML32
                        .DestinationOptions = CrDiskFileDestinationOptions.DiskFileName
                        .FormatOptions = CrFormatTypeOptions
    End With
    vRdReport.Export()
    Catch ex As Exception
            MsgBox(ex.ToString)
    End Try
    Code working fine at Windows XP, But it is not woking in Windows 7 environment.
    Please can anyone share your valuable thoughts or ideas reg. this.
    Thanks in Advance
    Deivanayaga Perumal D.

    user13509659 wrote:
    Run this code to reproduce the issue.Which issue?
    It looks like inheritance is broken in the component hierarchy for JFrame in Windows 7 JDK 1.6.0_23-b05. The only thing remotely related to inheritance in your code snippet is the WindowListener, which does little. See camickr's advice about built-in exit management.
    EDIT - using the post title as a clue, I realize you may be talking about the component hierarchy, and whether the contentPane's background is visible through the upper layers. Instead of guessing, I'd prefer you describe your "issue" accurately (observed vs expected behavior).
    Edited by: jduprez on Feb 10, 2011 1:01 PM

  • MFA not working on Windows Server 2012 R2

    Been using MFA since PF days.  Deployed it successfully many times but for some reason it's not working with Windows Auth, Terminal Services on a Win 2012 R2 DataCenter box?  The machine was successfully added to my domain PhoneFactor group, I
    can see and add the machine on the master MFA.  Services are running but when I remote in I go right through without MFA stopping me?  Any ideas?
    TIA

    6.3.0 has just been released and 2012 R2 is *still* not supported. What the hell?!?
    "Version 6.3.0 of the Azure Multi-Factor Authentication Server adds the
      following additional functionality:
    * Added one-way SMS functionality for AD FS, RADIUS and User Portal
    * Added .csv file import for OATH tokens
    * Added support to parse phone numbers in E.164 format during import
      From the directory
    * Fixed problem preventing slave servers from performing MFA if the
      master server was unavailable. This problem was found to exist in
      all 6.2.x builds. All customers running 6.2.x should upgrade to 6.3.
    * Fixed directory sync issue for recursive security groups
    * Added additional logging to AD FS adapter
    * Other minor bug fixes and security improvements
    Known Issues:
    * Windows Authentication for Terminal Services is still not supported for
      Windows Server 2012 R2"
    So they added a whole stack of other functionality, but still didn't get around to taking a look at this bug. I'm stunned. Is there any sort of timeline on fixing this, or is 2012 R2 just going to remain unsupported forever?

  • CaptureDeviceManager.getDeviceList  is not working in Windows VISTA.When

    CaptureDeviceManager.getDeviceList is not working in Windows VISTA.When I run the Application from vista using a jar file.But it is running if i run it from class file without use the jar file.

    This pretty much says it all:
    No connection could be made because the target machine actively refused it.What version of Vista?
    What version of the agent? ... 10g is not a version number it is a marketing label
    Did you check to see if the agent is compatible with your operating system?
    My recommendation would be to get a real operating system: Either Oracle Linux or XP.

  • Flash 10.2 not working in Windows 7 IE8 despite 'successful' installation

    Hi there,
    I downloaded flash player to attempt to view flash media on sites such as bbc website and youtube.
    Despite the installation claiming to be successful, I still cannot view video on any sites I have tried.
    (bbc website says I don't have the correct version, youtube says I need to upgrade)
    My system details are as follows:
    Windows 7 Home Premium, 32-bit operating system
    Internet Explorer 8.0.7600.16385IC  (it makes no mention of being 64-bit)
    Flash Player 10.2.152.26
    I have tried following the troubleshooting guides on the adobe website, particularly 'Flash player does not work in Windows 7'
    but I have not managed to fix the problem.
    I've also gone through several threads on this forum, relating to similar problems, but I'm sorry I haven't been able to fix it.
    So far, the stuff I have tried is listed below, but since it has not worked, I assume I have done something incorrectly, missed something,
    or I have not yet found the right solution.
    The Flash Player does not appear on my programs list, but it does show up in the control panel/list of installed programs.
    I don't know how to get flash player to run on its own, so I can't access settings etc. for the hardware acceleration.
    The folder located at C:\Windows\System32\Macromed\Flash contains 5 files:
    Flash10m.ocx; FlashInstall.log ; FlashUtil10m_ActiveX.dll; FlashUtil10m_ActiveX.exe; install.log
    When I visit the adobe page for testing flash player, it does not show me any animation; there is a blank white rectangle with a tiny red 'X' in its top left corner, which I assume should be a box containing the version information if the player had been recognized.
    I have looked at the IE8 'tools/Manage Add-Ons - 'show' All Add Ons, and there is no listing of  'Shockwave  Flash Object'
    although there is a listing of   'shockwave activeX control' which is enabled.
    I've set my IE8 security settings to medium for the categories of 'Trusted Sites' and 'Internet' and I've made sure to set:
    'Download Signed ActiveX Controls' to 'Prompt'  and 'Run ActiveX Controls And Plug-ins' to 'Enable'
    I've tried unintalling the flash player using the specified tool, removing the adobe download tool, and manual re-installation.
    Finally, I tried (with much hesitation) to modify the registry key referred to in the Flash-Killer or 'kill-bit' guidlines.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{D27CDB6E-AE6D-11CF-96B8-444553540000}
    The key existed, with a Name: compatibility flags  ; Type: REG_DWORD  ; Data: 0x0000400 (1024)
    So I changed the value from 400 to 000 as suggested.
    This is not worked either, despite uninstalling flash player, re-booting and re-installing.
    Finally, I updated the graphics driver for my ATI RADEON HD 5670 card, but aside from scaring me by drastically altering the screen resolution and not allowing me to roll back the driver, it has unfortunately not solved the flash player problem.
    I appreciate that the people with expertise have given loads of help on this problem, I hope I haven't missed something important when following the advice, but I'm pretty stuck, so if anyone can help, I thank you very much.
    thanks,
    pad

    Hi eidnolb,
    unfortunately, the installation of FP 9.0.280 based on running flashplayer9r280_winax.exe has not worked:
    I cannot see the animation / spinning, there is no animation and no box showing the version.
    (I have included a partial screenshot in this message, file name flashplayer_test_screenshot.jpg)
    Therefore, I did not continue with the instructions.
    The control panel list of programs does show 'Adobe Flash Player ActiveX' as being installed, version 9.0.280.0
    There were no messenger utilites listed in the system tray.
    As you advised, the first thing I did was to modify the {D27CDB6E-AE6D-11CF-96B8-444553540000} registry key value from 400 to 000.
    After modifying the value by making it Zero, I re-started the computer.
    Regarding Administrator Account, I looked on ther 'User Accounts' information, and there is only one user, my dad, and he is listed as Administrator.
    Sorry, but I will need to ask for your further advice. In case it is useful, I tried to get a list of all processes that were running on the computer
    (in case some of them inhibit the installation. most of them don't mean anything to me, even when they are given a description by the windows 7 Task Manager Processes List - I have pasted the text file below in this post, since I couldnt see how to attach files.)
    thank you for your help,
    pad2001
    Image Name                     PID Session Name        Session#    Mem Usage
    ========================= ======== ================ =========== ============
    System Idle Process              0 Services                   0         24 K
    System                           4 Services                   0        956 K
    smss.exe                       312 Services                   0        880 K
    csrss.exe                      456 Services                   0      3,328 K
    wininit.exe                    528 Services                   0      3,736 K
    csrss.exe                      536 Console                    1      6,104 K
    winlogon.exe                   592 Console                    1      5,288 K
    services.exe                   632 Services                   0      7,200 K
    lsass.exe                      640 Services                   0      9,380 K
    lsm.exe                        652 Services                   0      3,436 K
    svchost.exe                    760 Services                   0      7,008 K
    svchost.exe                    856 Services                   0      5,832 K
    atiesrxx.exe                   920 Services                   0      3,376 K
    svchost.exe                    988 Services                   0     16,176 K
    svchost.exe                   1028 Services                   0     51,320 K
    svchost.exe                   1068 Services                   0     28,928 K
    audiodg.exe                   1156 Services                   0     15,976 K
    svchost.exe                   1200 Services                   0     12,432 K
    svchost.exe                   1316 Services                   0     11,852 K
    atieclxx.exe                  1408 Console                    1      4,956 K
    wisptis.exe                   1432 Console                    1      6,512 K
    AvastSvc.exe                  1552 Services                   0     22,832 K
    wisptis.exe                   1792 Console                    1      8,360 K
    TabTip.exe                    1804 Console                    1     10,448 K
    dwm.exe                       1892 Console                    1     29,420 K
    explorer.exe                  1940 Console                    1     53,728 K
    RtHDVCpl.exe                   336 Console                    1      8,688 K
    AvastUI.exe                    328 Console                    1      4,060 K
    sidebar.exe                    476 Console                    1     36,108 K
    spoolsv.exe                   2264 Services                   0      9,464 K
    taskhost.exe                  2272 Console                    1      6,072 K
    svchost.exe                   2332 Services                   0     11,252 K
    svchost.exe                   2524 Services                   0     12,836 K
    PsiService_2.exe              2572 Services                   0      3,052 K
    SeaPort.exe                   2616 Services                   0      7,908 K
    WLIDSVC.EXE                   2684 Services                   0      9,104 K
    SearchIndexer.exe             3104 Services                   0     19,096 K
    WUDFHost.exe                  3244 Services                   0      5,468 K
    WLIDSVCM.EXE                  3372 Services                   0      2,644 K
    wmpnetwk.exe                  3452 Services                   0      3,772 K
    notepad.exe                   3600 Console                    1      6,096 K
    svchost.exe                   3876 Services                   0     11,480 K
    iexplore.exe                  2936 Console                    1     29,228 K
    iexplore.exe                  3640 Console                    1     59,180 K
    wltuser.exe                   3704 Console                    1     10,016 K
    dllhost.exe                   2480 Services                   0      5,000 K
    svchost.exe                   2680 Services                   0     21,228 K
    InputPersonalization.exe      3180 Console                    1      1,440 K
    wuauclt.exe                    116 Console                    1      5,516 K
    taskmgr.exe                   3204 Console                    1      9,052 K
    iexplore.exe                  1872 Console                    1    112,188 K
    cmd.exe                       1048 Console                    1      2,936 K
    conhost.exe                   3012 Console                    1      5,200 K
    tasklist.exe                  4300 Console                    1      4,664 K
    WmiPrvSE.exe                  4340 Services                   0      5,352 K

  • I-tunes not working in Windows 7

    I have been using i-tunes for a couple years without problems.  Recently I keep being told i-tunes is not working and Windows shuts it down.  I have repeatedly reinstalled it - earlier times as a "repair", then have uninstalled i-tumes and reinstalled it, but the problem persists.  Lately it has said something like "Apple Device Manager not installed", but since i-tunes shuts down there is not a way to care for that in i-tunes, if that's where it needs to be activated.

    yeah in some cases creating a new iTunes library file could fix issues like that mostly because when iTunes tries to access a bad library file iTunes will take so long to analyze bad information and it eventually crashes for issues like that you should try these articles
    http://support.apple.com/kb/TS1421?viewlocale=en_US
    http://support.apple.com/kb/TS1717?viewlocale=en_US

  • CL_GUI_FRONTEND_SERVICES= GUI_DOWNLOAD not working in Windows 7 OS

    Hello experts,
    The FM CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD is not working in windows 7 OS.  The error is - Data provider exception.  But is is ok in XP. 
    Is there any solution for this.
    Thanks in advance,
    Balaji

    Now
    I've applyed patch 8 and no problem with CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD
    Have you sure you've have all authorization to write a file there?
    Max

  • Search not working in Windows 7, works on XP

    Hi folks,
    We had quite a time getting RoboHelp for Word to work on our new Windows 7 machines. The highest supported combination (of RoboHelp version and Word version) that we were aware of from the postings on this site did not work. Long story.
    Anyway, we ended up reinstalling RoboHelp 7 and Word 2007. We have Word 2010 on our machines for other things, but we use 2007 exclusively for RoboHelp. We still save our files as .docs instead of .docxs. (This was a decision made long ago and there was a reason for it, I think, but I don't know it now. :-P  I'm just mentioning it on the off chance that it's relevant.)
    We thought all our problems were over - the help seemed to be compiling fine - BUT: the Search tab does not work on Windows 7 machines. Comes up completely blank.
    The same help file, including the Search tab, will work fine on  XP machines.
    Any advice?
    Thanks in advance - Sandy

    anyone know how to fix this?

  • Flash player not working ie10 windows 8 pro 32

    flash player not working ie10 windows 8
    Default web browser IE10 does not play flash in metro nor in desktop mode on up-to-date W8pro32 laptop
    error message "you have to install flash player"
    but
    I cannot (re-)install latest version of flash player
    error message "flash player is embedded in IE10"
    I have
    reset ie (in advanced options)
    turned windows feature ie off (unchecked box) , restarted pc, turned windows feature ie on (checked box), restarted pc
    ie10 as default web browser
    disabled acticex filtering (tools)
    enabled flash player (add-ons)
    enabled updates to compatibility view list
    Problem started after installing W8pro32 with IE10
    Flash plays fine using Firefox W8pro32
    Had no problems playing flash on this particular hardware using previous version of os and ie
    The macromed flash folder in windows/sytem32 on this PC contains files with exactly same name/size as on other W8pro32 laptop where IE10 plays fash plays without problem
    Have asked micsosoft support but not received a reply
    Please advise
    Thanks

    flash player not working ie10 windows 8
    Default web browser IE10 does not play flash in metro nor in desktop mode on up-to-date W8pro32 laptop
    error message "you have to install flash player"
    but
    I cannot (re-)install latest version of flash player
    error message "flash player is embedded in IE10"
    I have
    reset ie (in advanced options)
    turned windows feature ie off (unchecked box) , restarted pc, turned windows feature ie on (checked box), restarted pc
    ie10 as default web browser
    disabled acticex filtering (tools)
    enabled flash player (add-ons)
    enabled updates to compatibility view list
    Problem started after installing W8pro32 with IE10
    Flash plays fine using Firefox W8pro32
    Had no problems playing flash on this particular hardware using previous version of os and ie
    The macromed flash folder in windows/sytem32 on this PC contains files with exactly same name/size as on other W8pro32 laptop where IE10 plays fash plays without problem
    Have asked micsosoft support but not received a reply
    Please advise
    Thanks

  • Unwise.exe Files not run on Windows 8.1 SSSS

    So unwise.exe Files not run on Windows 8.1 I Tried too! much but when i run it , it will not open i also tried To run as Administor but not works i am downloaded GTA San Andreas Admin console for my GTA San Andreas that one was unwise.file its not opening
    what should i do?
    Reply Please!

    So unwise.exe Files not run on Windows 8.1 I Tried too! much but when i run it , it will not open i also tried To run as Administor but not works i am downloaded GTA San Andreas Admin console for my GTA San Andreas that one was unwise.file its not opening
    what should i do?
    Reply Please!

  • New HP probook 440 G1 internet explorer ver.11 not working in windows 8.1 64 Bit

    New HP probook 440 G1  internet explorer ver.11  not working in windows 8.1 64 Bit. When I open it closed or crash in a moment.Please help for the issue.
    M Khan

    Hi,
    I suggest you check the fix in this article:
    Fix: Internet Explorer freezes, crashes, hangs in Windows 7 | 8
    http://www.thewindowsclub.com/internet-explorer-freezes-crashes-hangs
    If it doesn't work, please help to post back the IE crash dump file here for our research:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\iexplore.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open IE to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Kate Li
    TechNet Community Support

  • CER files not working in Flash (iOS AIR app)

    I'm trying to test a flash project on my iPhone 5, but flash won't let it compile and opens the AIR pref pannel instead with the "certificates" field highlited.
    I don't know why it would want that, but I searced for it on the apple developer website and found mine and downloaded it. But it's a CER file, and Flash wants a P12 file. I looked it up in the Adobe documentation (every bit of which sucks by-the-way) and it says I can convert with OpenSSL.
    So I downloaded that from the OpenSSL website, but all I got was a bunch of seemingly random files. Fortunatly i'm good at digging through seemingly random files, so I did, and found 3 things: 1. It's not 64-bit compatible, 2. It's not Windows 8 compatible, and 3. It's not COMPILED! I'm pretty good at just about everything that involes computers, but if theres one thing I'm bad at it's COMPILING THINGS!
    So this is my question(s):
    1. Why doesn't Adobe Flash support CER files when that's all that Apple has for certificates?
    2. Is there an online converter for CER to P12 files?
    3. Why is OpenSSL not compiled?
    4. Is there any other way to convert the files that works on Windows 8 Pro 64-bit?
    5. Why is it so hard for anyone make a good Elecro song?
    6. Would this work better on another platform?
    7. What's up with Adobe's documentation?

    Found an online converter!
    https://www.sslshopper.com/ssl-converter.html
    Unfortunatly, it needs a "PFX Password" and a "Private Key File".
    This is too much security. I don't even like security.
    I WOULD RATHER WALK AROUND WITH MY S.S.N. ON MY SHIRT!
    Also, I think Adobe is just trying to be anoying, because all I had to do to set up Xcode was type in my username and password, then click "add device to portal" in the device managment window.

Maybe you are looking for

  • Upgraded to Leopard - What About Bootcamp?

    I just upgraded to Leopard and was wondering what I need to do, if anything, to my existing Bootcamp setup? I'm running XP Pro and was curious if I had to make a new driver CD or anything like that. Thanks.

  • Can LWAPP be converted to Automous AP?

    I have a LWAPP 1242 and I need it to be autonomous, can this be done? Seth

  • Toggle button (play/pause) problem when using smart shape

    Hi, I am utilizing smart shape as button. I have one play button, and pause button, on top of each other. When "play" is clicked then I display "pause" button, and hide "play" button. Vice versa for pause button. And, I set the buttons to be displaye

  • Need help in Indesign scripting - Javascript

    Hi I have few questions during the indesign scripting. Please help me to answer those 1. Targetting two engines. How to target Illustrator engine when the javascripts is running in indesign engine. 2. Creating text in textframe How to create a text i

  • Will not play WMA files, please help.....

    I have the latest version of flip 4 mac and the Quicktime 7.4.1. Why can't any of these programs play WMA files?