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

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

    Well that worked!!!! I made the flv by importing video into flash and floowing their import directions. Is your cue point Action Script transferrable to other videos or are the numbers specific to this video? For my other videos should i be adding cue points when I create the flv? What does...
  2. rvrtrnce

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

    In all my tests I have not had the quiz page open after. I've tried numerous computers, turned off all popup blockers etc. I created the new version as advised, here si a link to that test page: http://bewelldata.com/wellness1_test.htm I also added a link to download the fla and flv. Please...
  3. rvrtrnce

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

    import mx.video.*; var listenerObject:Object = new Object(); listenerObject.complete = function(eventObject:Object):Void { getURL("http://bewelldata.com/quiz1.htm", _blank); }; my_FLVPlybk.addEventListener("complete", listenerObject);
  4. rvrtrnce

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

    Okay, so I have 1 layer with the instance my_FLVPlybk in the first frame. And in a second layer I paste the action script in the first frame. For some reason after I do this the swf can no longer find the flv video it is suppossed to stream?
  5. rvrtrnce

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

    Here's the error log: **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 16: Statement must appear within on/onClipEvent handler import mx.video.*; **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 18: Statement must appear within on/onClipEvent handler var listenerObject:Object...
  6. rvrtrnce

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

    I named the instance correctly and it's giving me 4 errors, I pasted exactly what you told me and I replaced the url. I know the url action works because if I just put in the get url statement it opens the page as soon as I start previewing it, here's what I got: import mx.video.*; var...
  7. rvrtrnce

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

    All I ahve in my library is the FLVPlayback icon, which I have dragged to the stage as is. Do I need to change the FLVPlybk to a symbol called my_FLVPlybk for this to work and then put it on the stage with an instance name of my_FLVPlybk? Please elaborate or explain the code further, I really...
  8. rvrtrnce

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

    Here's my AS for the complete event: not_set_yet.addEventListener("complete",); Can you elaborate furthur? Thank you
  9. rvrtrnce

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

    need a way to redirect a viewer of a flash .flv movie to a page of my choosing after they have watched the entire movie. I can't figure out how to do it in actionscript, manually or with parameter tags in the html. The user watches the video on the website ( a lectue/presentation) and then has...

Part and Inventory Search

Back
Top