Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Linking An Object Tag
TavoxPeru
post Jan 7 2007, 08:16 AM
Post #1


Super Member
Group Icon

Group: [HOSTED]
Posts: 745
Joined: 8-April 06
From: Lima - Peru
Member No.: 12,579



Hi, i have an OBJECT tag -a swf file- that i want to be part of an A tag so when a user clicks on this it opens a new window, someone should think why i want to do this, well, the reason for this is because the swf file dont have an hyperlink in it and i dont work with flash so i cant edit it.

I try the following:
CODE

<a href="url_to_open">
<object type="application/x-shockwave-flash" data="some.swf" width="70" height="70" id="logo">
<param name="movie" value="some.swf" />
</object>
</a>

And also i try this one:
CODE

<object type="application/x-shockwave-flash" data="some.swf" width="70" height="70" id="logo" onclick="location='url_to_open'">
<param name="movie" value="some.swf" />
</object>

But either case it does not work, does anybody knows how to do it???

Another option that i think will work is to save this swf file as an animated gif, but as i said i don't work with flash, so if someone knows a tool to save swf files as an animated gif please let me know.

Best regards,
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics


 



- Lo-Fi Version Time is now: 5th September 2008 - 07:10 AM