A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: dynamic image and swf in flash

  1. #1
    Junior Member
    Join Date
    Aug 2004
    Posts
    2

    dynamic image and swf in flash

    Hey, Please help me,
    I'm preparing for a slide presentation with flash. In one of the slide i'm trying to load image and movie clip. but all my efforts with loadMovie loadMovieNum failed.
    How can I load dynamic images in a child slide

    thanks in anticipation

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    You should be able to do both either from a frame action or button. You either need two empty movie clip instances or load to two levels:

    loadMovieNum("movie1.swf", 1);
    loadMovieNum("pic1.jpg", 2);

    _root.mtClip.loadMovie("movie1.swf");
    _root.mtClip1.loadMovie("pic1.jpg");

  3. #3
    Junior Member
    Join Date
    Aug 2004
    Posts
    2
    thanks iaskwhy,
    thanks for speedy reply and sorry for troubling once again. the problem has not solved. My presentation looks like this
    Presentation->Heading->slide1->slide2 etc.
    I created empty MC "container" in slide 2 (at level 2).button action
    (on release) actually opened the intended swf on a new page and not over the existing movie. I would like to load the movieclip or image or both on the same master swf.

    The same intended swf opens with same scripts in simple new flash document. Also, when the dynamic swf opens, the text material in the master swf vanishes and how can i load dynamic swf without hiding the content in the master frame.

    Thank you once again

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