Flash Packager personalised data in

Hi,
Is there a method that allows me to get personalised info into an app. I have a client that would like to send
"alerts" to specific customers who allow this service, so that when user opens app a message will appear saying your delivery is due etc.
I know I can txt out and email out, but can I get personalised data in?
thanks
KBN

I'm guessing here that its not possible.
I know there is "game center" that knows who you are
but i don't think we can get into that yet
any info would be be great
ta
KBN

Similar Messages

  • Flash package - beginner question

    hi, i have found this flash package to
    convert shapefiles  to flash but I am not sure what needs to be done with the flash package.  I have my
    shapefiles ready to go. Am i supposed to just paste this code in flash
    (making sure the .as is in the same folder as my shapefile) and voila, flash will convert the shapefile to .fla
    or .swf format?  Please explain what i need to be doing. Thanks
    here is the code:
    package {
        import com.cartogrammar.shp.ShpFeature;
        import com.cartogrammar.shp.ShpMap;
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.geom.ColorTransform;
        [SWF(width='800', height='600', backgroundColor='#ffffff', frameRate='30')]
         * An example of drawing a simple map from a shapefile using my ShpMap class and Edwin van Rijkom's library.
         * @author Andy Woodruff (cartogrammar.com/blog)
        public class ShapefileExample extends Sprite
            private var map : ShpMap;
            public function ShapefileExample()
                map = new ShpMap("data/STATES.shp","data/STATES.dbf");
                addChild(map);
                map.addEventListener("map loaded",onMapLoaded);
                map.addEventListener("attributes loaded",onAttributesLoaded);
            // Need to wait for the map to finish loading/drawing before it can be resized correctly.
            private function onMapLoaded(event:Event):void
                map.scaleX = map.scaleY = map.width > map.height ? stage.stageWidth/map.width : stage.stageHeight/map.height;
                // just for fun, add a marker to somewhere around my house!
                addMarkerAt( 42.36,-71.11 );
            // To demonstrate retrieving a particular feature and doing something to it. This colors Wisconsin green.
            private function onAttributesLoaded(event:Event):void
                var f : ShpFeature = map.getFeatureByAttribute("STATE_NAME","Wisconsin");
                if (f != null){
                    var cTrans : ColorTransform = new ColorTransform();
                    cTrans.color = 0x009933;
                    f.transform.colorTransform = cTrans;
            // Super basic method for adding a green box at a specified lat/long.
            private function addMarkerAt( lat : Number, lon : Number )  : void
                var box : Sprite = new Sprite();
                box.graphics.lineStyle(1,0,1,false,"none");
                box.graphics.beginFill(0x009933);
                box.graphics.drawRect(-.5,-.5,1,1);
                box.graphics.endFill();
                map.addMarker(lat,lon,box);

    hi, i have found this flash package to
    convert shapefiles  to flash but I am not sure what needs to be done with the flash package.  I have my
    shapefiles ready to go. Am i supposed to just paste this code in flash
    (making sure the .as is in the same folder as my shapefile) and voila, flash will convert the shapefile to .fla
    or .swf format?  Please explain what i need to be doing. Thanks
    here is the code:
    package {
        import com.cartogrammar.shp.ShpFeature;
        import com.cartogrammar.shp.ShpMap;
        import flash.display.Sprite;
        import flash.events.Event;
        import flash.geom.ColorTransform;
        [SWF(width='800', height='600', backgroundColor='#ffffff', frameRate='30')]
         * An example of drawing a simple map from a shapefile using my ShpMap class and Edwin van Rijkom's library.
         * @author Andy Woodruff (cartogrammar.com/blog)
        public class ShapefileExample extends Sprite
            private var map : ShpMap;
            public function ShapefileExample()
                map = new ShpMap("data/STATES.shp","data/STATES.dbf");
                addChild(map);
                map.addEventListener("map loaded",onMapLoaded);
                map.addEventListener("attributes loaded",onAttributesLoaded);
            // Need to wait for the map to finish loading/drawing before it can be resized correctly.
            private function onMapLoaded(event:Event):void
                map.scaleX = map.scaleY = map.width > map.height ? stage.stageWidth/map.width : stage.stageHeight/map.height;
                // just for fun, add a marker to somewhere around my house!
                addMarkerAt( 42.36,-71.11 );
            // To demonstrate retrieving a particular feature and doing something to it. This colors Wisconsin green.
            private function onAttributesLoaded(event:Event):void
                var f : ShpFeature = map.getFeatureByAttribute("STATE_NAME","Wisconsin");
                if (f != null){
                    var cTrans : ColorTransform = new ColorTransform();
                    cTrans.color = 0x009933;
                    f.transform.colorTransform = cTrans;
            // Super basic method for adding a green box at a specified lat/long.
            private function addMarkerAt( lat : Number, lon : Number )  : void
                var box : Sprite = new Sprite();
                box.graphics.lineStyle(1,0,1,false,"none");
                box.graphics.beginFill(0x009933);
                box.graphics.drawRect(-.5,-.5,1,1);
                box.graphics.endFill();
                map.addMarker(lat,lon,box);

  • Error in update of packaging material data in mat. master

    Hi all ,
    Actually , when I was going to update the packaging material information in material master , that time noticed whole parameters - blank spaces  / attributes of the packaging material data area is not showing . Why it behaves as ? ...
    regards
    arghya

    This just tells me that you do not even know the basics of a material type.
    SAP does not check the material type name, VERP and ROH is nothing else than a couple characters from the alphabet (in German language they even make some sense). You can create your own material type HUXX for handling units and if it is correctly setup then it will work.
    How long do you consider yourself as a newcomer? you have registered in 2010. You started with SD, then MM (were all your questions got rejected because you failed to search) and now Logistics Execution (by the way I am moderator here too). And everywhere you were told to use Google to search prior to posting. Spend more time to increase the skills on searching, this gets you more benefits on the long run.
    And in the 5th year with SAP and SCN you should at least know how to report an issue. If you have an error message, then tell the exact message along with the message number. Saying the setup is properly and then complaining that the system is asking for something else does not help to solve the issue, as it it just reflects your assumption but does not tell any facts.
    If everything would be properly setup, then you would not have an issue. Does that sound logical?
    Start from wikis like that Logistics General Handling Unit Introduction - ERP SCM - SCN Wiki
    or from help.sap.com, just search with this string in google: sap best practices handling unit management

  • Clear Data package - "The data file is empty." Error

    Hi,
    When I run the Clear package in Data Manager, I get the error "The data file is empty". We are running BPC 7.5 SP3. There are no calculated members selected. Any suggestions?
    Thanks.
    Tom

    Hi Tom,
    If i'm not mistaken when we run the clear data package, BPC inserts -ve values for the combination of dimensions selected.
    For ex if you have selected time as 2010.DEC it would reverse out all these values by inserting negative values which would then total up to zero.
    So i still think it could be a problem with the Transformation file.
    P.S. Maybe you can try using the Clear from Fact table package.
    Santosh

  • Can I use iAd in my flash package?

    Hello.
    I start learning to make iOS application using adobe flash.
    I will make a free application. So I need iAd in my application.
    Can I use iAd in my flash package?

    I have this question also...

  • Data package and data packet

    Hit
    i want to know the difference between data package and data packet .when this comes in sap bw
    with regards
    tushar

    Hello,
    Data package term is related to DTP which is used to load Data from PSA to further Data Targets
    Start and end routine works at package level so routine run for each package one by one .By default package have sorted data based on keys (non unique keys (characteristics )of source or target) and by setting semantic keys you can change this order.So Package having more data will take more time in processing then package have lesser data .
    Data Packet Term is related to Info Package which is used to load data from Source System to BI (PSA).
    As per SAP standard, we prefer to have 50,000 records per one data packet.
    For every data packet, it does commit & save --- so less no. of data packets required.
    If you have 1 lakh records per data packet and there is an error in the last record, the entire packet gets failed.
    Hope it helps!

  • "Flash out of date" comes up, new install, and will not accept Password for install?  Next step?

    "Flash out of date" comes up, i do a new install, the log-in and password windows pops up, I type in password and it will not accept.
    I have changed password, confirmed password, rebooted several times, and it still will not re-insall new version.
    I am stuck.
    HELP!

    This password prompt is presented by your operating system, and is intended to keep you from accidentally installing software.
    If this is your personal machine and you don't need a password to log into the computer when it first starts up, you can probably leave the password blank and click OK to get past this prompt.  If this is your personal machine and your normal password isn't working, check to make sure that CAPS LOCK is off, and type the password carefully.
    If this is your work machine and it's asking for an Administrator password, well, you'll need to have a conversation with your friendly IT person.
    If you're still stumped, you may need to reset the password on your Mac:
    http://support.apple.com/kb/PH18653
    http://support.apple.com/kb/PH14325
    http://support.apple.com/en-us/HT201240

  • Importing flash package

    I create an action script block and try to import a flash
    package:
    import flash.net;
    I get an error:
    Severity Description Resource In Folder Location Creation
    Time Id
    2 Definition flash:net could not be found. DLW.mxml DLW line
    7 June 20, 2006 4:24:55 PM 172
    Why can Flex Builder not see the package? I have reinstalled
    twice on different systems, still the same problem...
    Has no one else come accross this, or am I just an idiot?

    Try
    import flash.net.*;
    Rebecca - Adobe
    mikeDoh wrote:
    > I create an action script block and try to import a
    flash package:
    >
    > import flash.net;
    >
    > I get an error:
    >
    > Severity Description Resource In Folder Location
    Creation Time Id
    > 2 Definition flash:net could not be found. DLW.mxml DLW
    line 7 June 20, 2006
    > 4:24:55 PM 172
    >
    >
    > Why can Flex Builder not see the package? I have
    reinstalled twice on
    > different systems, still the same problem...
    >
    > Has no one else come accross this, or am I just an
    idiot?
    >
    >

  • What the name of the  Adobe Flash package  I can install with yum .

    Hello,
    What the name of the Adobe Flash package I can install with yum . I am using oracle linux 6.4 x86_64.
    Thanks Glenn

    Admin1001 wrote:
    You will need to install the flash-plugin package.
    # yum install flash-pluginThere is no such installation package:
    # yum repolist
    Loaded plugins: security
    repo id                            repo name                                                                                  status
    ol6_UEK_latest                     Latest Unbreakable Enterprise Kernel for Oracle Linux 6Server (x86_64)                        169
    ol6_latest                         Oracle Linux 6Server Latest (x86_64)                                                       21,382
    repolist: 21,551
    # yum list flash-plugin
    Loaded plugins: security
    Error: No matching Packages to list

  • Help to get my iPhone App to iTunes Connect Flash Packager

    help to get my iPhone App to iTunes Connect Flash Packager
    i have problem
    only with Flash Packager  i have problem
    form  Xcode working fine no problem
    Application Loader show me this
    Application failed codesign verification. The signature was invalid or it was not signed with an apple submission certificate
    MacBookPro
    Flash CS5.5

    Did you create the correct mobile provisioning profile and distribution certificate?
    http://help.adobe.com/en_US/as3/iphone/index.html
    Go there, expand "Compiling and debugging iPhone applications" and then "Compiling  an iPhone application installer (IPA) file".
    Make sure you are creating the *distribution* files and not development if you trying to submit this to the app store.

  • On safari it says flash out of date, but I have the latest software

    I have just recently updated to the newest software, but it still says flash out of date. Help?

    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
        Follow the prompts.
        Quit Safari.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
        Press " Manage Website Settings" button for more options.

  • How to find package replace date time

    hi, We frequently send changed ssis packages to our DBA's to replace the one's in the msdb folders. They then do the import/replace using sql studio. We use sql server 2008. Sometimes they forget or miss a package and we need some way to check/validate.
    When we do a right click generate report on the package the package creation date is always the same. What is the best way to find out if a package was replaced and when ? Is there any sys tables we can query for this info. Thank you

    If the package is in File System then Modified date can be noticed there. Or else another way would be to edit the package and check VersionBuild/VersionComments properties.
    If packages are deployed to MSDB, sysdtspackages90 table just keeps track of Created date and there's no modified date.
    Hope below similar thread help you:
    https://social.msdn.microsoft.com/forums/sqlserver/en-US/16d5ce0d-74ae-4292-9edf-b0c12fdc2752/last-modified-date-on-ssis-package-on-the-server
    http://serverfault.com/questions/99681/can-i-tell-the-last-modified-date-on-an-ssis-package-from-integration-services
    Cheers,
    Vaibhav Chaudhari
    [MCP],
    [MCTS], [MCSA-SQL2012]

  • IN-APP PURCHASE and other flash packager limitations

    Hi,
    I am a mobile developer in a major, if not the biggest game company. We are currently working on a game that needs in-app purchase and that will be multi-platform (IPad, IPhone, Android, Pc, Mac, and Web)
    We considered Flash as a multi-platform/screen development tool but the lack of an in-app purchase feature is a huge problem for us since it’s a key element of our game development strategy..
    My question is: Does anyone know any workaround to make it happen?
    If not: Is this feature planned in the future updates?
    That makes me wonder: Can anyone enumerate the flash packager limitation in terms of features?
    Is it possible to create a module in Objective C that would communicate with a flash packaged game?
    I am very surprised that little information can be found on the web since it’s a very important feature for serious game development.

    Hi sakhaarun,
    Apple allows in-app purchases to be used for products you define within the same app.  In other words, you can sell an upgrade, add-on, or 'full version' for your own app, but you can't sell somebody else's app.  (Have a look on the 'Top-Grossing' list to see some examples- if it's free, it probably has in-app purchase so you can see what you sell.)  If you want to sell somebody else's app, you'd need to join Apple's iTunes affiliate program which is not related to in-app purchases.
    When you enable In-App Purchases with Apple, they are bound to your own application- so another developer cannot access them directly.
    However, if you let me know specifically what you are trying to do, I might be able to make a suggestion. If for instance, you have "My App", and you want to sell an upgrade to "My App Pro", it would make more sense to have just "My App", with an in-app purchase that enables all the "pro" features in the main app.
    Feel free to email me any time if you want to chat more.
    -Alex
    Milkman Games, LLC

  • Keep on getting "flash-out-of-date" messages. Do I need Adobe flash ? Does VLC not work ?

    Lately I kept on getting "flash-out-of-date" messages. Do I need Adobe flash ? I thought VLC should work in most cases.

    Apparently, you do or you wouldn't get those messages.
    This is the latest Flash: Adobe Flash Player 17.0.0.134. VLC should work in some cases but not all.

  • Flash Builder 4, Data Services, PHP issue

    I have installed a fresh Galileo + Fb4 plugin + WST for eclipse on my dev server/workstation.
    I have installed a standalone Fb4 on my laptop.
    When I use the shwanky new Data services feature and create a PHP service... I can create the service fine... but there are no methods showing up for the data service/class. The class shows up in the Data/Services list -- and when I right-click -> Refresh (other options are greyed out) I get the following alert Error message:
    java.lang.IllegalArgumentException: protocol = http host = null
    I click OK and procede in my ignorance to scour the internet for a solution...
    I feel like a teenager who was given a brand new Corvette (Fb4)... only.... the key doesn't seem to fit the ignition.  I CANT WAIT to drive it!
    On a side note.... my laptop works fine? Go figure. I can right click and get all the goodies (Configure Return Type, etc.) that I'm suppose to get on that installation...
    I would like to get this working on my dev workstation. Is it something to do with Fb4 as a plugin on top of Zend PDT?
    Does anyone know where to look (maybe a config file or setting) that sets the value for this:
    java.lang.IllegalArgumentException: protocol = http host = null
    I know that I had to edit my shortcut and add:  -vm "C:\Program Files\Java\jre6\bin\javaw" to get the java vm to work correctly and launch Gallileo

    I don't know where else to post  this question ...so apologies if this is not the proper spot
    I have created several classes in Flash 4 Professional and would like to know how do I create custom classes in Flash Builder 4
    this is one such class that i have created and wnat to use in FB 4..below
    package classes.choppingblock.video{
         import flash.events.*;
         import flash.display.*;
         import classes.*;
         public class YouTubeLoaderPlus extends YouTubeLoader {
              public static var PLAYER_READY:String = "playerReady";
              public static var VIDEO_READY:String = "videoReady";
              protected var _count:Number = 0;
              function YouTubeLoaderPlus() {
                   super();
                   this.addEventListener(Event.ENTER_FRAME, checkPlayerReady);
                   this.addEventListener(YouTubeLoaderPlus.PLAYER_READY, ytPlayerReady);
                   this.addEventListener(YouTubeLoaderPlus.VIDEO_READY, ytVideoReady);
              private function ytPlayerReady(e:Event) {
                   this.setSize(450, 370);
              private function ytVideoReady(e:Event) {
                   this.pause();           
              private function checkPlayerReady(e:Event) {
                   _count++;
                   if(_count >= 50){
                        this.removeEventListener(Event.ENTER_FRAME, checkPlayerReady);
                        dispatchEvent(new Event(YouTubeLoaderPlus.PLAYER_READY));
              private function checkVideoReady(e:Event) {
                   if(this.getDuration()){
                        this.removeEventListener(Event.ENTER_FRAME, checkVideoReady);
                        dispatchEvent(new Event(YouTubeLoaderPlus.VIDEO_READY));
              override public function loadVideoById (id:String, startSeconds:Number = 0):void{
                   super.loadVideoById(id, startSeconds);
                   this.addEventListener(Event.ENTER_FRAME, checkVideoReady);
    Where would i develop an analogy of this code in Flash Builder 4 for custom classes?

Maybe you are looking for

  • Remote Desktop and Windows XP

    Can I use Apple Remote Desktop to connect to my Windows XP machine?

  • Aperture, photoshop layers and Alpha channels - notes

    In examining Aperture 2.0 to see if I could use it instead of Adobe bridge in my workflow (which makes intense use of Photoshop) I found that Aperture (and, apparently, OS X) cannot properly display a preview for a .psd file with either layers or an

  • Swing component for awt.canvas

    Hi, Can anyone tell me the equivalent SWING component for awt CANVAS. I need it because i need to display only Images (nothing else) on it. If anyone can tell how I can do it.

  • Having Trouble Copy and Pasteing Local Variable in LabVIEW 2010

    I am Having Trouble Copy and Pasteing Local Variable in LabVIEW 2010 in s subVI. I have a VI that has a Local Variable called "Node Addr". I can select it OK, and it appears to Copy OK, But when I go to paste it, nothing appears. It doesn't matter if

  • Can I backup my applications such as fcpx and motion?

    Can I backup my applications such as fcpx, motion, compressor, aperture, photoshop, and pages from my boot drive to my optibay drive and then move them back to my boot drive in case the original copies get damaged or deleted from my boot drive? (and