Skip to main content
Participant
July 17, 2008
Question

urgent! external swf not loading with swfobject!

  • July 17, 2008
  • 2 replies
  • 274 views
hello there,

I have a swf that loads another one into it through an empty movieclip - When i embed it with swfobject it doesnt appear.
My guess is that i would have to mention the external swf in the flashvars ... Done that with no success.

Does anyone have an idea of what could be causing me this trouble?

thanks


This topic has been closed for replies.

2 replies

Inspiring
July 17, 2008
Generally the problem will be that the path of all externally loaded content is relative to the html page, NOT the swf location. If everything is in the same folder then that isn't it.

Otherwise nice dice is correct, we will need to see your code to go further.
Known Participant
July 17, 2008
Hi - what AS are you using to load the external swf?