I can think of a reason:

SAFARI SUCKS!!!

Sorry, I can't be more helpful; just had to get that out there. ;)

Okay, I'll try to be a little helpful--have you tried putting an alert()
call in your JS function to see if Safari's calling it at all? Or,
better yet, try calling the function from an HTML link (<a href="#"
onclick="openVidPlayer...). This may help narrow down where the failure
is occuring.
―
Mike Keesey

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:flashcoders-
> [EMAIL PROTECTED] On Behalf Of Marlon Harrison
> Sent: Monday, September 18, 2006 2:36 PM
> To: Flashcoders mailing list
> Subject: [Flashcoders] htmlText javascript link being ignored in
Safari
> 
> I have a dynamic text field where I create an html link based on a
> couple of pieces of data.
> 
> Here's an example of the code for the link:
> 
> var aTag:String = "<p class = 'landing'><a
>
href=\"javascript:openVidPlayer('/vidplayer.html?video="+sel.v_id+"&cate
go
> ry="+sel.cat+"');\"
> target = '_parent'>"+sel.ttl+"</a></p>";
> 
> My problem is that the popup works fine in Windows IE, Mac/Win Firefox
> just fine. It won't work in Safari. It shows as link, but when you
> click, nothing happens. Can anyone think of a reason why this wouldn't
> work?
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to