File locations air as3 applicationStorageDevice
by MisterSaisho on Oct.22, 2012, under Uncategorized
http://livedocs.adobe.com/flex/3/html/help.html?content=Filesystem_03.html
PrintHow to build nice landing page
by MisterSaisho on Apr.27, 2012, under Uncategorized
http://designisblank.com/wp-content/uploads/2011/04/anatomyoflandingpage.png
PrintLinks
by MisterSaisho on Apr.13, 2012, under Uncategorized
Leave a Comment more...FDT An internal error occurred during: “Compile”. java.lang.NullPointerException ERROR
by MisterSaisho on Feb.19, 2012, under Uncategorized
http://bugs.powerflasher.com/jira/browse/FDT-2472?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel
WTF?
workaround
Luckily there is a easy workaround that will resolve the issue for you as well:
- Go to your flex 4.6 SDK
- edit the content of flex-sdk-description.xml from:
<?xml version="1.0"?> <flex-sdk-description> <name>Flex 4.6.0</name> <version>4.6.0</version> <build>23201</build> </flex-sdk-description>
to:
<?xml version="1.0"?> <flex-sdk-description> <name>Flex 4.5.0</name> <version>4.5.0</version> <build>23201</build> </flex-sdk-description>
How to update the google usb drivers to allow for the sony tablet s.
by MisterSaisho on Feb.17, 2012, under Uncategorized
http://genesis.sony-europe.com/instranet/ccil_sony/selfservice/searcher.jsp?DocId=57552&l=en_GB&m
In order to connect Sony Tablet S and P, please follow below procedure.
- Turn on “USB debugging” in Sony Tablet S and P
- Put following device descriptions into each sections [Google.NTx86] and [Google.NTamd64] in extras\google\usb_driver\android_winusb.inf.SONY Sony Tablet P
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_04D2&MI_01SONY Sony Tablet S
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01 - Please add 0×54c into .android/adb_usb.ini file under HOME directory by using following command from command prompt.echo 0×54c >> %HOMEPATH%\.android\adb_usb.ini
im not sure why sony doesnt provide any drivers…
Printpre populate vector as3
by MisterSaisho on Feb.14, 2012, under Uncategorized
btns = new <String>['btn_home', 'btn_setup', 'btn_videos', 'btn_specs', 'btn_quickStart', 'btn_fastFixes', 'btn_icore'];
PrintMail to info for android and Ios
by MisterSaisho on Feb.14, 2012, under Uncategorized
Leave a Comment more...stage Web View help info flash stageWebView
by MisterSaisho on Feb.11, 2012, under Uncategorized
http://forums.adobe.com/thread/784393
var source:File = File.applicationDirectory.resolvePath("output-html");//copy entire folder (with css)
var destination:File = File.applicationStorageDirectory;
source.copyTo(destination, true);//copy to the application storage
//get path to the html page within copied folder
var resultsPageUrl:String = "file://" + destination.resolvePath("result_html_pattern.html").nativePath;
Print