Questions tagged [flash-cs6]

Flash CS6 is part of Adobe's Creative Suite released on 7 May 2012.

About Flash:
Flash is a multimedia platform used to add animation, video, and interactivity to web pages. Flash is frequently used for advertisements and games. More recently, it has been positioned as a tool for "Rich Internet Applications" ("RIAs").

861 questions
9
votes
2 answers

displayed insecure content from http://fpdownload.adobe.com/crossdomain.xml

So recently I noticed a flash video player I created started running in to insecure content issues when played through an https URL. I spent quite some time going through all the measures to make sure everything within the source code of my document…
EssXTee
  • 1,783
  • 1
  • 13
  • 18
7
votes
3 answers

How can I determine direction with GPS readings alone and display in 360 degrees?

I am working on an AS3 AIR for Android application. "my problem is this: given a GPS location, I want to retrieve the direction of movement (North, NW, West, SW, South, SE, East, NE)" I would like the code for how to use 2 different GPS readings to…
Catttdaddy
  • 75
  • 1
  • 1
  • 7
7
votes
4 answers

Shaking effect - Flash CS6 ActionScript3.0

This question is related to ActionScript 3.0 and Flash CS6 I am trying to make an object shake a bit in a certain for some seconds. I made it a "movieclip" and made this code: import flash.events.TimerEvent; var Machine_mc:Array = new Array(); var…
The Last Melody
  • 165
  • 1
  • 3
  • 10
6
votes
2 answers

Remote debugging for Flash CS6 and AIR iOS?

I'm using Flash CS6 and I would like to debug an AIR iOS app on my device but I can't establish a connection. I have my iPod Touch 5G connected via USB, checked "allow remote debugging", published the .ipa for "device debugging" and started the AS3…
Matt
  • 2,981
  • 5
  • 23
  • 33
4
votes
1 answer

How to Include 64-bit and 32-bit native code in Adobe Animate CC 2019 While Publishing Apk

While I am in the final step to upload my app. My App Giving two Problems. First Problem "Error This release is not compliant with the Google Play 64-bit requirement The following APKs or App Bundles are available to 64-bit devices, but they…
Anas
  • 153
  • 1
  • 10
4
votes
1 answer

In-App Purchase freshplanet-as3

i am trying to add in app purchase features in my iOS app. i use fresh planet nativeExtension(AirInAppPurchase.ane).while i compiling, it traces "in app purchase is not supported"... Things i used. Adobe Flash pro CS6(AS3). Adobe AIR SDK…
Anand N
  • 41
  • 2
4
votes
1 answer

Workflow for Large Flash/AS3 Projects

I am currently working on a rather large, UI-heavy Flash game. Our team has been working on this for about 9 months now. None of us had any previous experience with Flash, so we have continually improved our workflows during this time. However, we…
4
votes
3 answers

Actionscript 3 - checking for an internet connection

I am using this code in my flash file import air.net.URLMonitor; import flash.net.URLRequest; import flash.events.StatusEvent; var monitor:URLMonitor; function checkInternetConnection(e:Event = null):void { var url:URLRequest = new…
angel13th
  • 41
  • 1
  • 2
4
votes
6 answers

Application Loader: Apple's web service operation was not successful

I'm trying to upload an app with Application Loader but I get following error : Apple's web service operation was not successful Unable to authenticate the package: 54005906.itmsp An unknown error occurred. (2010) What is the problem? I really…
LetsGoRangers
  • 640
  • 1
  • 7
  • 18
4
votes
1 answer

Why does my AS3 DataGrid with sortable columns show wrong movieclip loaded in to cell after sorting?

I have a datagrid component in my AS3 project and have a custom cell renderer assigned to one column that loads a movie clip into a cell depending on the value of that cell data. For example if the cell data is the number 1 I load movieclip1, if 2 i…
undefined
  • 5,190
  • 11
  • 56
  • 90
3
votes
4 answers

AS3-Flash cs6 How to make numbers have a comma?

I am making a game that when you click on the Monster your score gets +1. But when your score goes over 1000 I would like it like this 1,000 rather than 1000. I am not sure how to do this as I have not learnt much action script. I have embed number…
3
votes
1 answer

Accessing timeline objects from a class, giving null object reference?

All late comers this question in still active a answer is not yet reached, what you might see below is a irrelevent syntax error a nice member found for me error: TypeError: Error #1009: Cannot access a property or method of a null object…
Trows
  • 391
  • 2
  • 12
3
votes
4 answers

How to Setup Admob with Adobe AIR for Android

I currently Finished a Project and put it on the Google Play Store. I created the Application Using Adobe Flash CS6 and Flash Develop AS3. Now I want to put Ads on my game using Admob but I can't seem to do it to save the life of me. I tried for…
Nathan
  • 536
  • 4
  • 21
3
votes
2 answers

How to change the font size for text input in Flash CS6

I am having trouble changing the font size for the flash component, text input. This text input component is already ready made where you can find it in components. So i just drag and drop it onto the stage. However, the font size is too small. And…
Apple.
  • 117
  • 2
  • 4
  • 12
3
votes
1 answer

Adobe Flash Professional CS6 for Android: Navigate from One movie-clip to another move-clip using Actionscript 3 class

I have created one 'login page' which is a movieclip. and my another page is 'home' which is another movie clip. so what i want to do is.. i wanna navigate my one move-clip to another movie clip. and `i don'n want to use timeline. just by codding in…
Aadi
  • 1,131
  • 2
  • 16
  • 32
1
2 3
57 58