A have a flash that has some text with links
If I use directly myflash.swf
<div id="wp-flash">No Flash</div><script type="text/javascript">
<!--//--><![CDATA[//><!--
swfobject.embedSWF( "myflash.swf", "wp-flash", 300, 250, "9.0.0", 'lib/
swfobject/expressInstall.swf', {}, {"quality":"high"}, {} );
//--><!]]>
</script>

The links work perfectly

If I use http://mysite.com/myflash.swf
<div id="wp-flash">No Flash</div><script type="text/javascript">
<!--//--><![CDATA[//><!--
swfobject.embedSWF( "http://mysite.com/myflash.swf";, "wp-flash", 300,
250, "9.0.0", 'lib/swfobject/expressInstall.swf', {},
{"quality":"high"}, {} );
//--><!]]>
</script>

The links do not work. The cursor changes but when I click, nothing
happens.
Has somebody an idea?
Thanks
sylvie

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