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