hi there
I was looking for a way to link the file to a URL. I have some flash
files and I want the users to click on them and then redirect them to
different page. I saw some tutorials but none of the worked
<div id="flashcontent<%= i %>">
<strong>no flash player </strong>
</div>
<script type="text/javascript">
// <![CDATA[
// path_to_swf, swf_id, width, height,
fp_version, bgcolor
var so = new SWFObject("<%=
ad.public_filename %>", "my_swf", "135", "270", "9", "#000",
flashvars)
// This is where the magic happens
/so.write("flashcontent<%= i %>")
// ]]>
</script>
i have this code
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---