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 Westi 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: presdes
  • Order by date
  1. presdes

    load swf and go to a specific frame

    Hi billwatson the above code did not work . do you have any other suggestions. another problem: the mailto link works fine if the movies are on the harddrive. however on the disc it does not work. i am assuming this has something to do with the path for the outlook object. do you have any...
  2. presdes

    load swf and go to a specific frame

    i apologize for not making this clear. these swf movies will go on a cd. is the code much different that oldnewbie??? presdes
  3. presdes

    load swf and go to a specific frame

    hi guys thanks anyways billwatson by the way , i am getting an error opening url file message with oldnewbie's code. all the swf are in the same folder. - i labeled the frame in the swf to be loaded - on (release) { loadMovie ("bball2.swf?frame=five",emptyclip); } what can be...
  4. presdes

    load swf and go to a specific frame

    Hi oldnewbie for some reason i cannot open your file. (unexpected file format) presdes
  5. presdes

    load swf and go to a specific frame

    Hi Billwatson i cannot access the page. presdes
  6. presdes

    load swf and go to a specific frame

    Hi I have several swf and i am moving from one to the other. I am trying to jump to the last frame of a swf. I know i have to use load movie and maybe tell target but i just don't know how. i am new at this! can anyone help me out? presdes
  7. presdes

    how to load an executable in flash 5

    Hi Lumstar I did what you suggested, but when i try to go the swf file i get a blank screen, however the app is still running. do you have any suggestions. is there a way to load a movie at a specific frame number other than 1. presdes
  8. presdes

    how to load an executable in flash 5

    hi lumstar i am using flash 5. these movies will be put on a cd. the first movie is exe for autorun purposes. the other files are swf. the main menu is in the exe. to get back from the swf to the main menu i have to access the exe. it will be helpfull if i can my hand on your tutorial for the...
  9. presdes

    how to load an executable in flash 5

    I am trying to load a flash exe in flash 5 but i am getting a blank screen. I am using loadmovie loadmovie ("fl.exe",0); do i need to use the fscommand instead? please help me out! presdes
  10. presdes

    change picture dynamically

    Hi Guys My apologies, I have been away for a few days and i am still struggling with loading just the picture to a clip. About posting the fla, i can't seem to find a way to do it on this site. Need your help again guys! presdes
  11. presdes

    change picture dynamically

    Hi guys i have the pics and the swf in the same folder. frame 1 : on the movie clip instance there is a button (to advance to the other frames) frame1: loadmovie("0001.jpg",holder); stop(); frame 2: loadmovie(0003.jpg",holder); stop(); but when i test movie...
  12. presdes

    change picture dynamically

    Hi billwatson I tried what you said, but when i test the movie it's giving me the error : Error opening URL "file:///C******* I tried putting in the file path as follows: loadmovie ("c:\\0001.jpg", holder) but does not work any suggestions? presdes
  13. presdes

    change picture dynamically

    Hi Is it possible to change just a picture and keeping all other objects when going from one frame to the next? I am creating an album, but i want to keep the side graphics but change the pictures. One way would be to copy the keyframe and then change the picture. My only concern with this...
  14. presdes

    HI i am new to tek-tips. my pro

    I tried Nathan1967 code and it worked perfectly fine. thank you Zathras and Nathan1967. your help is deeply appreciated. thanks, presdes
  15. presdes

    HI i am new to tek-tips. my pro

    hi Zathras I have the following code. i changed it a bit: i get the "Type mismatch error" Does it matter if i am trying to open a powerpoint show rather than a presentation. thank you presdes Dim ppt As New PowerPoint.Application ppt.Presentations.Open FileName:=App.Path /...
  16. presdes

    HI i am new to tek-tips. my pro

    HI i am new to tek-tips. my problem is i am trying to open powerpoint show in visual basic. with the click of a button a show will start. i have already included the "powerpoint object library". further more i have the following Dim ppt As New PowerPoint.Application...

Part and Inventory Search

Back
Top