Simple Tutorial that works?

Does anyone know of a tutorial that walks throught the creation of a simple flash piece and published to an android device? Nothing I have found does this, and I cannot get past this damned parse error that a few people on here also have - and also don't have a resolution for. This is really frustrating. I would expect Adobe could write a tutorial given they created the packager, but lo and behold one does not exist.

A couple that helped me get started:
http://labs.adobe.com/technologies/flexsdk_hero/samples/ (first tutorial listed)
http://www.adobe.com/devnet/flex/articles/employee-directory-android-flex.html
Not a tutorial, but definitely gave me a great general overview:
http://www.adobe.com/devnet/flex/articles/mobile_development_hero_burrito.html

Similar Messages

  • Tutorial that worked now complains "user not found"

    Hi, again.
    Sorry for another "newbie" problem, but the tutorial database that was
    running last night (thank you, Marc and Stephen) now gives the following
    error at "Run":
    891 INFO [main] kodo.jdbc.JDBC - Using dictionary class
    "kodo.jdbc.sql.HSQLDictionary".
    1344 INFO [main] kodo.MetaData - Parsing metadata resource
    "file:/C:/MBower/MyDocuments/src/eclipse_workspace/PetShop/Animal.mapping".
    kodo.util.DataStoreException: User not found: SA
         at
    kodo.jdbc.sql.DBDictionary.newDataStoreException(DBDictionary.java:3084)
         at
    kodo.jdbc.sql.HSQLDictionary.newDataStoreException(HSQLDictionary.java:188)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:77)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:63)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:43)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:159)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    NestedThrowablesStackTrace:
    java.sql.SQLException: User not found: SA
         at org.hsqldb.Trace.getError(Trace.java:226)
         at org.hsqldb.Trace.error(Trace.java:290)
         at org.hsqldb.UserManager.get(UserManager.java:309)
         at org.hsqldb.UserManager.getUser(UserManager.java:250)
         at org.hsqldb.Database.connect(Database.java:278)
         at org.hsqldb.jdbcConnection.openStandalone(jdbcConnection.java:2860)
         at org.hsqldb.jdbcConnection.<init>(jdbcConnection.java:2428)
         at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:176)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:348)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:392)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:242)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:257)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:329)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:129)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    Did running the program last night change something that prevents it from
    running now? Is there something different that needs to be done to get a
    running program to run subsequently?
    Mark

    Hi, Patrick.
    Thank you for your help! I deleted the database files, ran the mapping
    tool, and the tutorial ran. Great! Then, I added an animal and a price,
    hit "Create" and saw that my input was added to the list. I then exited
    the application (by hitting the "X" in the upper right) and tried to run
    the tutorial again; I wanted to see that the data I had entered would load
    up. I got the same error as before:
    906 INFO [main] kodo.jdbc.JDBC - Using dictionary class
    "kodo.jdbc.sql.HSQLDictionary".
    1359 INFO [main] kodo.MetaData - Parsing metadata resource
    "file:/C:/MBower/MyDocuments/src/eclipse_workspace/PetShop/Animal.mapping".
    kodo.util.DataStoreException: User not found: SA
         at
    kodo.jdbc.sql.DBDictionary.newDataStoreException(DBDictionary.java:3084)
         at
    kodo.jdbc.sql.HSQLDictionary.newDataStoreException(HSQLDictionary.java:188)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:77)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:63)
         at kodo.jdbc.sql.SQLExceptions.getDataStore(SQLExceptions.java:43)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:159)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    NestedThrowablesStackTrace:
    java.sql.SQLException: User not found: SA
         at org.hsqldb.Trace.getError(Trace.java:226)
         at org.hsqldb.Trace.error(Trace.java:290)
         at org.hsqldb.UserManager.get(UserManager.java:309)
         at org.hsqldb.UserManager.getUser(UserManager.java:250)
         at org.hsqldb.Database.connect(Database.java:278)
         at org.hsqldb.jdbcConnection.openStandalone(jdbcConnection.java:2860)
         at org.hsqldb.jdbcConnection.<init>(jdbcConnection.java:2428)
         at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:176)
         at
    com.solarmetric.jdbc.PoolingDataSource.newConnection(PoolingDataSource.java:348)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.makeConnection(ConnectionPoolImpl.java:392)
         at
    com.solarmetric.jdbc.ConnectionPoolImpl.getConnection(ConnectionPoolImpl.java:242)
         at
    com.solarmetric.jdbc.PoolingDataSource.getConnection(PoolingDataSource.java:257)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    com.solarmetric.jdbc.DecoratingDataSource.getConnection(DecoratingDataSource.java:81)
         at
    com.solarmetric.jdbc.DelegatingDataSource.getConnection(DelegatingDataSource.java:131)
         at
    kodo.jdbc.schema.DataSourceFactory$DefaultsDataSource.getConnection(DataSourceFactory.java:329)
         at
    kodo.jdbc.schema.LazySchemaFactory.findTable(LazySchemaFactory.java:129)
         at
    kodo.jdbc.meta.BaseClassMapping.fromMappingInfo(BaseClassMapping.java:168)
         at
    kodo.jdbc.meta.RuntimeMappingProvider.getMapping(RuntimeMappingProvider.java:59)
         at
    kodo.jdbc.meta.MappingRepository.getMappingInternal(MappingRepository.java:393)
         at kodo.jdbc.meta.MappingRepository.getMapping(MappingRepository.java:348)
         at
    kodo.jdbc.meta.MappingRepository.getMappings(MappingRepository.java:294)
         at
    kodo.jdbc.meta.MappingRepository.getMetaDatas(MappingRepository.java:271)
         at kodo.runtime.ExtentImpl.iterator(ExtentImpl.java:109)
         at PetShop.<init>(PetShop.java:46)
         at PetShop.main(PetShop.java:179)
    If I try to run the Mapping Tool on "Animal.jdo", again (I'm just guessing
    here that I need to point things in the correct direction), I get an error:
    <error>-An error occurred running MappingTool
         kodo.util.DataStoreException: The database is already in use by another
    process
    <info>-Done.
    Thank you, again, for any assistance! I have no doubt that this problem
    is unique to my setup, so I doubt that much learned here will be of use to
    others. Sorry,
    Mark
    Patrick Linskey wrote:
    Mark Bower wrote:
    Did running the program last night change something that prevents it from
    running now? Is there something different that needs to be done to get a
    running program to run subsequently?
    Are you maybe in a different directory than you were in when you ran the
    tutorial before? HSQL is a file-based database; the default
    configurations for the tutorial list relative paths for the files that
    it uses.
    Also, maybe one of the files exists, but its contents were deleted?
    I'd suggest removing the tutorial database files, and running
    mappingtool again to get to a clean state.
    -Patrick

  • A Simple Tutorial?

    I am using Visual Basic 2010 with a SQL Server Express database and have installed the Crystal Reports from SAP.
    While I can get the Report1.rdlc in my project, I can go no further.  I have searched this site and  every other source I can think of but can't find a simple tutorial that I can use to get started and use as a base for expanding my use of the program,
    Can anyone point me in the right direction.

    Hi,
    Try below steps :-
    - Create a sample web application in VS 2010.
    - Add a crystal report to your app.
    - Double click on the CrystalReport.rpt, it will open the report in the bundled crystal designer.
    - Design the report using the 'Database Expert'
    - Preview the report see if it works fine.
    - Drag a Crystal Report Viewer control onto your design page.
    Add below code to your application.
    using CrystalDecisions.Shared;
    using CrystalDecisions.Web;
    public partial class _Default : System.Web.UI.Page
        protected void Page_Load(object sender, EventArgs e)
            ReportDocument rd = new ReportDocument();
           rd.Load(Server.MapPath("Report1.rpt"));
            CrystalReportViewer1.ReportSource = rd;
    More sample applications are [here|http://www.sdn.sap.com/irj/boc/samples?rid=/webcontent/uuid/80774579-b086-2b10-db91-ed58c4dda375]
    Hope this helps,
    Bhushan.

  • Is there a program that works like the old iPhoto?

    Is there a program that works like the old iPhoto?
    The old iPhoto is my ideal program. Unfortunately, it does not work on my new operating system. I like having the ability to look over my images with a slide show. However, the new package folder does not give me complete access to my pictures. Is there a program that will have both slide show with music options, and the general folder for the files? I heard that Picasa was supposed to have a general folder, but it is using the iPhoto package.
    I have looked over the solutions to getting access to images from the iPhoto package mentioned in the discussion forum. I would like a simpler system that works like the old iPhoto. Is this a possibility? I do not feel comfortable putting my original photo files into a system that does not let me look at the file information, and I would like to have the original benefits of iPhoto tools.
    Thank you for your time.

    Welcome to the Apple Discussions.
    The current iPhoto is laid out specifically the way it is because of folks like you
    Since iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    Even in the old iPhoto it was never correct to access the iPhoto Library Folder.
    However, the new package folder does not give me complete access to my pictures.
    This is untrue. Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    There they all are.
    Standard Warning which applies to every version of iPhoto: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    I do not feel comfortable putting my original photo files into a system that does not let me look at the file information
    What information are you missing? If you can tell us we may be able to help you more.
    Regards
    TD

  • Simple javascript not working

    Hello,
    I have got a problem with this simple javascript that works
    on every browser I tested but not on AIR (1.5.0 on Aptana Studio) :
    <html>
    <head>
    <title>Test</title>
    <script type="text/javascript">
    function init()
    display();
    var nb=10;
    function del()
    nb--;
    display();
    function display()
    var i;
    var res = "";
    for (i=0; i<nb; i++)
    res += "<li><a onclick=\"del();\">link"+ i
    +"</a></li>";
    document.getElementById("results").innerHTML = "<ul>"+
    res +"</ul>";
    </script>
    </head>
    <body onload="init()">
    <p onclick="del()">test</p>
    <div id="results"></div>
    </body>
    </html>
    Clicking on any link in the list should reload this list with
    one item less, but it only works once, I do not understand why
    considering this code perfectly works on any browser.
    Clicking on the "test" text in the <p> also works
    perfectly and I have got no error message in the console, so what
    is the problem, please?
    Thanks for your help.

    Unsure what the problem is. I copied almost verbatim and it
    worked fine for me.
    here's my script (slightly different due to my base file is
    xhtml strict)
    quote:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xml:lang="en" lang="en">
    <head>
    <title>Adobe Air 1.5 Test</title>
    <script src="lib/AIRAliases.js"
    type="text/javascript"></script>
    <script src="lib/main.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    function init(){
    display();
    var nb=10;
    function del(){
    nb--;
    display();
    function display(){
    var i;
    var res = "";
    for (i=0; i<nb; i++)
    res += "<li><a onclick=\"del();\">link"+ i
    +"</a></li>";
    document.getElementById("results").innerHTML = "<ul>"+
    res +"</ul>";
    </script>
    </head>
    <body onload="init();">
    <p onclick="del()">test</p>
    <div id="results"></div>
    </body>
    </html>

  • IPhone/iPad simple tutorial?

    I may have to start doing some Flash development for iPad and am curious if anyone has a simple tutorial that involves nothing more than simply displaying something on screen. I'm just looking for details on the packaging / transfer to iPad portion.
    Thanks

    hi dave,
    this is the forum for flash/iphone/ipad stuff:  http://forums.adobe.com/community/labs/packagerforiphone/
    i can help you if you're using an unofficial apple developer license.  if you have a real one, you'll need to check a tutorial on how to use that to get your provisioning and certificate files.

  • TS3771 My iTunes U no longer works since the update, an error message pops up saying that "This movie requires QuickTime, which is not supported by this version of iTunes." I followed the tutorial that suggests to change to from 64 to 32 bit and it didn't

    iTunes U video files no longer work on my computer since i update to Mavericks. The following message appears on the screen "This movie requires QuickTime, which is not supported by this version of iTunes." I followed a tutorial that suggested to go to Applications/iTunes/Get Info and change to 32 bit. Now my iTunes does not open at all, it says it requires 64 bit. I am a bit confused and disappointed. What should I do to get it fixed? Buy a new MacBook?

    Marcello, I am having the same problem.  When following the advice of many in the community to start iTunes in 32-bit mode, I get the following error after I have done so:
    I am running 10.9.2 on a mac mini. 
    I am hoping this will be fixed or at least a solid answer could be given that iTunes will no longer support certain types of media going foward.

  • Can anyone tell me in simple terms that acutally work how to cancel my purchase of extra icloud space

    can anyone tell me in simple terms that acutally work how to cancel my purchase of extra icloud space.

    Welcome to Apple Support Communities
    To downgrade the iCloud storage to free storage, see > http://support.apple.com/kb/ht4874
    If you want to get a refund, you can do it during the first 14 days after purchasing iCloud storage. To do it, contact with the iCloud support > http://www.apple.com/support/icloud/contact

  • How do I turn of this Mavericks tutorial that runs all day while I'm trying to work?

    Ever since upgrading to Mavericks I have had some dumb Mavericks tutorial that comes on at random times and runs until I shut the computer off! How do I get rid if this thing?
    Doug

    I may have another solution - well workaround.  Just testing it now.
    If I plug ear phones into the iPhone, the ring and alarm still play through the speaker.  I don't think the other alerts do.  At least those I've tested don't.

  • TUTORIAL: Previously working effects now missing? Here's the fix...

    WARNING: This process involves editing the Windows registry, so if you are squeamish about that sort of thing, do not attempt this. I'm not responsible for broken computers, hurt feelings, or terrified household pets.
    I've ocassionally run into an issue since CS4 where certain plugins/effects would spontaneously cease loading in Premiere Pro and functioning, and it apparently continues to affect CS5. This happened on three total different computers, so I'm not sure what the underlying cause is. There was no clear reason why this would happen: I'd use the effect one day, come back the next and load my project, and the effects would be reported as "missing" upon project load:
    This doesn't happen with the "built-in" effects that ship with Premiere, but it has happened repeatedly with the Cycore effects (copied from the AE plugins directory) or with third-party plugins like those from DigiEffects, Red Giant, Trapcode, etc. After this loading mesage, the instance of the filter would show up in the Effects Control Panel as "Offline Filter" and the filter would have no effect on the clip to which it is applied. This isn't a case of the effect simply not being compatible with Premiere, as they had previously showed up in the Effect bin and could be applied and used, as evidenced by the error pop-up above. Uninstalling and reinstalling the plugins has no effect on correcting the issue. After a bit of hunting around, I finally figured out how to correct the problem--not the underlying cause, which I still cannot pinpoint, but I can at least get the filters/effects/plugins loading and operating again. Note that the following applies to Windows systems; I'm not sure if this affects Macs, and if it does, I have no clue as to how to correct it.
    In Explorer, go to the following folder: C:\Users\username\AppData\Roaming\Adobe\Premiere Pro\5.0. Inside, you will find a file called Plugin Loading.log. This is simply a text file which you can open with Notepad or a similar text editor. In it, you'll find a long list of entries like this:
    Anything that says "The plugin was successfully loaded from the registry" was obviously successfully loaded, and therefore able to be used in Premiere. However, upon scrolling through the file, you will see something like this (using the CC Snow example from above):
    At some point in the list, the successfully-loaded plugins will stop and the list will change to "The plugin is marked as Ignore, so it will not be loaded." Herein lies the problem and the solution; we need to correct this issue in the registry, since we know from the above example that the plugins are loaded from the registry.
    In Windows, click the Start button/orb, and select Run; in the panel that appear, type in regedit. This will launch the Registry Editor. A good safety precaution before going any further is to select File > Export and save your ENTIRE registry by selecting the All radio button. Pick a location and back it up; it may take a few moments. This is important to do if you're not familiar with editing the registry, because you can pretty quickly toast your OS installation if you poke at animals you shouldn't. You've been warned.
    Navigate to the following key in the Registry Editor: HKEY_CURRENT_USER\Software\Adobe\Premiere Pro\5.0\PluginCache.64\en_US. Here, you will see a long list of other subkeys, each of which bears the name of a plugin. If you click on one of the keys in the left pane (looks like a folder icon from Explorer), you will see a list of values, their types, and the data they hold in the pane on the right. Using the Plugin Loading.log text file as a guide, compare a plugin that loads with one that doesn't. You'll see the following disparity:
    If the "Ignore" value is set as "0" (binary data), the plugin loads; if the "Ignore" value is set as "1," the plugin does not load. Based on this information, the solution should be apparent:
    Using the Plugin Loading.log text file as a guide, change this data for any "Ignore" value set to "1." An important note: this does not "enable" effects that wouldn't otherwise work in Premiere Pro anyway. For example, some of the Cycore effects, like Time Blend, Time Blend FX, and Split 2, do not work in Premiere, regardless of how the "Ignore" value is set. If you should happen to change them, Premiere will set the value to "1" the next time you launch the program.
    Once you've changed these values (there's no need to save, as the changes are immediately made to the registry), launch Premiere. If you were successfully, nothing interesting will happen--you'll be greeted with no error messages, and your once-missing effects will resume their place and settings on your sequence clips. You can confirm the "fix" by reopening Plugin Loading.log (be sure to have closed this file before relaunching Premiere, as it is simply overwritten each time), and looking for the entries that were previously ignored:
    There you have it. Again, I don't know the reason why this happens, but I've been bitten by this oddity numerous times in CS4, and now in CS5. My best guess is that it happens when Premiere crashes during loading (which seems to happen to me) or there is some other "issue" during launch. As a sort of self-defense mechanism, Premiere tells the registry to disable these plugins to ensure a successful load the next time the program is launched, but then they are not automatically re-enabled, and hence the need for this somewhat convoluted fix. Under normal circumstances, I would imagine that relatively few users will ever encounter this issue--but if you do, you now know how to get back to work.

    A great set of screen clips & tutorial. But I'm compelled to tell you guys it's even simpler than that.
    All you have to do is delete the en_US keys for both the Premiere Pro & After Effects plug-in caches in the registry at:
    HKEY_CURRENT_USER\Software\Adobe\Premiere Pro\5.5\PluginCache.64\en_US &
    HKEY_CURRENT_USER\Software\Adobe\After Effects\10.5\PluginCache.64\en_US
    Of course, have the applications closed prior to deleting the keys. Upon launching the Premiere Pro & After Effects again, both applications will regenerate their cache folders (they'll re-appear) in the registry & you should then see all your installed plug-ins if they are installed in the correct folders & aren't corrupted.
    Note that Pr & Ae will take significantly longer to launch as it re-scans all the installed plug-ins again.
    If you don't want to dig through the registry, here's a copy of VBscripts to do it for you. Don't see all your plugins? One of the apps choose to ignore your plug-in's without provocation?
    ...just run these & re-launch the Premiere & After Effects. Enjoy.
    tC
    Reset Premiere Pro CS5.5 x64 Plugin Cache.vbs
    **BEGIN CODE**
    Const HKEY_CLASSES_ROOT = &H80000000
    Const HKEY_CURRENT_USER = &H80000001
    Const HKEY_LOCAL_MACHINE = &H80000002
    Const HKEY_USERS = &H80000003
    ' Object used to get StdRegProv Namespace
    Set wmiLocator = CreateObject("WbemScripting.SWbemLocator")
    ' Object used to determine local machine name
    Set wshNetwork = CreateObject("WScript.Network")
    ' Registry Provider (StdRegProv) lives in root\default namespace.
    Set wmiNameSpace = wmiLocator.ConnectServer(wshNetwork.ComputerName, "root\default")
    Set objRegistry = wmiNameSpace.Get("StdRegProv")
    ' Deletes Key with all subkeys
    sPath = "Software\Adobe\Premiere Pro\5.5\PluginCache.64\en_US"
    lRC = DeleteRegEntry(HKEY_CURRENT_USER, sPath)
    Function DeleteRegEntry(sHive, sEnumPath)
    ' Attempt to delete key. If it fails, start the subkey
    ' enumration process.
    lRC = objRegistry.DeleteKey(sHive, sEnumPath)
    ' The deletion failed, start deleting subkeys.
    If (lRC <> 0) Then
    ' Subkey Enumerator
    On Error Resume Next
    lRC = objRegistry.EnumKey(HKEY_CURRENT_USER, sEnumPath, sNames)
    For Each sKeyName In sNames
    If Err.Number <> 0 Then Exit For
    lRC = DeleteRegEntry(sHive, sEnumPath & "\" & sKeyName)
    Next
    On Error Goto 0
    ' At this point we should have looped through all subkeys, trying
    ' to delete the registry key again.
    lRC = objRegistry.DeleteKey(sHive, sEnumPath)
    End If
    End Function
    **END OF CODE**
    Reset After Effects CS5.5 x64 Plugin Cache.vbs
    **BEGIN CODE**
    Const HKEY_CLASSES_ROOT = &H80000000
    Const HKEY_CURRENT_USER = &H80000001
    Const HKEY_LOCAL_MACHINE = &H80000002
    Const HKEY_USERS = &H80000003
    ' Object used to get StdRegProv Namespace
    Set wmiLocator = CreateObject("WbemScripting.SWbemLocator")
    ' Object used to determine local machine name
    Set wshNetwork = CreateObject("WScript.Network")
    ' Registry Provider (StdRegProv) lives in root\default namespace.
    Set wmiNameSpace = wmiLocator.ConnectServer(wshNetwork.ComputerName, "root\default")
    Set objRegistry = wmiNameSpace.Get("StdRegProv")
    ' Deletes Key with all subkeys
    sPath = "Software\Adobe\After Effects\10.5\PluginCache.64\en_US"
    lRC = DeleteRegEntry(HKEY_CURRENT_USER, sPath)
    Function DeleteRegEntry(sHive, sEnumPath)
    ' Attempt to delete key. If it fails, start the subkey
    ' enumration process.
    lRC = objRegistry.DeleteKey(sHive, sEnumPath)
    ' The deletion failed, start deleting subkeys.
    If (lRC <> 0) Then
    ' Subkey Enumerator
    On Error Resume Next
    lRC = objRegistry.EnumKey(HKEY_CURRENT_USER, sEnumPath, sNames)
    For Each sKeyName In sNames
    If Err.Number <> 0 Then Exit For
    lRC = DeleteRegEntry(sHive, sEnumPath & "\" & sKeyName)
    Next
    On Error Goto 0
    ' At this point we should have looped through all subkeys, trying
    ' to delete the registry key again.
    lRC = objRegistry.DeleteKey(sHive, sEnumPath)
    End If
    End Function
    **END OF CODE**

  • How do I run a simple script that loads an image into photoshop CS - CS4?

    Hello,
    I am at a loss on how to get my simple application to work. I have a small desktop air application that simply opens Photoshop and runs an action. I used switchboard and the application ran great on PC and MAC. However it only worked for CS3, and CS4 not CS or CS2?. Plus the size of switchboard was a bit large for my small app. I am willing to live with that though . I am using Air with Flex and wanted to know if perhaps there is a beter approach? All the application does is open photoshop, loads an image, and runs an action. Can I do this for all versions of Photoshop using switchboard? Can I do this without switchboard and just use javascript. The big issue is the Air app needs to open Photoshop, and most of the examples have me open PS first and then execute a script located in the PS directory. This needs to work outside of the PS directory. Any examples are appreciated.
    I have looked at the following:
    - SwitchBoard : only works for CS3-CS4 (on my tests)
    - PatchPanel: same issue, plus seperate SDKs
    - ExtendScript: requires script to be run from PS not Air

    Hello,
    I am at a loss on how to get my simple application to work. I have a small desktop air application that simply opens Photoshop and runs an action. I used switchboard and the application ran great on PC and MAC. However it only worked for CS3, and CS4 not CS or CS2?. Plus the size of switchboard was a bit large for my small app. I am willing to live with that though . I am using Air with Flex and wanted to know if perhaps there is a beter approach? All the application does is open photoshop, loads an image, and runs an action. Can I do this for all versions of Photoshop using switchboard? Can I do this without switchboard and just use javascript. The big issue is the Air app needs to open Photoshop, and most of the examples have me open PS first and then execute a script located in the PS directory. This needs to work outside of the PS directory. Any examples are appreciated.
    I have looked at the following:
    - SwitchBoard : only works for CS3-CS4 (on my tests)
    - PatchPanel: same issue, plus seperate SDKs
    - ExtendScript: requires script to be run from PS not Air

  • A UPS model that works with Mac Native software to do a graceful shutdown and automatic restart during a power failure.

    I've tried 3 UPS's (2 APC and one TripLite) that state they are OSX compatible, however, they do not fully respond to the native osx setting in (system Preferences/ Energy Saver/ UPS/Start up automatically after a power failure). This is what happens:
    During a power outage, the OS does a graceful shutdown, but does not reboot when power is restored. 
    Apparently, the UPS is not notified to turn off during the shut down process. The power (on-Off-On) cycle is required by the mac to restart.
    Trip lite tech support says they have software that works with Windows and linux to do this, but not mac.
    I've tried two older APC UPS's, One Smart UPS1500 and a Back-UPS 1500 with the same result on two different servers and one iMac.
    At this point I'm looking for a make and model of a UPS that does work. If anyone can verify a make and model that actually does this, I'd greatly appreciate it.
    Its a simple test, just pull the plug on your UPS, wait for the system to shut down, and then plug the UPS back in. The system should reboot.

    Many of the CyberPower UPS units are compatible. Checkout the home solutions on this page: http://www.cyberpowersystems.com/products/ups-systems.html

  • Does anyone know of troublefree editor that works?

    What I want, is a video capture/editing program that works trouble free; or as close to that as possible.
    I've upgraded from Premiere 10 to 12 and many versions prior to those, simply hoping that the next version will resolve my constant issues that involve freezing, glitchy capture problems, interminable "hourglass" (formerly) on the screen while I wait for the program to do.. something...
    I've upgraded the program, upgraded computer components, but year after year I seem to get the same results and have teh same probelm with premier.
    It's happened again while I am typing. the video just stopped capturing, for no apparent reason, on the other computer that was doing nothing ELSE but capture video on Premiere 12.
    I've upgraded computer components. That never helps, or at least never seems to, either.
    I still have a program in Premiere that freezes, intermittently won't recognize capture formats its recognized before, stops recording the media on its own (after I've walked away hoping to come back two hours later to edit the successful transfer, only to find out it stopped 10 minutes in.) or tells me there was some error in capturing so doesn't save the transfer but only tells me this the full-two-hours later.
    Look, I know I'm not an expert.
    But I'm no novice either. I used to edit video for a living.
    For home use, I owned and tried using the original Premiere program released in the 90's.
    My frustration with Premiere is that I keep expecting these glitches, problems to go away with the next version, then the next...
    Any informative, practical support for the product seems to ONLY be this forum, which I've notice usually gets the "poster" even more frustrating responses that put the responsibility on the user to do all the exhaustive system information gathering, which results in a "scattershot" guess from a Responder, which requires the User (Me) to spend an incredible amount of time, have the motivation, not to mention some level of expertise, to go through, all of these proposed steps only to discover they have nothing to do with your problem or be told in some followup response that they didn't do it right. Viewing myself as a "typical" home-consumer user, trying to preserve family videos, I find myself simply walking away; at some point (usually the holidays) tackling it again months later.
    When I flip the light switch and the electricity is "down", I am not expected to run tests all the way back to the hydro-plant.
    The damned lights are supposed to come on when I flip the switch and they usually do.
    I understand entirely that there are differences here.
    But meanwhile, video formats continue to change, my family videos recorded on now obsolete formats continue to build up, become unviewable for all practical purposes, there's no quick, relatively easy way to transfer them to the "new format" and this cycle goes on and on.
    I shouldn't HAVE to shut down firewalls, or change KEYS, or delete lines of code.
    I should not have to go to the exe file to see if THAT works.
    I should not have to uninstall, reinstall, then hold my tongue just so while it restarts and hiope for the best.
    The program should open, when I open it. The program should record video when I click the "capture" button. It should keep capturing the video until I tell it to stop.(Or the power goes out!)
    My question is this: I keep my computers relatively up-to-date, so why can't Adobe or SOMEONE produce a program that works? By "works", I mean, plug in my camera (new or old) into an adapter, capture the video to an "editable" format that can be viewed in whatever the "now" format might be? And do this WITHOUT the forums, hours of frustration, and eventual abandonment of the whole idea that seems to be inhereent in YOUR product for he past decade or more?
    Pretty unhappy, as you can guess, with you folks.
    If you guys at Adobe cannot do this, give me the name of a company and a product that can do these, what should be, simple tasks.
    thanks. Sort of.
    Ted K Brown [email protected]

    Ted K. Brown
    This is not Adobe. Rather a user to user forum. The frequency of the Adobe presence in this forum is not defined.
    By your own wording, your thread question is
    My question is this: I keep my computers relatively up-to-date, so why can't Adobe or SOMEONE produce a program that works? By "works", I mean, plug in my camera (new or old) into an adapter, capture the video to an "editable" format that can be viewed in whatever the "now" format might be? And do this WITHOUT the forums, hours of frustration, and eventual abandonment of the whole idea that seems to be inherent in YOUR product for he past decade or more?
    Consequently, this is not a user to user question. Likely not even a question specific to Adobe. However, if your issue is with Adobe and not the whole NLE world, you might consider filing an Adobe Feature Request Bug Report Form.
    Adobe - Feature Request/Bug Report Form
    Or trying to contact Adobe direct to take this matter up with Adobe Marketing or the Premiere Elements Project Manager for a given version.
    Your list of "should not have to" is not practical if you have problems with a Premiere Elements version(s) in your specific computer environment
    and you want/need to get it to work for you. If not, you go to another product (tryout versions first).
    I (user of the Premiere Elements versions) will be glad for the opportunity to go the extra mile to help you troubleshoot a specific problem for a specific Premiere Elements version on your specific computer environment. But it will take good two way communication and follow up and abandoning your "should not have to". If you decide to consider the offer, please let us start with the Premiere Elements version involved and the computer operating system on which it is running and the specific issue.
    ATR

  • Looking for a simple tutorial to building my first responsive web site in Dreamweaver CC.

    I am looking for a simple tutorial to building my first responsive web site in Dreamweaver CC.
    I have watched the tv.adobe video 3 times and I cam not able to do the actions the author shows.
    help.
    Ken Edwards

    Responsive and simple don't go hand-in-hand.  First do some prep-work to understand the concepts.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    Jump start your RWD projects with any of the Responsive Frameworks below:
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Project Seven's Page Packs (Commercial CSS Templates)
    http://www.projectseven.com/products/templates/index.htm
    Have fun!!
    Nancy O.

  • Scanner/Fax That Works?

    Anyone want to suggest a laser scanner/fax machine/printer (all in one) that works in 10.6 - one that simply 1) will scan from a document feeder so that multi-pages can be made/saved into one PDF on any computer on the network and sent to clients (absolutely the most important feature); 2) one that will act as a simple old time Fax that plugs into the AT&T wall outlet so I can send and receive Fax's the old fashioned way (also important); and 3) that I can print from if my other network printer needs a breather? Must be something that is networkable (Airport) OR at worst - for scanning - something that I can plug into one iMac and access from others across the network (this last need is for scanning only - scans can be dragged and dropped to other computers if need be).
    My HP Color LaserJet CM 2320 nf MFP is not going to do it for scanning with 10.6 and I need something that will work like a mule (HP support has no idea if or when a scan driver will be available for that device - and the dadgum thing is only 14 months old with a 3 year "CarePack").
    Any product suggestions are most appreciated.

    I am using the HP all-in one officejet pro L7780 without any problems. Here is a link to compatible hp products
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01664444&cc=us&lc=en&dlc=en &product=2512010
    and here is a link to installing hp products on snow leopard
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01846935&cc=us&lc=en&dlc=en &product=2512010
    Since Snow Leopard includes the printer drivers with the OS I suspect that other manufacturers will have similar information and that the key to getting your printer to work is uninstalling the old 10.5 drivers and re-installing the new 10.6 drivers
    Hope this helps

Maybe you are looking for

  • File Not Found Error: new WAR deployment

    I'm trying to find the path to my new WAR deployed JSP files. The following error occurs: Exception: java.io.FileNotFoundException: d:\oracle\ora9ias_test\apache\apache\htdocs\RAP_Editor_viaWAR\RapView1_Browse.jsp In my address bar I type: http://(or

  • How to run an Applet using the JDK1.3.1 platform?

    I'm a beginner of Java Applet. I've type in the sample program provided in the text book, and compiled it using the jdk1.3.1 platform. Usually we run a java program using java [filename], right? How about running an applet file? What is appletviewer

  • Installer package!

    I have an installer package which is about 5MB, i need to edit some data on it!.. and this installer works with Mac OS Intel 10.4.9, is there away to let it work with 10.4.10 ?! i think there's softwares can do that ..just wonder if anyone knows abou

  • Oracle MRP - Soft Pegging - Pegging Order?

    Hi Guru's Version : Oracle 11i Have a quick question on pegging – order of precedence. Lets take one example – Assume there is SO with Dec 2012 Sch. Ship date and PO's are released in July(current month) 2012 to procure required material for Dec 2012

  • Problem with Integration Scenario involving BPM

    Hello All I've created simple async Integration Scenario. Sender is SOAP, then message is being processed by BPM Integration Process (some simple mapping inside - for now it is just proof of concept - later on it will split messages etc.) . Receiver