Vista brings new plugin headaches?

With the release of Vista and/or CS3, I'm seeing more support issues for my plugins: New crashes and other regressions.
Now, of course, this could all be in my code; but the same DLLs are all mature and well tested under XP and other versions of Windows and are not generating support issues there (not to mention on five distinct Mac runtime platforms).
Any other plugin developers seeing a spike in support problems? Any explanations or specific new issues/workarounds? If so, are they related to Vista in general or CS3 specifically? Is Adobe seeing glitches caused by Vista? Is there a correlation with development systems?
Don't be afraid to speak out... haha.

The instructions in http://kb2.adobe.com/cps/404/kb404900.htm state:
Contact Sheet II and Picture Package
The ability to create contact sheets and picture packages as a PDF presentation is now available in Adobe Bridge CS4 Output Module. We highly recommend creating your contact sheets and picture packages this way. If you would like to continue using the legacy ContactSheetII and/orPicture Package plug-ins, please follow these steps:
   1. From the Photoshop CS4 install disc, drop the //<language>/Goodies/Optional Plug-Ins/Automate/ContactSheetII plug-in into the //Adobe Photoshop CS4/Plug-ins/Automate folder (this is for both Contact Sheet and Picture Package).
   2. From the Photoshop CS4 install disc, drop the //<language>/Goodies/Presets/Layouts folder into the //Adobe Photoshop CS4/Presets folder and restart Photoshop.
Optional: To add this legacy functionality back into Bridge (as a menu item), do the following:
   1. From the Photoshop CS4 install disc, drop the //<language>/Goodies/Optional plugins/Bridge Startup Scripts/photoshop_contact_sheet_ii folder and the photoshop_contact_sheet_ii.jsx file into following locations:
          * Mac OS: //Library/Application Support/Adobe/Startup Scripts CS4/Adobe Photoshop/
          * Windows XP: //Program Files/Common Files/Adobe/Startup Scripts CS4/Adobe Photoshop/
          * Windows Vista: //Program Files (x86)/Common Files/Adobe/Startup Scripts CS4/Adobe Photoshop/
   2. Restart Bridge.
I would assume from the preamble in that Tech Note that they are installed only in the 32-bit version of Photoshop, ie in C:\Program files (x86).
That means you would need to fire up the 32-bit version of PS to use it.

Similar Messages

  • How to use existing plugin transformation from a new plugin

    Hi,
    Begginer's question:
    I use the SDK examples for a new plugin I want to write.
    I want to invoke several commands of an existing plugins from my plugin.
    For example I define a new Effect Control: My Opacity. For start I would like to invoke the functionality of Transform->Opacity.
    Now, I saw in the example Projector that I can invoke
    suites.EffectSuite2()->AEGP_ApplyEffect
    Is this the way to do it?
    How can I pass the parameter that the user gave me to the needed effect?
    I guess rhere is a quicker way to find the effect by name instead of iteration on all available as done in the Projector example.
    Thanx in advance,
    Miro

    Hello miro A, welcome to the forum!
    i'm having some trouble understanding the process you're creating, so i have a couple of questions:
    1. is your effect a layer effect? (like "gaussian blur")
    or is it a general plug-in? (like layer->transform->fit vertical, or the "wiggler" panel)
    the two (effects and AEGPs) differ in many ways and will determine the way you approach the problem.
    2. when you say "the parameter that the user gave me", what do you mean?
    is there a standard slider on your effect that the user can manipulate?
    in the mean time i'll do my best to answer you questions:
    yes, suites.EffectSuite2()->AEGP_ApplyEffect() is the way to add a new effect to a layer,
    BUT if your effect is a layer effect (again, like "curves"), then you're in for some major problems.
    layer effects can't add new effects to the same layer as themselves.
    it causes errors and crashes, because by the time your effect returns from it's call AE discovers that the layer has changed in the mean time (you added an effect), and AE doesn't cope with that change well. at all.
    no, there is no way of knowing what effect to access on a layer without iterating through them at some point in time.
    to access an effect you must retrieve an effectRef.
    to get an effectRef you must call it's index on a layer, along with the identifier of a specific layer. (layerH and effect index on that layer (say... 3rd effect))
    to know the index, you must iterate though the effects on a layer and check each one for it's name or matchName.
    you don't have to do it every time.
    you can store the index for later use, but keep in mind that the user might move effects around,
    so make smart decisions.
    wait. it gets worse.
    now you want to affect a parameter on a different effect.
    that can be done using streamRefs. these refer to the different parameters on all effects.
    once you obtain the streamRef of a wanted parameter, you can read it or write to it.
    to get a param's stream ref on an effect for which you already have an effectRef, you must know it's index in the effect. (for example, the "blurriness" on "gaussian blur" is 1 (never 0. zero is the input buffer))
    the index is not always what it seems. there may be hidden params (and other stuff in the way).
    the param index might change if the vendor of the other effect decides to change it.
    in short:
    yes, it's as complex as you feared it would be, and as you saw in the "projector" sample.

  • New Plugin for Firefox- Maps Blank

    I just went to maps.ovi.com and got offered a new plugin for Firefox. It seemed to install OK and now the website - which used to take about 5 mins to startup for me - starts up in seconds. Almost as fast as Google maps!
    SNAG - the map area is blank. I can't see any maps!
    Is it just me?
    Solved!
    Go to Solution.

    Malicious software had switched my Internet Options to use a proxy server. Firefox showed the Maps website and navigation perfectly but the map did not download. Simply disabling the "Use a proxy server" in "Connections" fixed it. Since I do not use Internet Explorer I had not noticed this!

  • Best solution for bringing new systems up to date with software updates

    I have read that I can create a non-deployed software update group that contains previous months patches and use that for reporting purposes to find out which systems do not have all the updates, but that is where my understanding falls short. 
    For some reason I am not getting how I can update new systems with all the updates before its existence in a domain, wrapped around my brain. 
    Can someone help me get this through my noggin please?
    Thank you 

    I understand how to deploy SUGs to a dynamic collection. 
    This is my dilemma:
    I currently piloting SCCM 2012 and bringing new systems into SCCM 2012 every 2 weeks to a month
    I have a monthly Patch Tuesday ADR configured that creates the SUG, but does not enable deployment, so I can ensure everything is in order before I enable it
    I then enable the deploy and target a collection that includes all of my pilot collections that consist of computers from remote sites so I do not have to deploy a SUG to each collection\
    Now this works great for me, BUT many of these systems that I bring into SCCM 2012 every 2 weeks to a month do not have the patches installed on them, so I am trying to understand how I am supposed to get all of those previous patches deployed to them. 
    Can you tell me if this solution would work:
    Put previous month's patches in a non-deployed compliance SUG and name it something like "2014 - Compliance Reporting" and use that for reporting purposes.
    Create another SUG and name it something like "2014 - Compliance Deployment". Then deploy the "2014 - Compliance Deployment" SUG to a collection containing systems that do not have the updates installed on them from the "2014
    - SUM Compliance Deployment" SUG. 
    OR
    Do I just simply deploy the "2014 - SUM Compliance Deployment" SUG without running any report and let the clients figure out what to install?
    OR
    Do I tell the remote site admins to manually update the system by going to the Windows Update site and after that, allow SCCM to take over after the systems have all been updated that way?

  • ANN: WS Utilities (new plugin) released

    Hi,
    We've just released a new plugin called West Street Utilities which currently adds a host of new features for graphics management. These features include the ability to compare graphics in a file system against your FM source files, to see what is used and where. For more information, see:
    http://www.weststreetconsulting.com/WSC_Utils.htm
    Unlike our other plugins, this one is not structure-oriented and can be used on any FM 7, 8, or 9 file.
    Thanks,
    Russ Ward
    Owner, WSC

    [email protected] schrieb:
    > You can download it here:
    Hi.
    Doesn't work for me on Windows. Calls to LrTasks.execute() in
    LRMogrifyExportTask.lua fail. I spent quite some time on it. Quotation
    of file paths really introduces trouble. Seems there is some problem
    with quotation mark matching. If you use only one pair of them,
    everything is fine. When there are multiple pairs, things get quite
    strange...
    For example, these command strings are supposed to work:
    c:/somepath/someexecutable c:/anotherpath/file
    "c:/some path/someexecutable" c:/anotherpath/file
    c:/somepath/someexecutable "c:/another path/file"
    If I quote both paths, blanks in the first path don't get escaped. Even
    worse, I don't know of any other way to escape blanks here than use
    quotation marks. Something like "\ " -- no chance(?). I even had a look
    at the lua.org source code. Their os.execute() is mapped to ISO/ANSI C's
    system() call. No idea what LrTasks.execute() does.
    My suggested work-around would be like this, as LR at least allows use
    of native file system calls:
    -- LRMogrifyExportTask.lua --
    -- Run Mogrify
    local command = '"' .. opts.path .. '" ' .. commandLine
    -- added
    local realCommand = command
    if WIN_ENV == true then
    -- default folder on Windows is user dir -> good
    local batchFileName = "lr_mogrify_runner.bat"
    io.output(batchFileName)
    io.write(command .. '\n')
    io.close()
    realCommand = '"' .. batchFileName .. '"'
    end
    -- /added
    -- changed
    if LrTasks.execute(realCommand) ~= 0 then
    -- /changed
    Herb

  • Running the Web Crawler with a new plugin (sample HTMLMetatagFilter)

    Hi,
    I tried the steps described from the guide: http://docs.oracle.com/cd/E40518_01/ias.310/ias_webcrawler/toc.htm#Running%20the%20Sample%20Web%20Crawler%20Plugin
    These are the steps that I perform:
    1. Open the sample plugin project with Eclipse
    2. Build the sample plugin from Eclipse
    https://dl.dropboxusercontent.com/u/21502321/Endeca/Captura.PNG
    3. Add the pluging to the IAS lib directory (directory called with the same name of the jar, filter-htmlmetatags, which contains the jar file generated and the plugin.xml file)
    4. Activate the plugin for the Web Crawler (copy the plugin.includes and plugin.excludes properties from default.xml to site.xml in both polite-crawl and non-polite-crawl directories)
    5. Run the Web Crawler with a new plugin (sample plugin from the guide called HTMLMetatagFilter)
    And when I run the web crawler I get the follow error:
    c:\Oracle\Endeca\IAS\3.1.0\bin>web-crawler.bat -c c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\polite-crawl -d 0 -s c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\default\endeca.lst
    INFO    2013-12-03 20:18:46,104 0       com.endeca.eidi.web.Main        [main]
    Reading seed URLs from: c:\Oracle\Endeca\IAS\workspace\conf\web-crawler\default\endeca.lst
    INFO    2013-12-03 20:18:46,104 0       com.endeca.eidi.web.Main        [main]
    Seed URLs: [http://www.oracle.com/]
    ERROR   2013-12-03 20:18:46,354 250     com.endeca.eidi.web.Main        [main]
    Crawler failed on crawler initialization. Shutting down.
    java.lang.UnsupportedClassVersionError: com/endeca/eidi/web/parse/HTMLMetatagFilter : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:156)
            at org.apache.nutch.parse.ParseFilters.getExtensionList(ParseFilters.java:47)
            at com.endeca.eidi.web.process.ExtensionInstances.<init>(ExtensionInstances.java:52)
            at org.apache.nutch.parse.ParseFilters.<init>(ParseFilters.java:33)
            at com.endeca.eidi.web.UrlProcessor.<init>(UrlProcessor.java:82)
            at com.endeca.eidi.web.Crawler.<init>(Crawler.java:81)
            at com.endeca.eidi.web.Main.main(Main.java:140)
    Crawler failed on crawler initialization.
    java.lang.UnsupportedClassVersionError: com/endeca/eidi/web/parse/HTMLMetatagFilter : Unsupported major.minor version 51.0
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
            at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at org.apache.nutch.plugin.Extension.getExtensionInstance(Extension.java:156)
            at org.apache.nutch.parse.ParseFilters.getExtensionList(ParseFilters.java:47)
            at com.endeca.eidi.web.process.ExtensionInstances.<init>(ExtensionInstances.java:52)
            at org.apache.nutch.parse.ParseFilters.<init>(ParseFilters.java:33)
            at com.endeca.eidi.web.UrlProcessor.<init>(UrlProcessor.java:82)
            at com.endeca.eidi.web.Crawler.<init>(Crawler.java:81)
            at com.endeca.eidi.web.Main.main(Main.java:140)
    I do not understand why this error appears and why there is a problem with version?? How can I make this sample work?
    Note: this is my configuration system:
    * OEID 3.1
    * IAS installed with Jetty
    * Windows 7 x64
    * Any server running (endeca_server_domain, endeca_studio_domain, endeca_ps_domain)
    * Endeca IAS service running

    I'm using Java 6 update 43 for all Endeca 3.1 products, because is the recomended version to use. I did an installation with Java 7u45 in other machine and Endeca did not works well. (https://forums.oracle.com/thread/2607872)
    But I know when is installed the Integrator, it has integrated Java 7. And I think when I generate the .jar file from the Integrator, it has data with Java 7, so, when I run the Web Crawler with this plugin from the command prompt of Windows, the crawler Installation works with Java 6 (which I already installed).
    So, what should I do if all endeca 3.1 (except Integrator) has to work with java 6u43 and the Integrator generates files with java 7?

  • New plugin not work on apache2.0.39

    the new plugin in weblogic6.1 sp3 for win2000 is not work on apache2.0.39,but work
    on apache2.0.36.how to get the plugin work for 2.0.39?
    thank!

    Your reply did not help me access an update to JAVA to work with 10.8.3 to play JAVA related games. This is a REAL PROBLEM! As I subscribe to game websites and my family cannot play these games. I have contacted Apple Support and we tried uninstalling JAVA and reinstalling it from JAVA .com. We made sure my computer (IMAC) was set up to accept JAVA was turned on and I still have the same problem. JAVA related games will not play. The error message says "An updated JAVA has not been detected" So what am I to do? Who can help me with this type of problem? Apple Support asked me to contact JAVA by phone 1-800-223-1711 but they do not have any phone support. I was directed to a site called Live Support" and they charge $80.00 to resolve problems for an Apple computer or $1.00 a minute. Great choices! I accepted this offer however Apple will not allow third party developers to help. Do you have any ideas that will really help me?

  • New plugin Dimensions Extension 11.1.1.4.37.59.48 in Updates - What is it

    New plugin Dimensions Extension 11.1.1.4.37.59.48 has appeared in SQLDeveloper Updates - What is it
    When installed, can see no extra options (assuming it is installing correctly) and the Visit Homepage gives no information
    Just curious
    Thanks
    Lawrence

    Dimensions is a Configuration Management tool -version control. If you don't have Dimensions, you don't need the SQL Developer plugin.

  • Satellite U200-115: Vista found new device - PCMCIA MTD-002

    Booted up my notebook and am getting a Vista found new hardware screen looking for the drivers for a "PCMCIA MTD-002" device. Have no idea what this is...but I am certain that I haven't used the PCMCIA slot since I got the computer. Any ideas?
    Thanks
    Emul

    Hey emul,
    I got the about the same problem with my Satellite Pro U200. After rebooting from "sleeping-mode" Vista is looking for a driver for the new found device PCMCIA MTD-0002, although there is no card installed.
    Did you get your problem solved in some way up to now?
    Thanks

  • Where can I bring new ideas to the project Firefox?

    Where can I bring new ideas to the project Firefox?
    I can't find the place to post suggs..
    All the forums seems to be created to help for errors and problems.

    You can use the [http://hendrix.mozilla.org/ Hendrix feedback channel] if you have remarks or suggestions and want to pass them on to Mozilla.<br />
    Your comments will be visible in one of the news groups:
    * [http://groups.google.com/groups/dir?sel=usenet%3Dmozilla.feedback%2C& Mozilla feedback news groups]

  • Have Vista, loaded new version of iTunesn now have DEP issue and iTunes wont load. Is there a way to download on old compatable 9.0 version or is there a Dep fix

    Have old PC with Vista, loaded new version of iTune now I have DEP issue and iTunes wont load. Is there a way to download on old compatable 9.0 version of iTunes or is there a workable Dep fix?

    You'll get a variety of earlier versions of iTunes here: Old iTunes for Mac

  • How do I update InDesign CS5 to get new plugins or Get a CS5.5 update.

    How do I update InDesign CS5 to get new plugins or Get a CS5.5 update.

    You probably don't. CS5.5 was a paid upgrade, not free, and it is no longer distributed by Adobe or resellers.

  • Help me bring new life to Mid 2009 Macbook Pro

    Hello,
    I have a mid 2009 15" Macbook Pro, 2.66 GHz Core 2 Duo, 2x 2g 1067 MHz DDR3 memory, NVIDIA GeForce 9400M, 320G HD w/ rotational rate of 5400.  I purchased the computer back in 2009 and it's beginning to show it's age.  I have read this entire thread here (https://discussions.apple.com/thread/4141610?start=30&tstart=0) and heard many claims of read/write speeds after installing an SSD, although none of them include what the speeds were with there original (spinning type) HD.
    My computer needs:
    I am currently in my 4th year as an electrical engineering student, so I use the computer for tasks such as Matlab, analyzing and plotting the output of an analog to digital converter (sometimes resulting in 3-4 thousand data points to be plotted at once), and general report typing.  I may one day soon begin running parallel desktops as I often use a program called Multisim that is only available on Windows.  The machine is also my personal computer and contains an itunes library consisting of ~2k songs, many of which have uncompressed bit rates (Im a sq car audio guy).  Im currently using ~250G of my 320G HD.
    The point:
    I can't afford a whole new computer right now and also may end up receiving one in the near future from an employer.  With that being said I would like to upgrade some of the components of my existing laptop, as I have plenty of room for expansion.  What I see as my best options are as follows, in order of preference:
    (1) Upgrade to a SSD.  I would like to do this to bring back some of the responsiveness to my machine.  I also favor this option because I'm beginning to reach capacity on my current HD.  In the thread I linked I learned some people favor putting a 128-256G SSD in their optical drive, and leaving the HD untouched.  I would be in favor of just replacing the entire current hard drive with a 512G or larger SSD, to keep the optical drive functional. 
    - is the smaller SSD in the optical bay a more cost effective solution?
    - what drives are recommended/ not recommended? In the other thread guys spoke of having trouble with certain brands, but assuming the drive doesnt physically break isnt memory just memory?
    - will I need any other components to transfer my current HD data to the new SSD? (I like the idea of a fresh OS install afterwards)
    - where could I find a walk through on how to install new SSD/transfer HD files/install fresh OS?
    serial-ATA specs:
    NVidia MCP79 AHCI:
      Vendor:          NVidia
      Product:          MCP79 AHCI
      Link Speed:          3 Gigabit
      Negotiated Link Speed:          1.5 Gigabit
      Description:          AHCI Version 1.20 Supported
    (2) Upgrade the memory.  Im hoping this will remove the pinwheel I get when performing calculations/plotting large data sets in Numbers.  I would replace the current two 2G memory sticks with two matching 4G sticks for a total (and I believe max) of 8G memory.  I believe any DDR3 1067MHz sticks would work, but correct me if Im wrong.
    - is any brand recommended or not recommended?
    - Swapping memory is as simple as powering down the machine, popping the old out, popping the new in right?
    For either upgrade I would most likely be going with after market brands, as I just dont see Apple parts as cost effective, unless it is recommened I stick with Apple products. 
    -I realize that both of these options will result in improved performance, but what I ask is is it worth the money (and potential headaches) to upgrade? 
    -If the performance of my machine were a chain, what do you feel is my weakest link? I feel the SSD will result in a larger overall performance improvement but currently the 4G of memory is my weakest link and the most cost effective of the two options. 
    -With the parts of my chain that cannot be upgraded, such as the processor, serial-ATA, are any of these upgrades worth it?
    Sorry for the long post, but I hope I was complete in describing my current situation.  Please advise me and thank you to anyone kind enough to read this and shed some light. 
    Cheers, Matt

    (1) Don't put a SSD in your optical bay if you're going to use it as a boot drive. MacBook Pros assume that the boot drive is going to be in the hard drive bay and you're just asking for trouble if you put the SSD in the optical bay. See my (long overdue for an edit) user tip -> Upgrading your MacBook Pro with a Solid State Drive. It should answer some of your questions.
    (2) Most of us around here recommend Crucial or OWC RAM. You are correct in saying that your machine can utilize up to 8GB of 204-pin PC3-8500 (1066 MHz) DDR3 SO-DIMMs. Visit the Crucial website and, under the System Scanner tab, download a small zipped app that, when run, will report your model back to Crucial and you'll be offered potential upgrade paths.
    Is it worth it? You might run into a SATA cable problem with the SSD when you install it as mid-2009 MBPs are notorious for having faulty SATA cables - but that's of little concern in determining if the upgrade is worth it. The only two parts of your machine that are upgradeable are the drive and RAM and you'll certainly notice a difference in performance. But, in the end, only you can determine how much longer you're going to use your machine and if you'll get a good ROI.
    Good luck - I know that I haven't helped you with all your questions, but it's a start...
    Clinton

  • How to Create a new plugin in Strobe Media PlayBack?

    Hai
                  i want to create a plugin for swf,and added into the Strobe media Playback.i follow this link:http://osmf.org/dev/osmf/OtherPDFs/osmf_plugin_dev_guide.pdf
    But my plugin is Not Loaded ,i dunno wats the reason.Anybody kindly Help me,am new for creating a plugin.
    Thanks in advance!
    swfPlugin.as
    package
              import flash.display.Sprite;
              import com.realeyes.osmf.plugin.swfPluginInfo;
    public class swfPlugin extends Sprite
              public function swfPlugin()
                        super();
                        _pluginInfo = new swfPluginInfo();
              // OSMF will invoke this getter to retrieve the plug-in's
              // PluginInfo object.
              public function get pluginInfo():swfPluginInfo
                        return _pluginInfo;
              private var _pluginInfo:swfPluginInfo;
    swfPluginInfo.as
    package com.realeyes.osmf.plugin
              import org.osmf.media.PluginInfo;
              import org.osmf.media.MediaElement;
              import org.osmf.media.MediaResourceBase;
              import org.osmf.media.MediaFactoryItem;
              import org.osmf.media.URLResource;
              import org.osmf.elements.VideoElement;
              public class swfPluginInfo extends PluginInfo
              public function swfPluginInfo()
                        var items:Vector.<MediaFactoryItem> = new Vector.<MediaFactoryItem>();
                        // Create the MediaFactoryItem and add to our list of items.
                        var item:MediaFactoryItem = new MediaFactoryItem
                                  ( "com.realeyes.osmf.plugins.WatermarkPlugin"
                                            , canHandleResourceFunction
                                            , mediaElementCreationFunction
                        items.push(item);
                        // Pass the list to the base class.
                        super(items);
              private function canHandleResourceFunction(resource:MediaResourceBase):Boolean
    var result:MediaElement;
                        // Only return true if the resource is an URLResource...
                        var urlResource:URLResource = new URLResource("http://vm2.gloriatech.in/android/load6.swf");
                                  // ... and if the URL starts with "rtmp".
                                  return result = urlResource as MediaElement;
              private function mediaElementCreationFunction():MediaElement
                        return new VideoElement();

    Hai
                  i want to create a plugin for swf,and added into the Strobe media Playback.i follow this link:http://osmf.org/dev/osmf/OtherPDFs/osmf_plugin_dev_guide.pdf
    But my plugin is Not Loaded ,i dunno wats the reason.Anybody kindly Help me,am new for creating a plugin.
    Thanks in advance!
    swfPlugin.as
    package
              import flash.display.Sprite;
              import com.realeyes.osmf.plugin.swfPluginInfo;
    public class swfPlugin extends Sprite
              public function swfPlugin()
                        super();
                        _pluginInfo = new swfPluginInfo();
              // OSMF will invoke this getter to retrieve the plug-in's
              // PluginInfo object.
              public function get pluginInfo():swfPluginInfo
                        return _pluginInfo;
              private var _pluginInfo:swfPluginInfo;
    swfPluginInfo.as
    package com.realeyes.osmf.plugin
              import org.osmf.media.PluginInfo;
              import org.osmf.media.MediaElement;
              import org.osmf.media.MediaResourceBase;
              import org.osmf.media.MediaFactoryItem;
              import org.osmf.media.URLResource;
              import org.osmf.elements.VideoElement;
              public class swfPluginInfo extends PluginInfo
              public function swfPluginInfo()
                        var items:Vector.<MediaFactoryItem> = new Vector.<MediaFactoryItem>();
                        // Create the MediaFactoryItem and add to our list of items.
                        var item:MediaFactoryItem = new MediaFactoryItem
                                  ( "com.realeyes.osmf.plugins.WatermarkPlugin"
                                            , canHandleResourceFunction
                                            , mediaElementCreationFunction
                        items.push(item);
                        // Pass the list to the base class.
                        super(items);
              private function canHandleResourceFunction(resource:MediaResourceBase):Boolean
    var result:MediaElement;
                        // Only return true if the resource is an URLResource...
                        var urlResource:URLResource = new URLResource("http://vm2.gloriatech.in/android/load6.swf");
                                  // ... and if the URL starts with "rtmp".
                                  return result = urlResource as MediaElement;
              private function mediaElementCreationFunction():MediaElement
                        return new VideoElement();

  • The Firefox plugin page said I needed to install a new plugin for Shockwave Flash, but after doing the installation I checked back to see if the installation took place and the "action" column still says "update now" and potentially vulnerable."

    After downloading the new version of Shockwave
    flash the message in the box said the download was completed; however, the information on the Firefox plugin page keeps saying "potentially vulnerable" and "update now" as though no download took place. I repeated the download 2 more times and got the same results.

    Your plugins list shows outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r32
    # Java Plug-in 1.5.0_06 for Netscape Navigator (DLL Helper)
    Update the [[Java]] and [[Flash]] plugin to the latest version.
    See
    http://java.sun.com/javase/downloads/index.jsp#jdk (you need JRE)
    http://www.adobe.com/software/flash/about/
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

Maybe you are looking for

  • Issue in fnd_concurrent.wait_for_request in 11.5.10.2

    Hi All, In one of our custom module, I am facing one issue with the fnd_concurrent.wait_for_request. I am calling one custom function through the 'Workflow Background Process'. This function is submitting a concurrent program using fnd_request.submit

  • Problems with Target service agreement

    Problems with Target service agreement to repair my ipod nano. I have gone to the BBB. Who can I contact at Apple to let them know the poor service that Target gave with a Apple product?

  • BW 3.5 Upgrade approx 20Days to do?

    I would like some input into estimates of effort to upgrade our 3.1 to 3.5. I have been following some threads and it seems that the upgrade,if you follow the SAP instructions and are well prepared, seems straight forward. I have reviewed the 'How to

  • Font color problem upgrading from 1.3.1 to 1.4.2_02

    I have noticed when we upgraded from 1.3.1 to 1.4.2_02 that JLabel font color is now black - it used to be blue. Does anyone know how to make the font color of JLabels revert back to the original blue without specifically calling setForeground() on e

  • Pinning blocks to the Buffer Cache

    Does any one remember how you can pin data buffers to the buffer cache so they don't get cycled out ? The shared pool has dbms_shared_pool.KEEP for library caches. I thought there was something like this for the buffer cache as well ? Can't find it.