is it possible to make it so that once an swf (or any embedded file) can become a link when it finishes or after a certain amount of time? if so can i know what the html for it is? but if not then i guess i'll just have to put a link to a different page right? or can the file actualy become a link for the whole time?
Announcement
Collapse
No announcement yet.
swf movies becoming links when done
Collapse
X
-
try putting the complete code for the video (object and/or embed tags) between
<a href="your_link.html">
and
</a>. for example <a href="link.html"><object src="video.swf"></object></a>.
if that works, then i think that after the page loads, if somebody clicks the video, it will take them to your_link.html, however i'm not gonna test this.
Comment
-
Originally posted by _Aerospace_Eng_ View PostDo you have the .fla files for the flash files?
2: no they're on the web
Originally posted by croatiankid View Posttry putting the complete code for the video (object and/or embed tags) between
<a href="your_link.html">
and
</a>. for example <a href="link.html"><object src="video.swf"></object></a>.
if that works, then i think that after the page loads, if somebody clicks the video, it will take them to your_link.html, however i'm not gonna test this.
Comment
Comment