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

HELP! Can't export embedded video on flash cc 2015

$
0
0

Hello,

 

So I embedded a video onto a timeline for flash cc 2015 so that i can animate on top of the video. When i finished my animations and tried to export the video, a warning message appeared in the output box reading "WARNING: This movie uses features that are not supported in the flash player 17 player scene=scene 1, layer-layer 1, frame=1: WARNING H.264 video will not be published."

 

The embedded video is in layer 1 of the timeline and the animations are in a separate layers. When i export the project to my desktop,@ only the animations appear in the video with a white background instead of the embedded video.

 

How do i solve this?

 

Side note:

When i embedded the .mov video into flash, i didn't use media encoder. I just loaded external video with playback component. Could this be the issue?

 

Thank you,

Row


Why is the sound not playing after I export the video from flash?

$
0
0

I have my audio file on the timeline, but after I export it as a video the audio is not playing. Help please

Re: HELP! Can't export embedded video on flash cc 2015

$
0
0

That feature is not intended for exporting either the original video, or the combination of the video and your Flash animations. You would export your Flash animation and sound with an alpha channel, and then combine that with the original video file, in something like Premiere or After Effects.

Re: Why is the sound not playing after I export the video from flash?

$
0
0

I have used Flash Pro as an audio mixing tool, where all I wanted was the audio from the video export, and that worked fine. I'm not positive about whether I use Event or Stream audio in the timeline. Try using Event.

Re: Updating Macromedia Flash to Adobe Flash

$
0
0

Hi Colin,

Thanks for the reply.

Well, actually I have already paid for 'Macromedia Flash 8' and now I want to update.

Is there any update available?

 

I want to update from 'Macromedia' to 'Adobe'

Flash on tablet

$
0
0

Hi,

I am a user of macromedia flash. But drawing with a mouse proves extremely difficult.

Is it possible for me to draw using my Ipad (2)/ Samsung tab

???


Please reply

Thnx

Re: Gradual sketching

$
0
0

Yes, exactly. An arc of different degrees each time.

Unsecure Calls calling CreateJS libraries

$
0
0

Hi all,

 

For a Flash Canvas html5 banner, I´m using CreateJs libraries, I have an error and Ads are not approved by many vendors (Amazon for example)

 

I´m using:

<script src="https//code.createjs.com/easeljs-0.8.1.min.js"></script>

<script src="https//code.createjs.com/tweenjs-0.6.1.min.js"></script>

<script src="https//code.createjs.com/movieclip-0.8.1.min.js"></script>

<script src="https//code.createjs.com/preloadjs-0.6.1.min.js"></script>

 

or:

<script src="//code.createjs.com/easeljs-0.8.1.min.js"></script>

<script src="//code.createjs.com/tweenjs-0.6.1.min.js"></script>

<script src="//code.createjs.com/movieclip-0.8.1.min.js"></script>

<script src="//code.createjs.com/preloadjs-0.6.1.min.js"></script>

 

If you open those libraries in Firefox for example you will see that the conecction is not secure

 

I attach screenshot:

secureCalls.png

This is an unsecure Call

 

Anyone having this problem?

 

Thanks a lot


Re: Gradual sketching

$
0
0

you can use arcF to draw that arc:

 

function arcF(centerX:int,centerY:int,radius:int,beginAngle:int,endAngle:int,color:uint):void{

var mc:MovieClip = new MovieClip();

addChild(mc);

mc.x=centerX;

mc.y=centerY;

mc.radius=radius;

mc.beginAngle=beginAngle;

mc.endAngle=endAngle;

mc.color=color

mc.inc=1;

mc.graphics.lineStyle(0,color);

mc.graphics.moveTo(radius*Math.cos(beginAngle*Math.PI/180),radius*Math.sin(beginAngle*Math .PI/180));

mc.addEventListener(Event.ENTER_FRAME,drawF);

}

function drawF(e:Event):void{

var mc:MovieClip = MovieClip(e.currentTarget);

mc.graphics.lineTo(mc.radius*Math.cos((mc.beginAngle+mc.inc)*Math.PI/180),mc.radius*Math.s in((mc.beginAngle+mc.inc)*Math.PI/180));

mc.inc++;

if(mc.beginAngle+mc.inc>mc.endAngle){

mc.removeEventListener(Event.ENTER_FRAME,drawF);

}

}

Re: Flash on tablet

$
0
0

you can draw using your tablet, but then you would need to save your drawing as a bitmap and import into flash pro.

Re: Spin

$
0
0

Please tell me with more details with links or video which may i make it easily.

 

Thanks

Re: Spin

$
0
0

use google for tutorials:  actionscript 3 slot machine

Re: Updating Macromedia Flash to Adobe Flash

Flash expense manager

I'm looking for current tutorial on iOS Mobile Apps

$
0
0

I'm looking for a step-by-step tutorial on building an iOS/Android Mobile Application.

 

I'm posting this in the Flash Forum, but I'm not even sure that's where to begin. Dreamweaver?

 

Anyway, I need to build a "simple" mobile application. I want to do it on the Adobe platform, and I need either a book, publication or video tutorial.

 

Help with this would be most appreciated.

 

Thanks


Re: Flash on tablet

$
0
0

Can u recommend a software for doing the same...i have both google play and ios store

Re: Flash on tablet

Re: Flash on tablet

Re: Flash on tablet

Re: I'm looking for current tutorial on iOS Mobile Apps

Viewing all 48271 articles
Browse latest View live


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