Skip to main content
Inspiring
June 26, 2013
Answered

.Swf will not load

  • June 26, 2013
  • 1 reply
  • 525 views

I am working with flash builder and I load a swf in by grabbing a URLRequest and using the loader to load it.

My problem is that when I export my .swf as a release build to upload it to a site, The swf is just blank, I assume because the external swf is not part of my main .swf or something along the lines of that.

Is there away to get it to work?

I need to find out as the gamejam deadline is in a couple of days

Thanks

This topic has been closed for replies.
Correct answer Ned Murphy

If the swf you created is Loading a separate swf then you need to have that second swf available on whatever server you intend so that it can be loaded by your swf.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
June 26, 2013

If the swf you created is Loading a separate swf then you need to have that second swf available on whatever server you intend so that it can be loaded by your swf.

Inspiring
June 26, 2013

oh...