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 strongm 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: *

  • Users: jreley
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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
  5. 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...
  6. 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"...
  7. 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...
  8. 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...
  9. 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