AIR Intrinsic Classes-Tried and Proven Approach to building AIR applications   in the Flash CS3 IDE

Hi everyone,
For all of you out there who would like to develop AIR
applications
from the Flash CS3 IDE but aren't sure how to get those pesky
intrinsic
classes working, I have a technique that you can work with to
create
your classes and make fully functional AIR applications.
First of all, those solutions out there that list
"intrinsic" functions
in their class definitions won't work. That keyword has been
taken out
and simply won't work. The "native" keyword also doesn't work
because
Flash will reject it. The solution is to do dynamic name
resolution at
runtime to get all the classes you need.
Here's a sample class that returns references to the "File",
"FileStream", and "FileMode" classes:
package com.adobe{
import flash.utils.*;
import flash.display.*;
public class AIR extends MovieClip {
public static function get File():Class {
try {
var classRef:*=getDefinitionByName('flash.filesystem.File');
} catch (err:ReferenceError) {
return (null);
}//catch
return (classRef);
}//get File
public static function get FileMode():Class {
try {
var
classRef:*=getDefinitionByName('flash.filesystem.FileMode');
} catch (err:ReferenceError) {
return (null);
}//catch
return (classRef);
}//get FileMode
public static function get FileStream():Class {
try {
var
classRef:*=getDefinitionByName('flash.filesystem.FileStream');
} catch (err:ReferenceError) {
return (null);
}//catch
return (classRef);
}//get FileStream
}//AIR class
}//com.adobe package
I've defined the package as com.adobe but you can call it
whatever you
like. You do, however, need to import "flash.utils.*" because
this
package contains the "getDefinitionByName" method. Here I'm
also
extending the MovieClip class so that I can use the extending
class
(shown next) as the main Document class in the Flash IDE.
Again, this is
entirely up to you. If you have another type of class that
will extend
this one, you can have this one extend Sprite, Math, or
whatever else
you need (or nothing if it's all the same to you).
Now, in the extending class, the Document class of the FLA,
here's the
class that extends and uses it:
package {
import com.adobe.AIR;
public class airtest extends AIR{
public function airtest() {
var field:TextField=new TextField();
field.autoSize='left';
this.addChild(field);
field.text="Fileobject="+File;
}//constructor
}//airtest class
}//package
Here I'm just showing that the class actually exists but not
doing much
with it.
If you run this in the Flash IDE, the text field will show
"File
object=null". This is because in the IDE, there really is no
File
object, it only exists when the SWF is running within the
Integrated
Runtime. However, when you run the SWF as an AIR application
(using the
adl.exe utility that comes with the SDK, for example), the
text field
will now show: "File object=[object File]". Using this
reference, you
can use all of the File methods directly (have a look here
for all of
them:
http://livedocs.adobe.com/labs/flex/3/langref/flash/filesystem/File.html).
For example, you can call:
var appResource:File=File.applicationResourceDirectory;
This particular method is static so you don't need an
instance. If you
do (such as when Flash tells you the property isn't static),
simply
create an instance like this:
var fileInstace:File=new File();
fileInstance.someMethod('abc'); //just an example...read the
reference
for actual function calls
Because the getter function in the AIR class returns a Class
reference,
it allows you to perform all of these actions directly as
though the
File class is part of the built in class structure (which in
the
runtime, it is!).
Using this technique, you can create references to literally
*ALL* of
the AIR classes and use them to build your AIR application.
The beauty
of this technique is its brevity. When you define the class
reference,
all of the methods and properties are automatically
associated with it
so you don't need reams of code to define each and every
item.
There's a bit more that can be done with this AIR class to
make it
friendlier and I'll be extending mine until all the AIR
classes are
available. If anyone's interested, feel free to drop me a
line or drop
by my site at
http://www.baynewmedia.com
where I'll be posting the
completed class. I may also make it into a component if
there's enough
interest. To all of you who knew all this already, I hope I
didn't waste
your time.
Happy coding,
Patrick

Wow, you're right. The content simply doesn't show up at all.
No
JavaScript or HTML parsing errors, apparently. But no IE7
content.
I'll definitely have to look into that. In the meantime, try
FireFox :)
I'm trying to develop a panel to output AIR applications from
within the
Flash IDE. GSkinner has one but I haven't been able to get it
to work
successfully. Mine has exported an AIR app already so that's
a step in
the right direction but JSFL is a tricky beast, especially
when trying
to integrate it using MMExecute strings.
But, if you can, create AIR applications by hand. I haven't
yet seen an
application that allows you to change every single option
like you can
when you update the application.xml file yourself. Also, it's
a great
fallback skill to have.
Let me know if you need some assistance with AIR exports.
Once you've
done it a couple of times, it becomes pretty straightforward.
Patrick
GWD wrote:
> P.S. I've clicked on your link a few times over the last
couple of days to
> check it out but all I get is a black page with a BNM
flash header and no way
> to navigate to any content. Using IE7 if that's any
help.
>
>
>
http://www.baynewmedia.com
Faster, easier, better...ActionScript development taken to
new heights.
Download the BNMAPI today. You'll wonder how you ever did
without it!
Available for ActionScript 2.0/3.0.

Similar Messages

  • Macbook air wi-fi works with air extreme; iPhone 4s and a hp envy printer don't see the air express! how can I do?

    I have installed the air-extreme base and all works with my macBook air.
    I am not able to use iphone 4s and the wireless printer hp envy.
    can you help me?

    Mate - you are singing from my hymnbook!
    There is something amazing about having an ipad2 and being able to present to a boardroom while standing up, moving around and wirelessly presenting - and now I see Macbook Air is really penetrating the office suite  - the same is needed  - for professional presentations there is nothing better
    My only question to you is - now that you can do this with an ipad 2  - and most boardrooms only have VGA projectors - have you figured out how best to get an Apple TV2 to connect to VGA? eg: HDMI  - VGA or some other connection?
    I think the ability to somehow easily connect an Air TV2 to a VGA and mirror desktops from a Mac will cement the MAC way up the food chain

  • A flash game was accidently blocked on a website, and now I can't access any of the flash games on it. Can that website be unblocked?

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    A flash game was accidentally blocked on the website http://www.oyunlar1.com Now I can't access any of the games there. Is there anyway to unblock the flash settings for that website?
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.7
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    1-ClickWeather 1.1.9.1 true
    Adblock Plus 1.2.1 true
    Adobe Contribute Toolbar 5.0 true {01A8CA0A-4C96-465b-A49B-65C46FAD54F9}
    AIM Toolbar 5.96.5.1 true
    Ask Toolbar for Firefox 2.1.0.5 true
    BatchDownload 1.2.4 false [email protected]
    Big Fish Games Toolbar 2.0.0 true {6847DFAE-037A-400c-A524-27F0A281B692}
    CheckPlaces 2.2.2 false [email protected]
    Cooliris 1.12.0.36949 true [email protected]
    DownloadHelper 4.7.4 true
    DownThemAll! 1.1.10 true
    Fast Video Download (with SearchMenu) 3.1.1 true
    Fast Youtube Downloader 1.2.2 true [email protected]
    Firefox ImageGrabber 1.0.6 false {546d2a00-2bbf-11dc-8314-0800200c9a66}
    Flashblock 1.5.13 false {3d7eb24f-2740-49df-8937-200b1cc08f8a}
    FlashGot 1.2.1.27 true {19503e42-ca3c-4c27-b1e2-9cdb2170ee34}
    FoxyProxy Standard 2.21.3 true [email protected]
    Google Toolbar for Firefox 7.0.20100326W true {3112ca9c-de6d-4884-a869-9855de68056c}
    Googlepedia 0.6.3 true {1ABADB6E-DC4B-11DA-9F70-791A9CD9513E}
    HP Smart Web Printing 4.60 false [email protected]
    ImageHost Grabber 1.6.4 true
    InvisibleHand 2.4 true [email protected]
    iWinGames Plugin 1.0 false {98e34367-8df7-42b4-837b-20b892ff0847}
    Java Console 6.0.07 true
    Java Console 6.0.04 true
    Java Console 6.0.10 true
    Java Console 6.0.12 true
    Java Console 6.0.13 true
    Java Console 6.0.14 true
    Java Console 6.0.15 true
    Java Console 6.0.17 true
    Java Console 6.0.16 true
    Java Console 6.0.19 true
    Java Console 6.0.20 true
    Java Quick Starter 1.0 true [email protected]
    MegaUpload DownloadHelper 1.0.2 true [email protected]
    Microsoft .NET Framework Assistant 1.2.1 true {20a82645-c095-46ed-80e3-08825760534b}
    MSN Toolbar 4.0 false [email protected]
    myBabylon English Toolbar 2.6.0.15 true
    myibay Firefox extension 1.1.7 true [email protected]
    NoScript 1.10 false {73a6fe31-595d-460b-a920-fcc0f8843232}
    Ookong 1.5 true {95969329-aa35-473a-b537-3f6f62c0ba23}
    Rapidlibrary Search ToolBar 1.0.0 true {2832ABCD-4444-1012-2D45-132D5447C445}
    RapidShare DownloadHelper 1.0 false [email protected]
    RDown - Rapidshare Downloader 0.6.0 true dave2x@download
    Remove It Permanently 1.0.6.7 true {1dbc4a33-ea62-4330-966c-7bdad3455322}
    RSFind! 1.1.2 false [email protected]
    Search Helper Extension 1.0 true {27182e60-b5f3-411c-b545-b44205977502}
    Shareaholic 1.9.9.5 true [email protected]
    SkipScreen 0.4.12s false SkipScreen@SkipScreen
    Skype extension for Firefox 2.2.0.102 false
    Status-bar Scientific Calculator 4.9.2 true ststusscicalc@sunny
    StumbleUpon 3.64 true
    The Browser Highlighter 1.0.19126 false [email protected]
    UnPlug 2.026 true unplug@compunach
    Xmarks 3.7.9 true [email protected]
    Yahoo! Toolbar 2.1.3.20100310105313 true {635abd67-4fe9-1b23-4f01-e679fa7484c1}
    Adobe DLM (powered by getPlus(R)) 1.6.2.63 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar 0
    browser.fixup.alternate.enabled false
    browser.history_expire_days.mirror 180
    browser.places.smartBookmarksVersion 2
    browser.startup.homepage http://www.refdesk.com/
    browser.startup.homepage_override.mstone rv:1.9.2.7
    extensions.lastAppVersion 3.6.7
    general.useragent.extra.microsoftdotnet ( .NET CLR 3.5.30729; .NET4.0E)
    javascript.options.showInConsole true
    keyword.URL http://slirsredirect.search.aol.com/slirs_http/sredir?sredir=2706&invocationType=tb50-ff-aim-ab-en-us&query=
    network.protocol-handler.warn-external.aim false
    network.protocol-handler.warn-external.dnupdate false
    places.last_vacuum 1279652142
    privacy.sanitize.migrateFx3Prefs true
    security.warn_viewing_mixed false
    == Firefox version
    ==
    3.6.7
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 GTB7.0 ( .NET CLR 3.5.30729; .NET4.0E)
    == Plugins installed
    ==
    *-Cooliris embedded in a tab
    *getplusplusadobe16263
    *np-mswmp
    *Contribute Firefox IBE Plugin DLL
    *6.0.12.69
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *1.9.0009.1
    *npdnu
    *npdnupdater2
    *NPTURNMED
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
    *Default Plug-in
    *Shockwave Flash 10.1 r53
    *BrowserPlus -- Improve your browser! -- http://browserplus.yahoo.com/
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *Delivery Network Acceleration by BitTorrent™
    *GEPlugin
    *Picasa plugin
    *4.0.50524.0
    *MSN® Toolbar
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Google Updater pluginhttp://pack.google.com/
    *Google Update
    *Java(TM) Platform SE binary
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    Thanks, Eric. I'm not sure what I should be checking using your suggestion--as I said, I'm an utter novice with the iMac. However,  I saw a reference to problems with the Library entries, so I checked mine and the iWork files were missing, something confirmed when I checked the crash log. In desperation, I did another software update, and that seems to have fixed the problem completely. Now wondering if I dare upgrade to Lion!

  • Trying (and failing) to install Adobe AIR

    checking for pow in -lm... yes
    checking for zlibVersion in -lz... no
    configure: error: zlib not installed
    Aborting...
    error: Build failed
    I'm using Arch64, so my zlib is x86_64, but I do have the lib32-zlib from [multilib]. Do I need a bin32-zlib?
    I'm trying to install bin32-adobe-air from AUR, by the way. It requires lib32-libpng12.
    EDIT: A recent update has solved this problem. But now the extraction of AdobeAIRSDK.tbz2 keeps failing.
    http://pastebin.ca/1985755
    Last edited by YAOMTC (2010-11-09 03:53:59)

    If you are in the USA and other places with iCloud you can redownload then by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    You can always redownload apps at no additional cost as long as you are signed into the same iTunes account that originally purchased them.

  • Urgent question on styling forms and best approach to building them in BC

    Hi I need some guidance on forms and adding the styling to them
    Thsi page I have created in reflow
    http://www.beadmanso…LS_LP/assets/spstudioslf1.html
    Here is the same page were I have added a BC Form
    http://www.beadmansolutions.co.uk/SPStudios_2LS_LP/assets/spstudioslf.html
    I need some advice to whether this can be styled and what is the best approach to go about this?
    Many thanks Chris

    hughanagle wrote:
    But I'm intrigued... Given that you're completely au fait with PHP/MySQL solutions, what prompted you to integrate a Wordpress blog on your own site when you could have built one for yourself quickly and easily?
    Several reasons:
    I originally installed it in 2006, because I wanted to find out what all the fuss about WordPress was about.
    I wanted to learn how to integrate a WordPress theme with the CSS for the rest of my site, so they would have an integrated look.
    I don't blog very often (only six times so far this year).
    The commenting and moderation system is very well organized. I didn't see much point in reinventing the wheel.
    It's only a small section of my site. Most other pages aren't database-driven, but they do use a lot of PHP includes and conditional logic.
    Why would any of us mortals bother building PHP/MySql blogs if guys as adept as you are using Wordpress?
    If you want a blog, WordPress presents you with a ready-made solution that's very easy to set up. What's not so easy is modifying and styling it. That's where a good knowledge of PHP and CSS are essential. Also, I'd say that WordPress is not suitable for a lot of sites. That's why I don't use it for the other parts of my site.

  • Messages beta, does not connect to Internet when trying to use uninstall, but I clearly am on the internet, any ideas?

    I downloaded messages beta, and after trying video chat with my wife who was using iChat, I decided to uninstall, and every time I try to uninstall, I get a network problem saying that the messages beta uninstalled can't be downloaded as my computer isn't connected to the Internet, and I clearly am connected thru my wifi, any ideas how to get around this?

    Hi,
    Any version of iChat or the Message beta will have issues if you have two connections to the internet.
    In fact iChat 4 in Leopard has the worst issues particularly if the computer you are on is Sharing the Internet with other devices  (See System Preferences > Sharing > Internet Sharing)
    iChat can just about manage in Text Chats  to connect with other people.
    In Video Chats and Audio Only chats and Screen Sharing ichat needs to be in "One Place"
    With two IPs issued from a router for Wifi and Ethernet (See the differences in System Preferences > Network for Ethernet and Advanced Button > TCP tab for Wifi) means that iChat looks like it is in two places.
    It is worse if you share the Wifi of a neighbour and use Ethernet yourself.
    Using Ethernet may get your computer to access the DNS servers from your router more consistently so that Messages can find the place to download iChat 6  (There is evidence that both downloading Messages Beta and registering the Apple ID needs the correct or adequate DNS server info to work properly)
    This address for the Message Beta download seems to hard to find for some DNS servers
    http://swdlp.apple.com/cgi-bin/WebObjects/SoftwareDownloadApp.woa/wo/XeLd6tIQQ2O yGCki8irQgw/2.5
    (This is the accompanying "Thank you for Downloading" page)
    The point you make though, that a Ethernet connection may work better, is valid.
    8:32 PM      Sunday; May 13, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • I have an macbook pro A1260 and I have offer an hardcase to fit the laptop any ideas

    I have an Macbook Pro A1260 and I am after an hardcase to place over the laptop. Have you got any ideas. I have brought Macbook Pro 15" hard case but is to big.
    Please help

    search google "hardcase MacBook Pro A1260". 

  • Is it allowed and possible to sell your running application in the Apple Appstore to another company, who wants to buy (take-over) the app?

    Hi,
    If you build a very succesful app in the Appstore and now you get a lot of interest from other companies to buy the application(s), is this allowed from Apple and how is this possible if you want to sell your app to the interested company?
    Does this include that all the current users will move to the new owner and would it be possible to rebrand and rename the app?
    Looking forward to your expertise.
    Cheers, Peter

    Unless something has changed lately, no.
    You have to remove the app from sale and then add it back into the new account. Apple won't transfer apps to another account and unfortunately it will lose all current users.

  • 11/12/2013 - Release - AIR 3.9 Runtime and SDK

    Today we're pleased to announce that the next version of AIR is available for immediate download.  This update includes the following new features and improvements:
    New Features:
    Mobile Workers (concurrency) BETA - Android
    Our hugely popular desktop feature, AIR Workers, is now making its debut on mobile! We have added support on Android devices so that you will be able to execute code in the background without interrupting your application’s main code. Your UI will remain responsive, enhancing the user experience. We haven’t forgotten about iOS! Look for news on iOS workers in an upcoming release (NOTE: this feature will undergo an extended beta period.)
    AIR Mobile Support for Background Execution in “Direct” Render Mode
    AIR now supports background execution on iOS and Android when render mode is set to “direct”. This will allow your applications to perform tasks such as audio playback even when invisible to the user. Due to power and CPU considerations, we recommend reviewing our release notes for additional details and guidance.
    In the past AIR on iOS and Android did not support background execution when render mode direct was set.  Due to this restriction, Stage3D based apps were not able to execute background tasks like audio playback, location updates, network upload/download etc.  iOS does not allow OpenGLES/rendering calls in the background.  Applications which attempt to make OpenGL calls in the background are terminated by the iOS.  Android does not restrict applications from either making OpenGLES in the background or other background task(like audio playback).
    With this feature, we will now allow AIR mobile apps to execute in background when renderMode direct is set.  AIR iOS runtime will throw an error if OpenGLES calls are made in background.  However no error will be thrown on Android, as Android native apps are allowed to make OpenGLES calls in the background.  It's recommended to not make rendering calls while your app is executing in the background as its important to utilize the mobile resources judicially.  The following is a list of Stage APIs which may throw the error 3768 - The Stage3D API may not be used during background execution.  The swf version should be 22 and above.
    Context3D.clear
    Context3D.present
    Context3D.createVertexBuffer
    Context3D.createIndexBuffer
    Context3D.drawToBitmapData
    IndexBuffer3D.uploadFromVector
    IndexBuffer3D.uploadFromByteArray
    VertexBuffer3D.uploadFromFloat
    VectorVertexBuffer3D.uploadFromFloat4
    VectorVertexBuffer3D.uploadFromByteArray
    Program3D.upload
    Texture.uploadCompressedTextureFromByteArray
    Texture.uploadFromBitmapData
    Texture.uploadFromByteArray
    CubeTexture.uploadFromBitmapData
    CubeTexture.uploadFromByteArray
    CubeTexture.uploadCompressedTextureFromByteArray
    RectangleTexture.uploadFromBitmapData
    RectangleTexture.uploadFromByteArray
    AIR Support for iOS7
    iOS7 has launched and we are making sure that AIR is compatible and performs as expected.
    AIR Mac OS 10.9 Support
    We have tested against the latest developer releases of OS X 10.9 and are making sure that your applications support the latest technologies such as “App Nap”.
    AIR XXHDPI (144 x 144) Icon Support for Android
    With this feature we have added support for beautiful, high resolution icons on devices such as the Nexus 10.
    Notable bug fixes:
    [3650590] [OSX] - App Updater Crashes on MacOS with Air 3.9
    [3648442] [iOS7] - Leftmost part of the text in spark TextArea and stageText get clipped when mulitline property is true.
    [3640207] [Android] [Captive Application] - orientationChange event handler fetches wrong stage.orientation values.
    Known Issues:
    [3616981] [iOS] - Sound gets stop on clicking Power button even when UIBackground tag value set to Audio in application.xml
    For further information please see our release notes.
    Download Locations:
    AIR 3.9.0.1210 runtime for Windows: 3.9 Runtime Download
    AIR 3.9.0.1210 runtime for Macintosh: 3.9 Runtime Download
    AIR 3.9.0.1210 SDK & Compiler for Windows: 3.9 SDK & Compiler Download
    AIR 3.9.0.1210 SDK & Compiler for Macintosh: 3.9 SDK & Compiler Download
    Note: To provide all the all the necessary tools for our developers in one place and avoid having to download multiple components, we are packaging Adobe AIR 3.9 SDK and ActionScript Compiler 2.0 in a single SDK called “Adobe AIR 3.9 SDK & Compiler”.
    AIR SDK 3.9.0.1210 (Compatible with Flex) for Windows: 3.9 SDK Windows Download
    AIR SDK 3.9.0.1210 (Compatible with Flex) for Macintosh: 3.9 SDK Macintosh Download
    Previous versions of the AIR runtime and SDK can be found on the Archived AIR SDK and Runtimes page

  • Does adobe air support drop shadows and blur?

    Does adobe air support drop shadows and blur? I can see it on the swf on pc but I don't see it once I put it on the android as .apk. Thanks!

    change your render mode to cpu and test.

  • Photoshop and Illustrator updates fail using Adobe Application Manager, why and what can I do?

    In the Adobe Application Manager, it says there are updates for both Photoshop and Illustrator. When I click to update, they both downloaded and attempted to install and in the middle of this process, Application Manager shows that the updates fail. After this, upon restart of my Mac–running Lion–Illustrator shows that it's up to date in the Application Manager and Photoshop shows an update is available. Upon trying to re-update Photoshop again, the update fails again and again.
    I have updated before a few days ago with no problem, so I don't understand why the updates are failing and why after doing so, now Illustrator shows that it is up to date and Photoshop does not.
    Has anyone else had this problem and if so, does anyone know why and what I can do about it?
    Thank you.

    Hi Richei Creative,
    These would be my suggestions:
    Create a new user account with administrative rights, log out of your current account and into that one, launch Adobe Application Manager and attempt the Photoshop update again.
    Instructions if you need them  - http://support.apple.com/kb/PH11468
    If this fails, uninstall Photoshop (Applications > Utilities > Adobe Installers) and reinstall Photoshop then from Adobe Application Manager the attempt the Photoshop update again, also from the newly created user account.
    Hope these help,
    -Dave

  • My macbook isn't powering up and makes a beeping noise in time with the sleep light

    Hi There I hope someone can help!!!
    I had disconnected the power cable and left the MacBook in sleep mode with the lid shut. When I now go to open my MacBook up, and wait for my system to resume from where I left off the screen doesn't on and the sleep light goes off. when I close the lid the sleep light goes back on as if it is in sleep mode but the same happens when I open it again, no power to the screen.
    I order to try get my MacBook working again I tried holding down the power button and switching it back on again but the MacBook now looks as if it is going to power up but the sleep light comes on for about 3 secs and then beeps, then every 4-5 secs constantly the MacBook beeps once in time with the sleep light (to note the sleep light is not following its usual fade on fade off rhythm).
    I have tried resetting the SMC using the shift command control option and power button (also this is the only way to stop the beeping and flashing) and when you try and switch on the MacBook if you just press the power button it just follows the same beep with sleep light routine, but if you hold the power button in then the sleep light then flashes quickly about 4-6 times and then starts to beep in time with the flash again.
    I will also add I have not reconfigured anything or added any RAM to my MacBook it is still on the standard (manufacturing) configuration as I have been looking about for anyone with similar issues and the main question back seems to be have you changed the RAM, I have also tried resetting teh RAM and the proble still persists.
    If someone can help it would be awesome!

    Here's the Apple support article on beeps https://support.apple.com/kb/HT1547

  • Having trouble opening and installing Flash CS3

    Hey there,
    I recently downloaded the Flash CS3 trial version for my mac,
    and after downloading it seems that i can't complete installation,
    because once its installed about 2 out of 3 parts it comes up with
    an installer alert, saying the following
    "Please insert Adobe Extendscript 2 now and click ok"
    So i went through the folder i downloaded and found it but
    after i opened it and tried to click "ok" it just doesn't work....
    I really need this software to do uni work at home when i can't go
    in to complete an assignment.
    Any tips would be greatly appreciated
    Thanks

    Hi Jeff,
    Thanks for your reply.
    Here’s what I downloaded from my account – PremiereElements_10LS_15_win64
    I do get an error message when I double click to install:
    “The file archive part of Adobe Premiere Elements 10 is missing.
    You need all parts in the same folder in order to extract Adobe Premiere Elements 10.
    Please download all parts”.
    When on the Adobe site there are many choices which is confusing.
    Please direct me to the correct one….
    I’m running Windows 8.1
    Thank you George

  • Error when trying to use Flash CS3...

    I just downloaded the Flash CS3 free trial from the Adobe
    website. I installed everything and it installed fine.
    After the install I try to open the program and an error
    saying "License for this product has stopped working." Now I did a
    search on the Adobe support site and found the page with supposed
    fixes for this problem, but none of them work. I am using Windows
    Vista Home Premium. When I go to the Administrator Controls panel
    and go to Services I don't even see FLEXNet on the list.
    I have tried uninstalling and reinstalling it multiple times
    but the same thing happens every time.
    Any advice?

    How are you trying to update? and What exactly are you doing before you get this error?
    If you downloaded the updater, it could be corrupt, so you should try downloading again.

  • Problem with AIR Flash CS3 Italian version

    I have installed the Adobe AIR update for Flash CS3 italian
    mac version but in the welcome screen I don't see the Flash File
    (Adobe AIR) preset.I know about the fix that consists in deleting
    the folder HD:/Users/<username>/Libraries/Application
    Support/Adobe/Flash CS3/<language>/Configuration/StartPage
    and I did it, but the problem remains. Now what should I do?

    Hi Alessandro,
    Please try rerunning the Adobe AIR Update for Flash CS3 to
    see if the problem can be solved.
    If after running the updater again and it still doesn't work,
    the workaround is to create a Flash 9 (ActionScript 3.0) fla. Then
    selecting Commands > AIR - Application and Installer Settings
    and Flash will ask if you want convert the publish settings to
    Adobe AIR, click yes.
    Thanks,
    San

Maybe you are looking for

  • Facts at different Logical Dimension Level and Default Interaction (Drill)

    I have one Geography Logical Dimension that consists of 3 physical tables snowflaked. The 3 tables are City, State and Country. I have created 3 Level Based Hierarchies. I have 2 Facts. Fact_State is at the State grain only (Set the appropriate Conte

  • What are the year end and month end activities carried in FI?

    Hi all, I am new to FI, what is the steps or the activites/process to be carried out during the month end as well as the year end activities for FI. Can anyone explain me about it and does sap provide any standard documentation on year end / month en

  • Print Dialog in Reader 10.0.1

    It seems that in "upgrading" to 10.0.1, Adobe has created its own print dialog which supersedes the driver print dialog. The driver print dialog appeared when choosing Print from Adobe Reader in previous versions, and appears when choosing Print in o

  • Workflow step approval via e-mail

    Hi Experts, I have a question related SAP BI workflow, Is there any possibility to approve a workflow step via e-mail? I mean I have a specific step what needs approval, can I prepare this approval step via e-mail? (not the built-in SAP mailbox) Than

  • How to Find Controller class of  BSP application for particular Iview

    Hi  All, Any one please  help me  to find a Controlller class of BSP for an  I view. http://Host Name :Port No/sap/bc/gui/sap/its/wosm-cr-->this is for sap retail, My requirement  is to change some source code in that particular iview. i goine with S