A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: problem loading swf's

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Location
    Ireland
    Posts
    1

    problem loading swf's

    Ive been using the following code to load images into a blank movie

    on (release) {
    loadMovie("g2.jpg", "imlo", "GET");
    }

    this works fine, but for whatever reason when i try the same thing for a swf. i.e.

    on (release) {
    loadMovie("tester.swf", "imlo", "GET");
    }

    It doesent work. Am I going about this in the wrong way? Can someone please ponit me in the right direction.
    Ill microwave you.

  2. #2
    Member
    Join Date
    Feb 2004
    Location
    Malaysia
    Posts
    35
    Why would you use GET variable in load movie ?
    I believe the help sample demonstrate usage of the action
    and there is no GET in the action path.
    Rid of the variable request , you loading files not strings.

    loadMovie("g2.jpg", "imlo");


    regards


    urami

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