Actionscript :: Professional : Flash CS5 Dropping Cuepoints?

Jun 29, 2010

I've just upgraded from CS3 to CS5 and have discovered an annoying issue with cue points. When I open an existing FLA that has a movie with actionscript cuepoints and try to replace it with another movie (an updated version), Flash drops all my cue points and I have to re-enter them. Is there some way to prevent this?

View 2 Replies


Similar Posts:


Professional :: CuePoints Not Working Properly Netstream?

Jul 15, 2010

Im trying to get cuepoints working on an old as2 project.I have a netstream video component and want the cuepoints embedded in the FLV to trigger buttons to appear. I have embedded them as Event Cuepoints. 
 
ns.onCuePoint = function(infoObject:Object){    trace(infoObject.name);    if(infoObject.name == "CP1") {         trace("yes working");    }}; 

[code]...
 
This shows all of the cuepoints within the FLV. I cant figure out how to change the code to trigger actions WHEN the FLV hits a Cuepoint.

View 2 Replies

AS3 :: Flash - Dropping Objects At Random

Jan 30, 2010

I have a code here that drops a first row then drops a second row down right after. First row drops right away and second row is on a timer.

// Bring in first row
var blueY:Tween = new Tween(blue, "y", Bounce.easeOut, -295, -49, 2, true);
var pinkertonY:Tween = new Tween(pinkerton, "y", Bounce.easeOut, -295, -49, 2, true);

[Code]....

How would I drop each cover individually at random between two set numbers? I assume I would have to apply a separate timer for each one then somehow make the time at which it drops random between two numbers?

View 2 Replies

Dynamic Content Flash Dropping Processes?

May 10, 2009

I have been working on a full flash website and am encountering a strange problem (or at least its strange to me).
  
I have the main shell of the site, which contains:The layoutNavigationA movieclip which pages are loaded into (external swf's)Some actionscript which streams in an MP3The controls for the background musicA piece of actionscript which loads an animated background (another external SWF) 
 
I then have a series of pages in their own SWF's which get loaded into a movieclip within the shell when the user clicks the relevant button on the menu. Most of these pages contain:The panels for the content on that pageSome dynamic text areas for the text content on that pageSome actionscript which loads the content for that page from a couple of text files and populates the dynamic text areas Then there is a showreel, which has a menu and a customized FLVPlayback component to play audio and video tracks; the data for the menu and the tracks themselves are stored in XML files. 
 
If I am using a connection over 2MBit: Initial preloader appears, shell loads, background music streams in nicely and then the content page is loaded in, panels animate in and the text content appears; all is well and its pretty quick.
 
If I throttle my bandwidth to below 2MBit (the main tests being done with the connection throttled to 1.5MBit), this happens: Initial preload appears, shell loads, background music streams in but takes a bit longer to start up, content page loads in, panels animate in and the content appears for about 2 seconds.
 
THEN the contents of the text areas disapears and the word "undefined" appears. So the content seems to be dropped. I've done some testing to identify the cause and if I comment out the code which streams in the background audio, the issue disapears and everything works fine, so it appears to be related to the audio. I will say, its not the most lightweight of sites; its quite graphically heavy (nothing too excessive though) and the background music is a 6MB MP3; the owner of the site is a movie composer so he has a lot of high quality streaming audio.
 
So I was wondering if anyone knows why this type of issue would occur, it seems strange that Flash would drop the content thats been loaded in, that background music would break the process.

View 6 Replies

Flex :: Flash - Randomly Dropping Connections To Server?

Nov 26, 2009

We have a flex application communicating with our server. The flex app makes many HTTP requests (posts and gets) to the server, in many cases in parallel. We have been noticing that we get many dropped connections, experienced from the flex app. The server does not see any failed requests at all and is not under load. I am also suspecting that flex may be on-connection-drop, automatically retrying the POST or GET request, resulting in our server receiving the request twice.

View 2 Replies

ActionScript 3.0 :: Flash - Website Dropping Frame Rate On Not So High End PCs?

Sep 4, 2009

I have developed a Flash website using the Flash Player 10 and its 3D capabilities. The website seems to be working great on my PC which is a high end computer but when I have tested it out on slower computers, the animations are really choppy and frame rate is dropped a lot.can you take a look at the website and suggest me ideas what could be the result of such frame rate dropping. The website doesn't use much animations in the background.

View 2 Replies

ActionScript 3.0 :: F4v Cuepoints Not Working

Aug 10, 2010

I have an object that when I use an flv with a CuePoint, it all works fine. When I changed the flv out with an f4v, also with a CuePoint, the code does not work.[code]

View 2 Replies

ActionScript 3.0 :: Cuepoints Without Flv Component?

Aug 14, 2009

I'm creating a video player with closed captioning and navigation. Is it possible to as AS cuepoints to a video object and not a component.
 
Like this:
 
//Create video screen and position it
var vid:Video = new Video(320, 240);
vid.attachNetStream(ns);

[Code].....

View 2 Replies

ActionScript 2.0 :: Interacting With FLV Cuepoints?

Oct 22, 2009

First, I should mention that I haven't used Flash for years and I'm feeling a bit out of my depth.I've created an offline presentation for a client using ActionScript 2, authored with Flash CS3 (to run off a laptop).The presentation has an FLV (currently attached to the stage via the FLVPlayback component) which must play through it's entirety and at the end present 3 questions. Each question will present an answer once clicked. The user will then be presented with a "watch again" button which should restart the FLV from the beginning.

The second time the FLV plays back it should pause at 3 key points and present the user with questions and answers as before. Once the user has dealt with the Q&A's they should see a button to continue and the FLV should continue playing from where it was paused.I'm happy making the various interactive Q&A's, but have no experience of interacting with video. After a brief search in the web "cue points" look like the best tool for the job.

View 9 Replies

IDE :: CuePoints Work In Some FLVs, Not Others?

Mar 12, 2009

I am having an issue with setting CuePoints in a FLV that is not natively FLV. My code works on files that were exported directly from AfterEffects to .FLV. However, some of the video files I am working with are originally .MOV files. When I pass them through either Adobe or Flash Media Encoder, the CuePoints are not recognized. It seems very strange.

Here is the code, although the code works perfectly with native FLVs, so I don't think that is the problem. I'll put it on here just in case.

Code:
myFLVPlayBack.onRollOver = function () {
playHover.gotoAndPlay(2);
}

[Code].....

View 1 Replies

ActionScript 3.0 :: Add Cuepoints After Setting Source

Dec 2, 2010

I had to add the cuepoints after setting the source.Iam trying to use cuePoints on a flvPlayer component but it wont work for me.I have a flvPlayer 2.5 in my timeline (vid_mc) and this code:[code]

View 1 Replies

ActionScript 3.0 :: How To Create Reactions To CuePoints

Dec 14, 2010

I am having some issues creating reactions to CuePoints when using NetStream();. I can get what I want to work when the video is embedded directly onto the stage by using the following code:

vid.addEventListener(MetadataEvent.CUE_POINT, cp_listener);
function cp_listener(eventObject:MetadataEvent):void {
obj = eventObject.info.parameters;
for (key in obj) {
if (key == "CuePointName1") {
[Code] .....

The trace statement is returning the name of the CuePoint correctly, but 4 times like this:
CuePointName1
CuePointName1
CuePointName1
CuePointName1
Which I assume is why the if statement isn't picking it up.

View 3 Replies

ActionScript 3.0 :: Receive CuePoints With FLVPlayback Component?

Jan 25, 2010

I've been trying to get cuepoints out of my flv video with the following code without success:

[Code].....

View 1 Replies

ActionScript 3.0 :: CuePoints Using FLVPlayback In Projector Executable?

May 26, 2010

I have a Flash CS3 project that uses the FLVPlayBack component to play 5 FLV files. Each of the files has between 1 and 15 navigation CuePoints embedded in the video (MOV files encoded using Flash Encoder).

When I test the app using Ctrl-Enter from the IDE all works fine.

When I test the published projector EXE on the hard disk all works fine.

When I burn all the files to CD-ROM and start the projector EXE not all is fine.

When I click on one of my buttons that will navigate to the desired cuepoint within the FLV, it acts like it is unable to find the cuepoint and thus goes to the end of the FLV file.This is very annoying and I can not find anything listed anywhere. I suspect it has something to do with buffering or something because the CD-ROM is slower than the hard drive.When playing the video all I am doing is:

vidPlayer.stop();vidPlayer.source = "name of flv file";vidPlayer.play();

When I navigate to the cuepoint I am using the following:

vidPlayer.seekToNavCuePoint(cueName);

View 1 Replies

ActionScript 3.0 :: Creating Video Object - How To Add CuePoints

Mar 9, 2007

My question deals with adding a cuepoint in actionscript 3 using code. In flash 8, I made use of the FLVplayback component which included a method addASCuePoint(). In Actionscript 3, I am now using the standard method of creating a video object, except i can't figure out how to use actionscript to add a cuepoint. In the AS3 LiveDocs entry for NetStream , it list only event and navigation as cuepoint types. Previously there was a third type of cuepoint: actionscript.

Code:
public function LoadVideo(){
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
var vid:Video = new Video(320, 240);
[Code] .....

I am guessing one option is to create an onEnterFrame function that compares the NetStream.time to each value in my cuepoint array, and then do a addEventListener(EventType.ENTER_FRAME, onEnterFrame); Although this might work it requires my application to loop through my cuepoint array every single frame, which isn't really efficient.

View 1 Replies

ActionScript 3.0 :: Create A Flv File Thats Got Multiple Event Cuepoints

Sep 20, 2010

I used After Effects to create a flv file thats got multiple event cuepoints. When i try to use these cuepoints in Flash, it says :

[Code]...

81.88 is the first position where two Cuepoints are set on the same point of time. I named them 81.88a and 81.88b in After Effects but it wont make a difference. Each of these points has some important parameters (cornerpoint data) so that i need them all.

View 1 Replies

ActionScript 2.0 :: Preloading FLV With Cuepoints - Animations Slow To Start

Jan 7, 2009

This is the first time I have used a FLV with cuepoints. I have a flv which loads into my swf which I have added cuepoints to on import. I have a series of buttons over the flv and when you rollover these you skip to various points in the flv. This works in principal but in reality it is a little slow, especially when it first loads. I am assuming this is because the FLV is still loading (although I am testing this locally and it will never be used on the web). If this is the case I think I need to make sure the entire flv is loaded before i show it. Secondly, is this the reason the rollover animations are slow to start or is this an inherent problem when using FLV? Is there anything else I can do to make it more responsive?

View 3 Replies

ActionScript 3.0 :: Skipping Between CuePoints In Custom Video Class?

Apr 25, 2009

I am creating a custom video class and was wondering is anyone knows how to turn cue points embedded in an flv into a time in an array.

I have tried the following but, although it doesn't give me any errors, it simply rewinds 1 second rather than skipping back to the correct cuePoint. I can't figure out why? :

Code:
public var _durationArray:Array = new Array();
public function makeArray(info:Object):void {
for (var i:Number = 0; i < info.cuePoints.length; i++) {

[Code].....

This previous code is amongst other code, which makes does things. Then in a new class I call it inside a function (which triggers fine):

Code:
_vidStream.seek(_durationArray[0].time);

View 1 Replies

ActionScript 3.0 :: Create A Function Which Will Search The Cuepoints For A Specific Time?

May 24, 2010

I have the following XML file structure:

Code:
<VideoData>
<CuePoints>[code]....

And I am trying to create a function which will search the cuepoints for a specific time, I'd also like the function to be re-useable, so I could just feed it a xml tree path and a search term then it would return a reference to the matching node.So far I have only managed to return what is in the node:

Code:
public class Search
{
public static var returnData:Array = new Array();[code].....

View 2 Replies

Video Skin Dropping Off?

Jul 23, 2009

I have imported a video and all seems to go swimmingly, on publish to swf it appears as i would expect but the moment i view it in the html file the play back skin drops off?

View 2 Replies

ActionScript 3.0 :: Swf Dropping Controls In Website?

Jan 18, 2009

I'm in the process of converting a bunch of as2 projects to as3 and I'm having a rough start.

I have a swf with a couple of movieclips, a button (put on the stage), a button created in actionscript, and a UILoader created in actionscript.

I publish the swiff and open it, and everything works fine.

When I embed this in a web page, both buttons and the UI loader don't show up.

View 5 Replies

ActionScript 3.0 :: Dragging And Dropping A Panel

Oct 26, 2009

In a canvas, I am having a Box. Inside that box many panels are created at runtime. Right now I am able to drag and drop a panel at other panels position. So as a result all panels shift to right. Now when I drag a panel, I want that view should be as if that panel's image should look like moving. Rite now i am just using an image (dotted rectangle). But what i want it should like the instance of same panel.

View 3 Replies

ActionScript 3.0 :: Framerate Keeps Constantly Dropping?

Nov 25, 2009

There's this flash web page Im developing. All movement is 90% written in code (as oppose to it being created via designer mode). And for some reason the frame rate of page in browser just keeps dropping. Can someone tell me what that reason could be?I am aware of the fact that framerate does change from time to time but I think that after a while it should climb back up. But in my case it just keeps dropping (by the 9000. frame its like 2 fps) and there isnt memory leak cos used memory amout by browser stays the same

View 1 Replies

ActionScript 2.0 :: Drag And Duplicate Upon Dropping?

Feb 28, 2012

I'm doing this drag and drop animation where object 1 is dragged to object 2. When object 1 is dropped onto object 2, I need more than one image of object 1 to appear. I've used this simple code for drag and drop:

on(press) {
startDrag(this,false);
}
on(release) {
stopDrag();
}

View 3 Replies

Media Server :: Read Or Extract Cuepoints Created Live With Nestream.send()?

Sep 17, 2010

Im doing live streaming directly from webcam like Ustream.TV. Im  using Flash Media Server 3.5, and I record cuepoints of broadcaster with  the method ns = new NetStream(); ns.send('functionName' , 'value'); I publish the content and record it in a .flv file. However when I  download this FLV file and extract the metadata with tools like  FLVTOOL2, or FLVMETA, the cuepoints that I recorded with ns.send()  method doesn`t show. I know they are there since when I play the FLV file in another client, I  can receive the calls for the 'functionName' in the exact time that I  call while recording. What I`m doing wrong? I would like to encode recorded video with Flash Media Encoder and  insert into it CuePoints that can call to the same function that I do  with live streaming. To do that, first I need to know how the CuePoints  are created and fixed into the FLV file that I record directly from  webcam. I need to know how they are stored to do it manually in Flash  Media Encoder.

View 19 Replies

Motion Tween With Rotation Dropping On Y Axis

Oct 21, 2009

Is there a way to prevent a motion tween w/ rotation from dropping on the Y axis? Basically I used Free Transform to change the angle of a line, but it always lowers itself on the Y axis when I insert a motion tween in it.

View 1 Replies

Media Server :: Dropping Frames After 10h Of Streaming

Jul 29, 2010

We just bought two Decklink Studio cards to use with our live streaming servers.First, everything works fine. We have high quality flash live streaming, using SDI input with embedded audio.But after approximately 10 hours of streaming,the quality comes down, and the frame rate too, looks like the encoder start are dropping frames.Then if we just try to stop the live encoder, they freeze.The only way to close the program is forcing with CRTL+ ALT+ DEL.At this time, if we restart the FMLE, all works fine again, for more or less 10 hours.

View 1 Replies

ActionScript 3.0 :: Movie Clip Dragging And Dropping ?

Apr 1, 2011

what im doing is the user drags the lego piece from the tray and drops it on the red square and the next piece arrives to do that again and again. The issue is that sometimes it screws up and doesnt go to the next step or goes backwards in steps like its hitting invisible pieces. heres a link to the project in action on my [url]......

The code I am using to drag and drop is attached in a text file to check out if needed.

View 3 Replies

ActionScript 2.0 :: [FMX] Dragging And Dropping A Duplicate Clip

Sep 19, 2005

I'm creating a drag and drop movieclip to colour a different movieclip. I need to duplicate the first instance so as the original stays in the same place (on the pallette), and then the dragged one can be removed after it has been dropped into the area. This is the script for the dragging and dropping of the original instance, but I can't figure out the duplication/removal part:

on (press) {
startDrag("_root.pallette1");
this._alpha = 70;

[Code]....

View 2 Replies

ActionScript 2.0 :: Drag And Dropping Duplicated Movies?

May 17, 2007

Is there any way of Duplicating a movie and then calling upon it to drag and drop it else where? I can't seem to get it working since the script for drag and drop calls upon an instance name - and the instance name for the duplicated movie has a variable at the end so its different all the timeeg duplicateMovieclip("movieclip", "instance name"+i, i)I don't even know if its possible calling upon an instance name that doesn't exist until something is clicked O.o;

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved