all groups > flash actionscript > may 2005 >
You're in the

flash actionscript

group:

Load movie problem


Load movie problem maartmo
5/29/2005 12:00:00 AM
flash actionscript:
I have made a swf file with a button that has a load movie action script
assigned to it. It works perfect when i export or publish the swf from flash,
however, when i load this swf in an HTML page in dreamweaver and preview it in
I.E. it doesn't work. The swf plays but the butoon doesn't load the movie. Any
suggestions what I might be doing wrong? Hope someone can help me out because
this is a first assignement for my studie, and im prety much stuck... :(

on (release) {
loadMovie("Sound_clip.swf","Soundclip_container");

}
Re: Load movie problem LuigiL
5/29/2005 6:56:28 PM
Re: Load movie problem maartmo
5/30/2005 12:00:00 AM
Originally posted by: LuigiL
Did you put the Sound_clip.swf in the same directory as your html-page?

Nope...... I put all the HTML files and Flash files in separate
directorys....... I'm gonna try that when i get home this afternoon. Have to be
off to work now.... (As if i have time for that...) Thanks for helping me out
!!!!!!!!


Re: Load movie problem LuigiL
5/30/2005 7:39:27 AM
Re: Load movie problem maartmo
5/30/2005 11:13:19 AM
Re: Load movie problem LuigiL
5/30/2005 11:36:32 AM
Re: Load movie problem maartmo
5/30/2005 12:02:47 PM
Thanks again... At the risk of pushing my luck...... Do you know what action
script I should use to get back from my load movie to my main movie ??? :) I
tried "gotoandplay" and then the name of the scene but that didn't seem to
work..... I would like to make it go back to that specific scene and a specific
frame.
AddThis Social Bookmark Button