I tried that, and only the 1st one is working :
CODE
var listenerObject:Object = new Object();
listenerObject.cuePoint = function(eventObject) {
if (my_flvPb.playheadTime>13 && my_flvPb.playheadTime<14) {
tellTarget ("party") {
gotoAndPlay(2);
}
}
if (my_flvPb.playheadTime>16 &&...
LOL,
you dont have anymore advice?
I have no idea how to create the 3rd cuePt, and have no idea either how to put a delay.
Sigh, this is me the old newbie :-/
it was “that“ simple? LOL
thx.
Now, I have a 3rd cuePt to add, so the “else if“ doesn't work.
In fact, I need one at 19 and one at 22. So just a “else if“is not accurate enough.
Sigh...
Hi, its me again,
I found that way to do what I want. In this example, it writes seconds when cuepoints occurs. I added the GetUrl to yahoo. But I cannot tell two differnt action. Yahoo for cuePt #1 and google for cuePt #2
CODE
var my_flvPb:mx.video.FLVPlayback;
my_flvPb.contentPath =...
wow, that link is full of info!
I'm checking it out. (even if, honestly, I don't really understand all those codes)
BTW, I'm confused with AS or Embedded cuepoints.
I created my cuepoints with the video encoder interface, nd I'm wondering if the AS cuepoints interfers with the “native“ ones
Hi Kenneth,
since I've got your code, my life is better LOLL
SO of course, I decided to trick it a little bit, and add a second event.
So I used two cue ponts, called “part¥ and “magog, which are the name of the MC I want to be played on CuePoints
Sorry I use TellTarget, which is outdated...
Hi Kenneth,
forgot my last post : It worked!!!
Don't really know what's teh difference, I restart from the beginning and its OK.
Many thanks
(I searched a lot about that, and the actuel thread is the most comprehensive)
Hi Kenneth,
The file inserted in my Flash is called FLVPlaybak.flv
I just realized its not the same as the component.
Wow, thats a world of difference!
Now :
-how can I link the component with my my video?
-Do I need to insert a CuePoint in the component?
-And how can I remove the components...
Wow, thats a quick answer!
My code is yours.
Let me explain what I did :
-1 layer, only one frame with action (not on an object, directly on the frame)
-1 layer, only on frame, with my flv (imported with Flash)
-I renamed the flv to my_FLVPlybk or my_FLVPlbk, depending of the code I used
-And...
Hi,
I have exactly the same problem (except I wish to do a GoTo instead a GetURL). I read carefully your exchanges, understanding what was wrong and trying both methods : nothging works. The FLV plays, but no GoTo (or LoadMovie or whateverelse).
rvrtrnce removed the page where I could download...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.