Flashbuilder in a week!

I truly enjoyed your video training session.  When will the rest of it be available?
Iris

Looks like Day 4 came out on Monday and Day 5 comes out this coming Monday (the title has 4/5 next to it).

Similar Messages

  • XMP metadata from Flashbuilder why not visible in Adobe Bridge?

    Hi there,
    I'm currently wondering around XMP metadata and swf files.
    A: Flash CS5: works
    When I use the XMP panel in Flash CS5 and export a swf, open Adobe Bridge CS5 and select the file, the XMP data are correctly displayed.
    B: Flash Builder(Flex 4.1): don't work
    When I use Flashbuilder and add my metadata to the compilation, then compile, open Adobe Bridge CS5 and select the file, nothing is included in metadata.
    Procedure based on the following (same problem if metadata are directly set through compiler arguments):
    http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
    ../src/config/ProductMetaData.xml
    <flex-config>
    <metadata>
        <title>My title</title>
        <description>My description</description>
        <publisher>The publisher</publisher>
        <creator>The creator</creator>
        <language>EN</language>
    </metadata>
    </flex-config>
    compiler argument
    -load-config+=config/ProductMetaData.xml
    As far as understood, on the background the following is added to the swf at compile time:
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    I've checked that the medata is correctly added to the swf file using this small software polarswf:
    http://download.cnet.com/Polar-SWF-MetaData/3000-6676_4-10738623.html
    I do not know if it is safe to use it in a produciton context at least in trial mode it allows to check the metadata included in your swf.
    I wonder if this metadata coonot be read by Adobe Bridge because they are at a "lower level" than those put by flash CS5 XMP panel?
    Thank you in advance for your help.
    This is not a blocking situation, but I'm curious to understand what happend.
    Cedric Madelaine (aka maddec)

    I was following this post for a LONG time, since I noticed the same problem.
    This week I was getting in it into myself again and I noticed you use load-config. I used these compiler options :
    contributor name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    creator name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    date text
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    But that resulted in this XML string where the dc namespace was missing a / on the end of the URI
    That caused the metadata which was added in flashbuilder was only visible in bridge in the rawXML panel, and not the specific fields
    changing the URI in http://purl.org/dc/elements/1.1/ did the trick ( did this in bridge by exporting the rawXML, changed the / , and imported it )
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
        </rdf:Description>
    </rdf:RDF>
    Sadly there was no way I could add this / myself everytime.
    BUT then I discoverd this option :
    raw-metadata XML_string
    Defines the metadata for the resulting SWF file. The value of this option overrides any metadata.* compiler options (such as contributor,creator, date, and description).
    This is an advanced option.
    And you could give the exact RAW XML as you  described
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1/'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    to the compiler. This could also be done in Flash with JSFL.
    In the end I wrote an ANT script which injects the exact XMLstring of metadata to Flash and Flex projects by using the raw-metadata parameter in FLEX and JSFL for flash.
    Hope this helps

  • Examples of using flashbuilder/flex tags

    can anybody recommend some resources for examples on using some of the flashbuilder/flex tags.
    as a cold fusion web developer, there are tons of resources with snippets or simple examples on using most the cold fusion tags and functions.
    liveedocs.adobe.com is a great reference guide but sometimes I need examples and snippets ; reference material is not very useful for learning.
    is there or will there be something similar with flex/flashbuilder?

    I assume you're asking specifically about Flex4 examples? There are tons of resources (Adobe and non-Adobe) for pre-Flex 4 coding, so I won't go into those. For some examples and info on Flex 4, you might check out the Adobe devnet site - we're recently posted some articles talking about various aspects of Flex 4, with sprinklings of code and demos to help illustrate the points:
    http://www.adobe.com/devnet/flex/
    Also, there were a few talks at a Flashcamp event a couple of weeks ago - it might be worth checking out the videos that were posted:
    http://labs.adobe.com/technologies/flash/videos/#flashcamp
    (more about the event and links to some of the slides here: http://www.flashcamp.org/)
    You can also follow some of the blogs out there that are talking about Flex 4. A few of us on the SDK team have blogs, but there are also non-Adobe bloggers out there talking about it and posting code and examples.
    Hope that helps.
    Chet.

  • Silent fail with Flashbuilder due to Windows indexing service!

    Hi,
    since I installed Flashbuilder b1 in April I got again and again silent fails.
    I could change by code, but sometimes all changes where ignored. That was very frustrating.
    Last week I switched the index service off, and voila no more problems since then!!!
    It seems to lock some files, that seems to block eclipse somehow.
    You can deativate it for Vista under
    right mouse on Hardisk Partition->Properties
    deselect the the checkbox "Index this drive for faster searching"
    Confirm it for all folder.
    Hope this will help someone!
    Martin Zach

    Hi David,
    you can test it if you like:
    Switch on indexing for your project folder. Within 7 days you will get problems for shure!
    I realized it because I got the problem again, that Flashbuilder stopped to compile my new code and used the old compiled files.
    Then I left for an appointment for about 3 hours. After I returned, I tried it again and then it works! I haven't changed any of my code or configuration.
    Martin

  • Weekly "List View" in iCal

    Hello - my family has recently converted to Mac, and my wife and I have been long-time Outlook users in our workplaces...
    Trying to help my wife get her calendar data to iCal - one of the few things that we miss from Outlook is the "Week" view, which shows like Outlook's (7-Day view), which has a large grid of the 7 days in the current week, and all events displayed in a text-based "list" format, and clearly displaying numerical start and end times, rather than the graphical "block" method of iCal's default Week view.
    The Month view on iCal comes close, but it is rather cramped when you want a closer-in look, and also omits end time.
    Any suggestions?
    Thanks!

    ecernek,
    There is no event list option on iCal like the one on the iPhone.
    That number means that you have an event invitation. Use iCal>View>Show Notifications to choose what to do with the notification.

  • Clicking on Year view to get Week view in iCal

    In the  Lion version, is there any way I can double click a date and get to the 'week view' rather than the 'day view'?

    CaptainStarwars,
    Try using (⌘+C) and then (⌘+V). That action retains the event in the original, while also placing a duplicate in the new location.
    If you want to remove the event from the original time, use (⌘+X), then (⌘+V) in the new time frame.
    ;~)

  • Week "at-a-glance"

    I like a calendar where I can view at least my full work week and my entire work day. I can't figure out how to do this with iCal. In "week view" it shows all the days of the week, but I have to scroll up and down to see more than 5 or 6 hours. Anyone figure this out? Thanks.

    Greetings and welcome.
    The number of hours viewable is a settable preference.
    Go to iCal/Preferences/General and you'll be given choices for start and end of day, and how many hours to display. A good point is to display 1 more hour than you wish to include.

  • Weekly view in iCal.

    In iCal you can se what month and what date it is but not what week. You can look in weekly view but it dosen't say the number of the week.
    Example: Im a student and goes out on field study week 49. I want to be able to post in iCal all that week that im going on field study. When I look in monthly view I could se "ahh, week 48 normal study and week 49 field study".
    To put it simply just ad the week numbers to each week in iCal.
    This problem also regards to iPhone.

    Good find Kristian!
    Perhaps this is a more region specific usage?
    I was born and raised in the U.S. and neither at University nor in business have I ever had someone use a week number / day number within the calendar year as a point of reference. This could also be the fields in which I've worked (HealthCare (US Calendar), Accounting (Fiscal Calendar), IT (Corporate Fiscal Calendar)). Perhaps in other countries or professions this is more common? Or maybe it's just me
    If this is a feature that you would like to see added to iCal consider submitting feedback: http://www.apple.com/feedback/ical.html
    Cheers.

  • New 2014 X1 Carbon Touch - 1 Week Review

    I've had the New 2014 Carbon X1 for about a week now, so I thought I'd post a review about my experiences thus far.
    The version I received was the high end model, i7 4th gen, 8gb ram, IPS 2560x1440 touch display. This is the first Lenovo device I have purchased, and I did so at the recommendation of my brother who has owned a T series for the last 3 years. I am a film student, so my intention is to do some light video editing (not rendering) and lightroom/ photoshop work on this device (in addition to daily use of OneNote). I was looking for a powerful ultrabook with good build quality, battery life, and cooling when I purchased this laptop.
    Hardware:
    The hardware on this device has highly conservative look, which I appreciate. The laptop doesn't draw attention, but is pleasing to the eye when viewed up close. I like the fact that there are not as many creases or lines that run through the body of the device (when compared to other devices), which results in a more free flowing but unified appearance.
    The matte plastic on the top of the lid has a slightly rubberized texture, making the device easy to grip. My hands get hot and moist consistently, so the lid does occasionally pick up some faint moisture streaks if I carry it without a case. The slightly rubberized texture is pleasant to the touch and is easy to wipe down with a damp cloth. The inside of the device has a similar plastic around the keys and palm rests, but does not attain as much of a rubber (soft) feel as the lid. The texture on the palm rests is good, and stays cool under extended typing conditions.
    At first I was having issues with the keyboard whereby I would press the spacebar too early in a word. This is due to not pressing the letter keys down firmly enough. After adjusting my finger pressure while typing, I have been able to avoid this problem for the most part. The pressure I am applying to the keys is just a hair more than I am used to, but it is something that doesn't cause a major inconvenience. The backlight on the keyboard is excellent, not too bright or too dim at any one moment.
    The fingerprint reader took several tries to set up, mostly because there is a discrepancy between the lenovo fingerprint software and the integrated Windows 8 security fingerprint setting. By installing my index finger for login on both programs, I was able to successfully unlock the computer from sleep with a swipe of my finger. I am really impressed by the integration of a light on the sensor. When my print isn't accepted the first time, an amber color light flashes on site. Its easier to just look at the light than have to switch my glance back to the monitor after every swipe (like my previous HP laptop). Upon a successful swipe, a lime color light flashes on the reader.
    The screen on the device meets my expectations in every way. The display is IPS which is required for accurate photo editing, and it is LED which makes it very power efficient. Viewing angles are fine, but they could be a little better. Brightness is excellent, but the initial settings have Auto Brightness enabled. On this setting, pumping the brightness up to "100%" really means 100% of what the Auto Brightness function deems appropriate for the current ambient light. To have full manual control, Auto Brightness must be disabled. This results in a much brighter screen with beautiful whites, deep blacks, etc. This is a 300nit display so brightness is very well addressed. As a side note, the laptop was shipped with what appears to be an installed screen protector. There are several holes around the microphones and camera, and a tiny seam along the edge of the screen. The protector is virtually unnoticeable, so I'm leaving it on for the time being. It is much cleaner than any other factory installed laptop screen protector (or film) than I've ever seen (no bubbles, peel-off tabs, or misalignment).
    Cooling on the device is good, but it did not exceed my expectations. On power saver mode, the bottom of the laptop is cool to the touch except the back right corner. To the touch the corner feels as warm as something that's been in the sun for 5 minutes or so which is excellent. I have a temp gun so I'll have to check specifics later. On high performance mode, heat significantly increases. Most of the bottom of the laptop heats up even if no intensive tasks are being run. If the laptop is on my lap, I prefer it to be in power saver mode for this reason.
    Battery life is good for such a small laptop. I have 8 hours of back to back classes and I type notes basically the whole time. With this laptop, it is entirely possible to go that full period without a charger. So far I have done this twice. The settings I use are Wifi off, low brightness, and I enable high contrast mode in accessibility center so the glaring white of OneNote doesn't blind me during the film screenings.
    Webcam looks great for google hangouts, and the microphones are the most sensitive I've ever used. They can pick up the voice of someone to the side and across the room with great clarity.
    Overall the weight and feel of the laptop is very pleasing. Such a light weight for its size, and it feels solid to the touch and doesn't flex the slightest when handled different ways (carbon fiber ++). When compared to a macbook air, it is nearly identical in size and weight. However, I find typing on the lenovo is much more pleasant because the front edge of the palm rest isn't sharp enough to dig into my hands.
    Software
    The Lenovo Solution software (pinned to taskbar upon installation) is easy to use and responsive (unlike similar HP suites). I am actually going to rely on this software for updates instead of disabling it.
    For the first few days of use, there was a touch keyboard toolbar button pinned to my start bar that would appear again even after disabling it. I researched the problem and it was permanently removed from the taskbar by uninstalling the touchpad driver and reinstalling it. Odd.
    The adaptive row of keys is a good idea, but it is not as responsive as I'd like. When using the visual gestures or dragon voice control, there is significant lag between pressing the adaptive key and the program actually running. Each time, a lenovo window appears and it takes several mouse clicks to get to a functioning state for each button. One thing I am VERY disappointed about is the lack of any play/pause/stop/next/previous buttons for the adaptive row to use with a media player. These buttons are necessary, and not having them is unacceptable in my opinion.
    Touch responsiveness is liquid smooth in both power saver and high performance modes. Zooming in on bing maps, drawing with all ten fingers, swiping through metro - all a delightfully lag-free experience.
    Windows 8 - ahhhhhh. This is my first device to run windows 8, and it's alright. It'll take some getting used to, but from my experience so far it is responsive and useful in its design. I really want to be able to pin a firefox link to my start screen, but it seems like all I can do is pin the firefox app instead.
    As mentioned in a previous post, there are several issues with programs that aren't adapted to the ultra high res display. That discussion can be found here.
    The sleeve I purchased for this machine was the "V7 Ultra Protective Sleeve for 13.3-Inch Ultrabook and Notebook". The fit is great (the slightest bit loose on the ends) and the quality is above par for such a low price. I spilled a significant amount of apple juice on the case just yesterday (shakes head) and it protected the notebook well.
    Overall Experience:
    I'm pleased with my purchase. High price point? YES. For that amount I think the RAM should be at least 16gb and the SSD could be 500gb. Overall it is a pleasure to use and look at. Honestly so many things are right about this machine, it just allows me to focus on my work and stop worrying about my battery level or my trackpad glitching or the CPU overheating or lag or other petty issues that other notebooks make you deal with. That's what I like - its a smooth connection between me and getting things done while away from my desktop.
    I haven't edited video on it yet, so that will come in a few weeks. I'm planning on buying an external drive to hold the files while I edit, then just plug it into my desktop when I get home ready to render.
    Eli Bottom
    elibottom.com
    imagesalt.com

    ColonelONeill wrote:
    How's the new clickpad?
    Does the keyboard flex under reasonable pressure?
    Is the adaptive bar actually a pixel-based LCD or just a series of predefined patterns like the really old LCD displays?
    The "new" clickpad is very slick. The texture is good but just a little too rubbery for my taste. In comparison with my brother's old T series, I prefer the X1.
    Under reasonable pressure, absolutely not. The amount of force it takes for me to flex it is something I'd never do under normal use. It feels very solid in my opinion.
    Upon a close inspection, the adaptive touch bar appears to be the old LCD type. I really want those media keys.

  • TS1369 I fractured the screen on my iPhone 4, 2+ years old and the latest when bought so I bought a new phone but I can not get my previous purchases to download to itunes that were there 2 weeks ago. Changed apple id once and now it shows up when downloa

    I bought a brand new iPhone 4 as soon as it came out which was 2010 I think.  No problems until two weeks ago.  I fractured the screen on it so I am slowly losiong some functions like charge, touch screen ability and need to activate my new iPhone but I am having trouble with iTunes showing my full song library. I have 554 plus songs but some that will not update or download,. Two weeks ago is when this all began.  I used to have a different apple ID but changed it after a few months for security reasons.  Now when I try to observe my itunes library it only shows the most recent songs I have purchased,35.  Not all, and there are still songs that it states it can not download because my computer is not authorized, I authorize it and it says it is already authorized.  Then it gives me the old apple ID from years ago and I change it back to my new one, but this only causes it to do it over and over.  I called apple and they said all kinds of mean things that my son or husband had been using my ID or account, of which is impossible because all purchases have to be password protected and I get warnings if anyone attempts to access.  Also, their ID's are not my old one.  Their libraries have none of my music. I do not home share but I thought that iTunes says you can use the music for households if you homeshare so I do not know why the person was so abusive but I am frustrated. So, any ideas?  I was instructed to install icloud and did and it seems to me to be the culprit so I bought the stupid iCloud sharing manage,$25 yearly so that it automatically downloads your full library but no luck, still only shows the purchases I recently made with my gift card.  This was suggested by the apple care expert.  Can not update my phone until backed up, can not change phones until updated and backed up.

    I know it sounds weird, and that is the reason I posted my question.  Because my case is not like all the ones I've found online and it's confusing.  I added a screen capture of my itunes with my old iphone (the one that houses my playlists) connected to it.
    My playlists "ARE"  in my iphone 4s.  They are still there even though they do not show up when I plug in to itunes in my computer. 
    When connecting my phone to itunes on my macbook, the playlists do not appear anywhere in itunes.  I have found my connected iphone icon, I have clicked on the arrow next to it and it does pull up the standard lists that come with the iphone/itunes:  Music, Movies, TV shows, books.  That's it! below that is "Genius" and below "Geniuns" is "PLAYLISTS"  but the only playlist of mine that shows there is one that I created several years back titled "90's music" and that one I created it on my computer, not my phone.  Under "90's music" there are also other standard playlists that itunes automatically adds.
    Does anyone else have this issue or know how to get around this.  I am starting to think that I am going to have to recreate these lists on my computer

  • I had Microsoft Office installed in my Macbook Air by one of the technicians in the store, it was working fine the first week but after that it started popping a notice saying it cannot verify my suscription online and now I cannot open any documents?

    I just bought a Macbook Air almost a month now. When I bought it, the technician installed Microsoft Office 365 as they were having a promotion at the time. However after a week of using it, it started popping up a notice saying that it cannot verify Microsoft Office. I still managed to open the word document but as of today, it will not open. I took it to the Mac store last week, and they said that there was nothing wrong with it and they could not figure out any problem.
    I don't know what to do and I am in desperate need of help. I cannot open my documents at all and I have my research paper that I need to finish writing. This is very disappointing and extremely stressful for me. If anyone has any suggestions of how this can be fixed, please let me know. I do not want to lose my hard work =(

    Microsoft Office 365 is a subscription - based service. You have to pay for it... and keep paying for it... and paying for it... as in 365 days a year... or lose your hard work.
    Office Home Premium is a mere $10 a month, but a convenient annual subscription is only $100 a year. This is a substantial discount to Microsoft's Office 365 business products ($150 / employee / year).
    Such a deal! Are you not absolutely thrilled?
    Here are some slightly more reasonable alternatives, all of which are compatible with their Office equivalents:
    LibreOffice (donation-supported)
    NeoOffice ($10 but older version is free if you can find it)
    OpenOffice (completely free)
    Numbers ($19.99)
    Pages ($19.99)

  • Family share isn't working - we set it up and it was working fine for a few weeks then in the last few days it's stopped, we can't see the other members in our family share and it says we aren't set up but it doesn't allow us to confirm and reset up

    Help!  We set up family share a few weeks ago, and it was working fine with the organizer and two additional members.  The three of us could see each other on app and iTunes stores and could view each other's purchased items.  Then ... All of that disappeared.  We cant see each other's profiles any more and we definitely can't view any purchased items.  In addition, when we try to go in and jump start by downloading a free app or logging out and back of itunes, nothing works.  It seems to show we have family sharing in the iCloud settings, and when we click the Apple ID it asks us to confirm, and we confirm, and are asked if we want to change accounts because then we trigger the 90 day freeze period.  And we aren't changing any accounts - just trying to confirm the same accounts to get family share to work!  We are all on the same ios 8.1.3 and os, so I don't know what else to try! 

    No, I am a media professional who uses his MacBook Pro to connect to external monitors, and needs to continue to do so.  I don't want Apple TV.  I want my laptop to work again, like it's supposed to.  Like it used to. 
    I have a demonstration this week at work that requires me to plug into an LCD screen and I am hoping to have this resolved by then.  I am trying to convince my department to buy a Retina Mac and thousands of dollars worth of video software for live shows, and if I can't make it work, then I can't exactly convince them (or myself) to buy what I have been researching.
    Again, I don't want wireless video or Apple TV.  I don't want to buy any more stuff.  I want to know why my Thunderbolt to HDMI cable stopped working after my update, and how to fix it...preferably before this meeting. 

  • One Week at a time View on iPhone

    I am a longtime Palm OS guy, now ready to get a new iPhone. I was puzzled to see only daily and monthly views of calendar/events on the iPhone. I use the weekly view a great deal especially to drag and drop events from one day to another. iCal has a weekly view but not the iPhone. Could be its there via set up utilities and I just don't know about it. Also shopped the app store for a utility that would correct this and found none. Any help y'all can offer is appreciated!

    Trojfn,
    For gathering the data and inserting the same in to a table, why can't you use the scheduled tasks?.

  • Are we able to print weeks (rather than a whole month) in iCal?

    I would like to print weeks rather than months. Is it possible?

    Yes, if you are in the week view before pressing print.
    Or you can press choose the view from the views drop down in the print dialogue box.

  • HT2513 Changing First Day of the week shown in week view in iCal

    How do you change the week view of iCal from Sun to Mon. I have done it beofre ios 6. How does one do this since ios 6?
    I have iCal on iMac as Monday as first day showing in week view but I also want it to show on iPad the same way.
    Any information on this would be great.

    Bump

Maybe you are looking for

  • Memory Upgrade on Satellite L40-15G

    I have a Toshiba L40-15G with 1GB DDR2 ram (2x512MB). It works at a frequency of 266Mhz. I want to upgrade to 2GB of ram by going 2x1GB sticks or a 2GB stick. However, i don't know if the 2GB stick will be accepted on one slot. Should i buy a 2GB sti

  • How can I put a stl::vector string into the DB and then get it out?

    Hello, As the title, here's a test case with problems,but anyway you can still run it. ( VC6/XP-32/BDB 4.7 ) I know this may be wrong,and I'd like to know how can I do this. Can someone help me please? I would appreciate it very much. ************ Co

  • Bug Report:  "View PDF After Saving" Does Not Work When Saving as Photoshop PDF

    The saved PDF file is not opening in Acrobat after saving a file as a Photoshop PDF. I noticed it happening a few times in earlier beta testing, but today it happened again. I have Adobe Acrobat Pro 10.1.2 installed on MacPro with Lion OS 10.7.3. Pho

  • Exporting from bridge brings up an error

    I am trying to export from bridge, this takes about 10 minutes but then brings up an error saying " Contact Sheet Processed. Generate PDF failed due to unknown reason." Not a very helpful message. any ideas what i can try? This is CS5 and is running

  • Autoinvoice error - You must supply payment terms for your non-credit trans

    Dear all, I've this error "You must supply payment terms for your non-credit transaction" shown on AR_RA_INTERFACE_ERRORS_ALL table after ran the autoinvoice. In the RA_INTERFACE_LINES table I had inserted this value "14 DAYS" in TERM_NAME field alre