Probably a security error due to differnt sub/domains.

Try including an allowscripting=always param value to your params object
(this lets Flash do things like getURL).

You can use the code genrator to help you gewt the right code if required:
http://learnswfobject.com/generator/
(open up the advanced options tab and set allowscriptaccess to always (which
wrongly says it is the default (Adobe changed the default to sameDomain in
FP9)

More info on allowScriptAccess:
http://kb2.adobe.com/cps/164/tn_16494.html


Aran

On Fri, May 7, 2010 at 1:36 AM, sylvieg <[email protected]> wrote:

> 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]<swfobject%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/swfobject?hl=en.
>
>

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