Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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 &&...
  2. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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 :-/
  3. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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...
  4. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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 =...
  5. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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
  6. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    thx Kenneth, so in that way, how do I give instructions to Cue Points?
  7. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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...
  8. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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)
  9. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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...
  10. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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...
  11. CapnCosmos1999

    How do I make an .flv redirect after it has been viewed?

    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...

Part and Inventory Search

Back
Top