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

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

    Alright, but don't know what that means. Can I just change that variable to anything? Does anything else have to share that name? Even when it's my_FLVPlybk nothing happens. I get no error message, however, it just fails and doesn't tell me why.
  2. petrieaudio

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

    Yikes, is there some kind of step by step tutorial I can try to see where I'm going wrong? I just beat my head against a wall for two hours. Every method, every variable adjusted on two computers. Nothing, no geturl at all. How can this be so hard?
  3. petrieaudio

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

    Here's my code: import mx.video.*; var listenerObject:Object = new Object(); listenerObject.complete = function(eventObject:Object):Void { getURL("http://www.google.com/"); }; FLVPlayback.addEventListener("complete", listenerObject); and here's my current error message: **Error**...
  4. petrieaudio

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

    You're going to love this. I tried that too, and the geturl executed right away (even though it was the last keyframe in the timeline), and gave me an error message. Don't remember what it was, but how could it have executed right away. Why would it even know what was in that last frame?
  5. petrieaudio

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

    Great, I've tried that, but nothings happening at the end of the video. I'm importing the video, choosing no playback controls (it will just play and jump to html data) and choosing progressive download. Is there some other way I should be doing things that would make this easier?
  6. petrieaudio

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

    Yes, I'm using one. Should I put the commands in the frame or directly in the FLVPlayback component?
  7. petrieaudio

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

    I have a video . . . an flv . . . that's triggered by an swf. Squeeze can export some basic flash functionality. The swf is putting a white back ground behind the flv (with alpha). I know the alpha is working on the flv because when I play it in Riva flv player, I can see the background behind...
  8. petrieaudio

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

    Right, my original video already has alpha. It's the .swf that is white.
  9. petrieaudio

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

    Actually, one more bit of info, I use sorenson squeeze to encode videos, and using the geturl options in that program, I was successful in jumping to the page. But I need a transparent video (I've encoded with VP6, capable of native alpha) and for some reason sorenson creates an .swf that...
  10. petrieaudio

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

    Yikes, I've tried both the cuepoint and the plain old end of video method and neither works. No errors, no nothing, it just fails to bring up or to try to bring up a page. What gives?

Part and Inventory Search

Back
Top