@Maran - As Sam suggested the placement of the swfs within a td element is
not an issue at all. Making them a link from the page is a bit more
challenging. The usual way is that the swf has it's own click handling (and
link value) internal to the swf baked in, or the developer has made a
flashvar available to pass the value of the link from the page (but the code
to invoke the link on click is already inside the swf). The latter method is
the standard methodology for Flash display ads you see on most sites.

If there is no code in the swf / you have no access to the source code, you
might have to get into hackery like placing a transparent gif on top of the
swf to catch the click etc.


Aran



On Tue, Nov 3, 2009 at 7:45 AM, Sam Sherlock <[email protected]> wrote:

> you should have no trouble doing this
>
> if you using dynamic placement method then place a div with the td for each
> swf or within individual td's  (the dynamic method replaces the target
> element - in some cases you may want to wrap the target element with a
> wrapping div)
>
> or put static code within the td
>
> generate your code using the online generator then adapt this code into
> your layout
>
> post a link to your example or some code if your still having trouble (link
> is far and a way better for others to help you)
>
> all the code, test & documentation you need is here
>
> http://code.google.com/p/swfobject/w/list
>
> see the generator & tests
>
>
> 2009/11/2 Maran <[email protected]>
>
>
>> hi,
>> I m using a .html file to display around THREE .swf files using
>> swfobject. i want to display it in a <td> and need to make this flash
>> object as a link so that when the user click on the object should open
>> that site in the link.
>>
>> can anyone please help me in this regard.
>>
>> Thank you in advance
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to