-
1. Re: Help adding a link from Flash to a Premiere Pro Video
reindeer4 Oct 3, 2011 6:20 AM (in response to reindeer4)Any suggestions on this? Or is there no simple way to add clickable links to an flv file?
-
2. Re: Help adding a link from Flash to a Premiere Pro Video
Andrei1 Oct 3, 2011 7:07 AM (in response to reindeer4)flv is a video file format. Video containers do not have any interactivity capabilities. You need to create an objects that does accept mouse events.
-
3. Re: Help adding a link from Flash to a Premiere Pro Video
reindeer4 Oct 3, 2011 7:15 AM (in response to Andrei1)Andrei1 - do you know of a way to do that?
Inside my website, it's no problem to add movieclips or buttons to create that interactivity.
YouTube provides a means to overlay hyperlinks.
AdobeTV said you can overlay swfs on a Premiere Pro project - but I haven't been able to get that to work.
I think there may be a javascript solution as well.
Can you (or anyone) explain how to implement one of those?
Thanks
-
4. Re: Help adding a link from Flash to a Premiere Pro Video
Andrei1 Oct 3, 2011 7:23 AM (in response to reindeer4)I don't know Premiere Pro and its Flash related capabilities. Nevertheless, adding interactivity to a Flash application wouldn't be any different. Just create a transparent overlay over the video and add MouseEvent.CLICK listeners to it. In other words - it is the same as using buttons.
-
5. Re: Help adding a link from Flash to a Premiere Pro Video
reindeer4 Oct 3, 2011 8:14 AM (in response to Andrei1)I tried that already - made semitrasparent movieclips to overlay above the words for the link - but the hyperlinks which worked when I tested them in Flash no longer work once encoded in flv format.
-
6. Re: Help adding a link from Flash to a Premiere Pro Video
Andrei1 Oct 3, 2011 8:25 AM (in response to reindeer4)Again, flv has no interactivity capabilities. If you are saying that you export Flash application into a video format - everything except for animations will be lost.

