A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: no audio when loading external swfs

  1. #1
    Junior Member
    Join Date
    Feb 2003
    Location
    Richmond
    Posts
    18

    no audio when loading external swfs

    I am having a huge problem with creating a hybrid flash projector.
    The PC side of things work perfectly, and with a lot of stuffing around I have got the Mac side of things to play fullscreen whilst loading external swfs (there was a bug here too but i fixed it) But now my bloody problem is on the mac side of things when an external swf is imported its sound files which are sound objects dont play.


    My loading code of the swfs in is :
    loadMovieNum("lbp_main.swf",1);

    which is doing the job fine cept for the audio

    any help would be super awesome

    cheers

  2. #2
    Senior Member SJT's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    2,563
    Try using loadMovie into a container clip instead of a level;

    this.createEmptyMovieClip("container", 1);
    container.loadMovie("lbp_main.swf);

    There are some odd problems with loading into levels i seem to remember.
    Sam



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center