Quantcast
Channel: Adobe Community: Message List - Adobe Animate CC - General
Viewing all 48271 articles
Browse latest View live

Re: Playing music through ULoaders????


Re: Help with Flash Export Process:

$
0
0

I'm not sure where you are seeing that Quicktime export settings.

When I click FILE > EXPORT > EXPORT VIDEO in Flash CC I'm presented with the first image shown below.

After I choose a path and click EXPORT it creates an MOV on the Desktop and opens Adobe Media Encoder CC.

From there I have some options (shown in the 2nd image).

1.PNG

2.PNG

Re: Help with Flash Export Process:

$
0
0

oh ..... I guess they took that setting out, I only have CS5.5 and assumed it was still a available option sorry.

 

heres what mine looks like

Screen Shot 2013-12-05 at 2.00.15 PM.png

 

Does the quicktime settings show up when you uncheck convert video in adobe media encoder?

Re: "Embed FLV in SWF"

$
0
0

Im not a video guy but Id assume that video format/bit rate/key frames/compression type all affect the quality and file size.

Id also assume that it convertes them to FLV on import.

Re: Can Flash Pro CC publish to flash player 9??

$
0
0

To anyone on OS X that doesn't want to modify the Adobe Flash CC.app (because you shouldn't), you can drop the files into locations similar to those mentioned by Jarkko (#5652006) in your Library folder:

 

~/Library/Application Support/Adobe/Flash CC/en_US/Configuration/ActionScript 3.0/FP9/playerglobal.swc

~/Library/Application Support/Adobe/Flash CC/en_US/Configuration/Players/FlashPlayer9_0.xml

 

You locale might be different (mine being "en_US"), and you'll probably have to create the FP9 and Players folders. I used the SWC from Antoine above and everything worked like a charm (#5713272).

Re: Can Flash Pro CC publish to flash player 9??

Re: "Embed FLV in SWF"

$
0
0

have you added transitioning/sliding between different parts of the video with embedded video before?

Error message with Action Script 2.0 file

$
0
0

Hi,

 

I am trying to edit an old flash file that uses Action Script 2.0. I am using CS6 and keep getting the following error message after publishing:

Scene 1, Layer 'AS', Frame 1, Line 5, Column 291067: Implicit coercion of a value of type int to an unrelated type String.

 

Can you suggest any fixes or workarounds? I also have Flash 4.0. Can i downsave the file? If so, how?

 

Thanks!


Re: Error message with Action Script 2.0 file

$
0
0

what's line 5 in the as layer?

 

and you can downsave to flash cs5 or cs 5.5, but no further.

Re: Error message with Action Script 2.0 file

$
0
0

It means you are trying to compare a int to a string.
//this is an int myValue1 = 10;
//this is a string myValue2 = "10";
Do something like this...
if ( myValue1 == parseFloat(myValue2 )
{   
    //do something.
}
HTH

Re: OT: Update to Flash Professional CC - November 2013

$
0
0

The Toolkit for CreateJS panel is no longer present with the new update, but the HTML5 publishing using the toolkit is now intgerated as part of the HTML canvas document type that you will see new in this update.

 

Please refer to:

http://helpx.adobe.com/flash/using/whats-new.html#Creating%20and%20pub lishing%20HTML5%20Canvas%20content

 

Also you can convert your previously created AS3 document that publish to HTML5 into HTML5 Canvas documents. This is also mentioned in the documentation below:

http://helpx.adobe.com/flash/using/creating-publishing-html5-canvas-do cument.html

 

-Sujai

Deprecated API Usage

$
0
0

Hello,

 

I have recently send my app for submission to App Store and it got rejected with this message:

Dear developer,

We have discovered one or more issues with your recent delivery for "App".   To process your delivery, the following issues must be corrected:

Deprecated API Usage -  Apple no longer accepts submissions of apps that use QuickTime APIs.

Once   these issues have been corrected,   go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary.

Regards,

The App Store team

 

I am using AIR Runtime for my application. What could be the problem ? Can anybody advise how to fix this ?

 

Thanks!

Re: OT: Update to Flash Professional CC - November 2013

$
0
0

Someone any thoughts about the out of memory issue I posted earlier ?

Even with parts of some scenes I used to be able to export it gives me these errors ...

Re: OT: Update to Flash Professional CC - November 2013

$
0
0

Problem on Flash Professional CC update Nov 2013 ( V. 13.1.0.217 ) ?

 

When I update Flash to be Version 13.1.0.217 and I create new HTML5 Canvas , I could not preview  animation after I had pressed Ctrl+Enter . Every browser is Internet explorer 11 , Safari , opera , firefox , Chrome , they could not show animation when I offline Internet .

 

I could show animation by Ctrl+Enter when I have to online Internet only   ( Why  ?????  )

 

 

For Flash Professional CC V. 13.0.1 , I could show animation both offline and online Internet .

 

I have to decide to change back it to be Flash CC 13.0.1

 

 

Is it bug on Flash CC update Nov2013 ?

Re: OT: Update to Flash Professional CC - November 2013

$
0
0

Can you check if you have the hosted libs option checked in the published setting? In this case the libs needs to be downloaded from CDN which may not work offline.

 

Please uncheck the hosted libs option and then publish if you want to work offline.

 

-Sujai


Re: OT: Update to Flash Professional CC - November 2013

$
0
0

Can you quit Flash Pro and then publish this file as the first operation? See if this works?

 

We are aware of this limitation and have a bug alredy on this. Even with the previous toolkit this error should happen on subsequent publish.

 

Alternatively you can also breakup the fla file into smaller sets for publishing.

 

-Sujai

Createjs Tookit - How to export a self contained animation, without it being embedded in HTML markup

$
0
0

Hi,

 

The toolkit is great, but it doens't make it very easy for designers and developers to work together. Currently, when you export your project as HTML, it create two files. Both the html and js files are needed for it to work.

 

The problem is that the html file contains full markup for the page, including html tags, header, body etc. Here's what I currently have to do, to get these animations into my exisiting Web application:

 

  1. Designer creates an animation - e.g. WebBanner.fla
  2. He publishes using the tookit
  3. He sends me all the files - html, images folder containing the bitmaps, js file
  4. I hand edit the html file and copy the code from the script tags, into the js file.
  5. I upload the new js file, containing everything needed for the animation and the images into my existing Web project
  6. My web project creates the canvas downloads the self contained .js file and runs it.

 

That hand editing part is what I don't get. It would be better, in my opinion, to encapsulate all the javascript into a single file, and the HTML file used for prevewing simply sets up the canvas and links the js file.

 

Is anyone else having this problem:? How have you solved it?

 

Thanks,

Aaron

Re: OT: Update to Flash Professional CC - November 2013

$
0
0

Exporting it as the first operation doesn't work also.

 

Breaking up the scene ( into multiple fla files ? ) is no option since it is a complex animation.

 

With the previous toolkit (cc and cs6) I could exports scenes that where much more complex then the one I try now.

 

Hope this bug will be fixed soon, cause this is a bit of a showstopper for us to use the new CC .

Flash CC Air Settings Icons not saving

$
0
0

Hi All,

 

I'm having problems with the AIR Settings Icons, they don't seem to be saving the information after I've loaded the icons. When I do an export 'Applicaion with runtime embedded' unless i imediately publish from the Icons tab, the icons are missing. I've noticed also that its not writing to the xml file.

I've tried deleting the xml and starting from scratch but have the same problem.

 

I have a 'AppIconsForPublish' folder which i've manually added as a sub folder which stores the icons. Have tried adding from this location and external location where the icons are moved to this sub-folder but no luck.

 

I have been editing the xml manually with notpad++, would this be a problem...

 

This has only happened in the last couple of days, i have recently upgraded to latest Flash CC.

 

Thanks in advance......................

JSON

$
0
0

Am using the example for JSON http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/JSO N.html

 

When making up the .js file (Dreamweaver) it shows the "fruits": as an error. Unfamiliar with .js so not aware if this is the error

Without the : the error dissappears - but does not effect the results...

 

Am using the following:

var loader:URLLoader = new URLLoader();

AddJson();

 

function AddJson() {

          //loader set-up

          var request:URLRequest = new URLRequest("*****/test/fruit.js");

  loader.load(request);

          loader.addEventListener(Event.COMPLETE, jsonLoaded);

}

 

function jsonLoaded(event:Event):void {

          var jsonContent:URLLoader = URLLoader(event.target);

          //json

          var data:Object = JSON.parse(jsonContent.data);

          trace(data.fruits.length);

          trace("The first one is " + data.fruits[0].fruit + " : " + data.fruits[0].fruitcolor);

          var secondFruit:String = data.fruits[1].fruit;

          trace("secondFruit as string data: " + secondFruit)

}

 

and get this error:

Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: *****/test/fruit.js

          at Dictionary_fla::MainTimeline/frame1()[Dictionary_fla.MainTimeline::fr ame1:21]

 

I'm attempting to get mysql data from a php script returning json data, but thought to start with the example.

Would appreciate some pointers or a working example. Thank you

Viewing all 48271 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>