Can anyone give me any advise on why in safari 3 and firefox i am getting this error:
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://www.nayomusic.com/music/1.mp3
URL: http://www.nayomusic.com/home
The error occurs when a any link is clicked on from within...
Hi again
What actionscript would you use in the main fla to control what percentage on the external swf is loaded, at the moment i have a simple action script calling the external swf, but the loading sequence sometimes finishes before the project is loaded. what script would need to be in...
Hi everyone
could anyone help me with a loading problem i have.
I have a main.swf with a number of projects that need to load into the main.swf
this is the action script i have on the project buttons:
on (press) {
loadMovieNum("projects/projecttitle.swf", 1);
}
The project loads but it...
Hi there
could anyone point me in the right direction of a web development / management company in the UK.
the site that is currently being designed is to a high standard, but i am in need a of a company that can integrate all the back end (forum, ecommerce etc) into a flash site.
If anyone...
Hi
Is it possible to set a button to dull if its already been clicked on in flash, as it would in a html site?
I have a large number of buttons and would like to let the user know where they have already been.
any help would be appreciated
jon
i need to set a swf as a background image, there is a number of different swf that are pulled at random everytime a user logs onto the site, so they get a different background everytime.
The main site then loads over the back ground swf.
Has anyone got any ideas how this might be done...
hi
i have a preloader swf that needs to loop while the "mainsite.swf" file loads, what script do i need to input and where does it need to be placed in the preloader fla?
i've tried this script but it's not working
if (getBytesLoaded(400, 500)>=getBytesTotal()) {
loadMovieNum("mainsite.swf"...
hi
i tried that one and it didnt seem to like it!
Could I export the loading scene as a seperate fla, and load the main scene into the preloader? this would actually work better for the site.
I have a loading sequence that needs to loop while the main site is loading, but i'm not sure what...
Hi
Could anyone tell me how i can get buttons i have within a movie clip to goto a certain scene and frame.
I had this working with this code:
on (release) {
_root.gotoAndPlay(70)
}
But i have now added a loading scene before the main scene and the buttons in the movie clip now jump back...
hi
i have a site that has a list of projects, if a project is selected it loads the swf of that project into the main stage using the action:
on (release) {
loadMovieNum("name.swf", 1);
}
once the movie has been viewed there is a button that will unload the movie and go back to the main...
I have a drop down menu that is a movie clip that works fine, but i need to be able to set the buttons within the drop down menu to goto the main scene to a certain frame. I've tried to do this but cant get it to work. the buttons work if i set them to goto a frame within the movie clip of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.