SWC compenent tht can be auto loaded in user's application

Suppose I have made some components packaged in SWC file. I
want to make these components be auto launched and run during the
customers SWF's launching process. To use these component, customer
must add option to his Flex Project's compile parameters, like
"-include-libraries "D:\Test\test.swc". My destination is that this
compile param is the only change to his project and he will keep
his code unchanged and some functions defined in my SWC will run
while his SWF's launching.
So my question is, how to make this kind of SWC that can be
loaded automatically in customer's SWF?
Thanks in advance!
HappyM

How about defining it as a RSL (Runtime shared library). You
can define the links between the customer's app and the RSL and
then anytime the RSL SWC changes, as long as the links are still
the same, should be okay. See FB3 help on RSL.

Similar Messages

  • Can you auto-load images in junk mail?

    Am I wrong in thinking that once you could make a choice to load images automatically when opening junk mail? Can you now?

    No, there is not. It wouldn't be reliable or useful. If Mail filters it as junk, presumably you won't be opening it, and thus loading the images, anyway. On the other hand, if it fails to recognize one message as spam and you open it, you'll load the images and become a "marked man." (ie, your address will be tagged as one where the spam is opened)

  • How can I auto load Safari thru a non-Admin user account

    Okay, maybe I don't want to do this - - but can I?
    I have my old iMac setup to turn on at 8am. I would like to access it remotely through LogMeIn.com. But I need Safari running for remote access.
    I'd prefer to have Safari running in a 'Guest' User Account with no Admin rights (then from LogMeIn.com, switch to my user account and I can enter my password manually).
    I know how to auto login to a Guest account, but how do I have that account auto start Safari? Only Administrators can have programs start automatically, right?
    I don't want to auto-login (with password if that's even possible) to my main Administrator account.
    Any suggestions?
    Thanks in advance

    I use iKey to remap the keys. It has a little more function then youpi key. For many years, I used youpi key before switching to iKey.
    In addition, ikey will allow you to run ikey applications when ikey starts.
    !http://farm3.static.flickr.com/2700/4178949301_cea8fa07a2.jpg!
    You might like iKey/youpi key. I have my frequently used applications set to f keys. The same f key starts an application and switches to the application.
    Youpi key is free. It works fairly well for me in MAC OS 10.4 although not officially supported. There is a commercial version you can buy, called iKey.
    http://www.versiontracker.com/dyn/moreinfo/macosx/11485&vid=75326
    I have the common programs that I use assigned to function keys. I have F4 assigned to Firefox. When I want to start FireFox, I press F4. When I want to switch to firefox, I press F4! Starting & switching to an application in Mac OS are the same thing in Mac OS.
    Here is an example of to assign volumn control to a function key.
    http://discussions.apple.com/message.jspa?messageID=10361085#10361085
    Here is a solution with XTool. XTool Uses exact screen addresses. So a movement of an icon will cause you trouble.
    do shell script "/usr/sbin/system_profiler SPDisplaysDataType | grep 'Resolution'" -- get info
    tell the result to set {DisplayWidth, DisplayHeight} to {word 2, word 4} -- get resolution
    --move mouse {DisplayWidth div 2, DisplayHeight div 2} -- center mouse
    move mouse {670, 13} --sound
    click mouse
    move mouse {673, 96} --sound level
    click mouse
    move mouse {555, 282} -- center mouse
    click mouse
       First, there is the XTools scripting addition, which will give AppleScript the ability to move the mouse. 
       http://www.lestang.org/osax/XTool/
       XTool-2.0-src.dmg.tgz 
       Installation :
       Drag
    .osax from insite the image to one of the following locations (create the directory if it does not exist) :
     a : ~/Library/ScriptingAdditions/
       b : /Library/ScriptingAdditions/
       c : /System/Library/ScriptingAdditions/
       I have it in directory /System/Library/ScriptingAdditions/ 
       My other two directories do not exit: ~/Library/ScriptingAdditions/ & 
          /Library/ScriptingAdditions/
    .    Next, you will need to place a script application into your login items (System Preferences > Accounts > Login Items) that will move the mouse when you log in:

  • Can Help be loaded into a flash application?

    I am looking for help solutions that will fit inside another
    application, a flex app, that would load inside a flash popup
    window. RoboHelp outputs a hybrid of flash and html, correct? Is
    there a way to output just swf format so it can be loaded into
    another application?

    RevJaySprout wrote:
    > I'm trying to make a bit of a digital magazine by taking
    PDFs of our print
    > version and loading them into a flash movie where the
    user can flip through the
    > pages pretty much like a photo gallery. Can I do this or
    will I have to convert
    > them to JPGs and provide links to download the PDFs if
    they want to print?
    >
    need to convert to jpg, there is no load of PDF yet.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Why can't icloud load any of the applications like find my iphone

    None of the applications in icloud are loading for the past few days. I cannot open any of these applications... why is this happening?

    Hey there pahatch,
    It sounds like your App Store is not completely loading for you on your iPhone 6, but works fine on your iPad. I would start by quitting the App Store app on your phone first:
    iOS: Force an app to close
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    When you have done that restart the device and test the issue again:
    iOS: Turning off and on (restarting) and resetting
    If the issue persists I would next sign out of the App Store in your Settings, and then restart the iPhone 6 one more time.  and try again:
    App Store settings - iPhone
    Settings > iTunes & App Store
    Tap your account name, then tap Sign Out.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • Can administrator log out a user from application

    Hi
    My application has functionality to display all the logged in users of the application. This screen ia available to only administrators of the application. Now can the administrator logout any of the logged in users from his own screen? If yes then how?
    Could you please give me some pointers?
    Thanks & Regards
    Inder Jeet Singh

    there are several ways an administrator can do that. but that depends on the way you manage your sessions.
    how are you getting the list of logged users? if it is from the database based on some field in some table then you can give the functionality to administrator to set that value to the logged out status(or whatever you are using).
    but that depends on the way your application is keeping trak of the logged users.

  • Nu such object error when load the user from application

    Hi..everybody
    I'm new comer at Sun ONEDirectory Server
    I've a problem when try to get the user from my application
    I use ..getAttribute("cn=username");
    always appear No Such Object, whereas I've created that user
    Thanks

    Hi,
    The best way would be to first run an ldapsearch command on the directory server to check whether the user is present and then try to check it with your application.
    You can use something like:
    #ldapsearch -D "cn=Directory Manager" -w <password> -b "cn=username,o=users, dc=example,dc=com" "objectclass=*"
    Cheers,

  • Module 'asus-nb-wmi' stopped being auto-loaded after kernel update

    Well, the module 'asus-nb-wmi' which takes care of some FN keys and keyboard backlight stopped being auto-loaded after the latest kernel udpate (3.9.3), so I had to add it to /etc/modules-load.d/ to get it working. This has happened before, between kernel updates and I had to re-install arch to fix it, but now I found that manually adding the module is a nice solution, but I want it to be loaded automatically or at least know why does this happen. Kernel modules, such as this one, should be loaded automatically right?
    Best regards.
    Last edited by DanielRS (2013-07-04 19:54:48)

    I think there is a valid question here;  Same thing happened to me.
    Upon a default install of arch, the module was auto-loaded without the user touching any configuration files
    at some point during kernel updates, the module is no longer auto-loaded
    the user then has to find out what is happening and go add the module to the appropriate config file to force load on boot.
    So the larger question is; without config files being taken into consideration, how does the kernel decide what modules to load?  f
    I know it has something to do with the hardware that it detects, but am unaware if this is something within the RC or systemctl booting system, or if this is part of the kernel.
    I'm going to dig around some more on the internet, as i'm sure the answer is out there somewhere.. but if someone that is on this forum happens to read and know the answer, it would be nice to know
    thanks

  • Auto loading of username and password are taking place on one site and only one site and I do not want this to happen but can"t get it to stop.

    As my question states I don't want auto loading on any site and it only happens on this one site. I have went thru tools and options and there are no sites listed for auto loading. There are no saved passwords. If I go to the site using Internet explorer the problem does not occur.

    Ok, no problem i found this help articles:
    https://support.mozilla.org/en-US/kb/how-clear-firefox-cache
    http://www.youtube.com/watch?v=OukBlXfOP8Y

  • How do I stop last web pages from auto loading in Safari?

    I find the feature of Lion that auto-loads previous web pages (and previous open applications) annoying. I want to stop this function. I see the checked box that asks if I want to re-open applications when logging out but I want the default to be to NOT re-open the apps. I equally dislike the auto-opening of previous web pages in Safari. I know that I can clear my history but what I want is for my homepage to open when I run Safari and not the last page viewed. Any solutions?
    Found this for Safari in the forums...
    Go to terminal and type in the following:
    defaults write com.apple.Safari ApplePersistenceIgnoreState YES
    If you decide that you rather have the new resume behavior, execute the above commands but change YES to NO.
    You can also do the same for Preview:
    defaults write com.apple.Preview ApplePersistenceIgnoreState YES

    iDrifter: The full command is:
    defaults write com.apple.Preview ApplePersistenceIgnoreState YES
    I was having the same problem and this is what I did:
    1) Closed Safari
    2) Changed the setting (mentioned) above in System Preferences
    3) Enter the "defaults write ..." command into Terminal.
    Now whever I launch Safari it does not load any pages.
    HTH,
    RJ

  • PDFmaker addin will not auto-load to Word

    Using Office 2013 and Acrobat Pro 11.0.08. Until this week, the PDFmaker add-In was always enabled in Word. Then there was an error doing a merge to PDF.
    Now every time I start Word, PDFmaker shows as inactive ("load behavior: unloaded") until I go to File | Options | Add-Ins and check the box to load it. Then it works fine until I close Word and have to do it again.
    How do I get it to auto-load?? I can't find a place to set that.

    You can solve this problem by editing the "LoadBehavior" registry entry.  The value needs to be 3 (load at startup).
    With Office 2013, that registry key is at
    HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\PDFMaker.OfficeAddin
    One note - the Add-In was loading when I ran as the administrator but not when I just opened a Word doc.  I checked this same registry key under HKEY_LOCAL_MACHINE and it was set to 3.  I am guessing that is why it worked when run as administrator.  For some reason the LoadBehavior key had been revised to 0 on my HKEY_CURRENT_USER registry key.
    Nevertheless, the fix above will work because I just tried it out on my machine and another here in the office which had the same issue.

  • Stop auto load of account information on Skype new...

    How do I stop my info from auto loading on a skype reinstall[ New ]
    Options 
    2 minutes ago
    I am selling my laptop -
    I have installed Skype and installed it fresh.
    Unfortunately every time I go thru the process, the re-installed Skype also includes my account and all my contacts.  
    How in the heck can I stop this from happening??????
    HELP!!!

    http://community.skype.com/t5/Subscriptions/How-do-I-stop-my-info-from-auto-loading-on-a-skype-reins...

  • Auto load of vendors

    Hi every body,
    Can any one help me in solving a problem to auto load of vendors from one organisation to another,
    thank you,
    ram

    Hello Sunder,
    What do you mean by auto load from one organization to another? Please provide additional information.
    If you mean that you already created vendor data for one purchase organization and wanted to extend for another pur organization, then there is std LSMW object is available for creating vendor master data. but this is not automatic, you need to provide the data.
    If you mean updates from legacy system to SAP system, in that case also you need to provide the IDoc/flat file which will upload data in SAP system regularly.
    Regards
    Arif Mansuri

  • Safari will not Auto load username password

    This is very strange,
    All my websites will load my username and Passwords except for my website with Scottrade.com
    I double checked to ensure that my username password is in profile and it certainly is.
    What can I do to fix my username and password auto load for my trading account, please
    robert

    I cleared my Cache and did a Safari Reset.
    And I still have the same problem.

  • MupdfPage: an add-on for mupdf for auto-loading/saving page numbers

    I love MuPDF, but it doesn't store page number before you exit as other viewers do. I wrote a new header 'pdfpage.h' under the 'apps' directory and hacked 'pdfapps.c' a bit so that now it auto-saves and loads page numbers. The hack is based on a svn version, which keeps changing and makes patching hard, so I put my hacks in the README.txt.
    The source can be retrived here: https://github.com/kaikaizi/mupdfPage/
    To use, clone latest source:
    git clone git://git.ghostscript.com/mupdf.git
    drop 'pdfpage.h' into apps directory, and apply the 4 changes in 'pdfapps.c'.

    Check out llpp and zathura. The former uses mupdf to render PDFs, the latter can (with a plugin). Both are very fast (llpp just FLIES), and have that auto-loading/saving page numbers. And, zathura has genious keybindings.
    But cool project. Thanks.

Maybe you are looking for

  • Can i move a project from one mac to another

    I have a MacBook Pro and an iMac. I would like to move a book I created on my MacBook Pro to my iMac. They are both running the most  up to date iOS and software updates. Could someone please walk me through the steps? Thanks

  • Synchronize my ipad (ipad1) with iTunes (10.7)  new events appears

    now, when I synchronize my ipad (ipad1) with iTunes (10.7) in my mac (mountain lion) I have some events that I haven´t in iphoto , normally with few photos thatit´s also in the correct event, and the name of the event is a date but repeated many time

  • Doubt about changes in the routing for the next year

    Hello All, I have a question hope for you guys to gave a brief and technical answer to me. I have some doubts, one doubts is in the actual routing, can I change the Valid to ( Date) in the routings in the operation. (Example. original valid to date i

  • OBIEE 11g (11.1.1.5) - RCU Schemas

    Hi, I have got a Virtual Machine (BI_Dev) with OBIEE 11g (11.1.1.5) installed but RCU schemas are pointing to the Database Server (DB_Dev). Now I would like to clone the BI_Dev virtual machine to BI_Prod. I can create RCU schemas executing RCU in the

  • Help me ffs please!

    ive done the lastest software update and since then my iphone messed up but got it all back to work apart from the music it will not sync, When i click sync it syncs the videos i've got all them but once it says the music is on my phone I go on my ph