Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jreley

    Error in Safari 3 and Firefox

    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...
  2. jreley

    Loading swf into swf taking along time to start

    Thanks guys i'll check these out Jon
  3. jreley

    Loading swf into swf taking along time to start

    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...
  4. jreley

    Loading swf into swf taking along time to start

    Cheers Kenneth i'll give it a go, got a feeling your right… it will fix this issue Jon
  5. jreley

    Loading swf into swf taking along time to start

    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...
  6. jreley

    FLASH WEB DEVELOPMENT / MANAGEMENT

    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...
  7. jreley

    Dulling an area

    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
  8. jreley

    Setting swf as background image

    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...
  9. jreley

    preloader script

    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"...
  10. jreley

    movie clip buttons to certain scene

    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...
  11. jreley

    movie clip buttons to certain scene

    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...
  12. jreley

    loadmovie not loading quick enough

    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...
  13. jreley

    drop down menu commands?

    thanks mate, sorted!!!
  14. jreley

    drop down menu commands?

    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...

Part and Inventory Search

Back
Top