A Flash Developer Resource Site

Search:

Type: Posts; User: Vox98

Page 1 of 20 1 2 3 4

Search: Search took 0.38 seconds.

  1. Replies
    0
    Views
    457

    Flash Not Showing, Javascript Issue?

    Hi everyone, Im experiencing a really strange problem with one of my sites. For some reason the flash wont show and I am using projectsevens tab magic and its not working either. So I uploaded it to...
  2. ok i got it to work, you were correct. basically...

    ok i got it to work, you were correct. basically the way i had it setup is the slidepanel is an mc and in there i have the actual "panel" that tweens in and out. I had the close button inside that...
  3. thankyou for your help cresquin. Are you saying...

    thankyou for your help cresquin. Are you saying to put this code on the first frame to target the button actions like so:



    closePanel.onRelease = function() {...
  4. still having trouble with this. Im wondering if...

    still having trouble with this. Im wondering if it has something to do with calling the _root on the close button?
  5. [F8] button not working when loaded into main movie

    Hello all,

    I have an swf which gets loaded into my main movie. in this movie I have a button which opens a slide panel. The slide panel has a close button to close the panel but doesnt work when...
  6. Replies
    0
    Views
    875

    Need help understanding tutorial

    Hi everyone, I was wondering if anyone can help me with this tutorial http://kennybellew.com/tutorial/preload_multiple.htm
    Its a bit confusing for me. Im trying to create a playlist of about 80...
  7. Replies
    0
    Views
    576

    preloading multiple sounds

    Hey everybody,

    Im trying to use the loadsound method following the help files in the flash docs and I've tried using kenny bellews tutorial - Preloading Multiple Sounds. The problem I am having...
  8. Replies
    1
    Views
    351

    Well I decided to use Kenny's tutorial here...

    Well I decided to use Kenny's tutorial here and everything is fine besides a couple of things. Im hoping someone can please help me out with this. I have an mp3 player on my main timeline and this...
  9. Replies
    1
    Views
    351

    [F8] Need some suggestions

    I need some advice on how to go about creating a song playlist. I am creating a site for a friend and there is a section that i am developing that has a list of song/artist samples of songs, about 60...
  10. Replies
    4
    Views
    659

    One question regarding the actionscript. If I...

    One question regarding the actionscript. If I have a total of 8 items in the list, how do I not show the dotted line after the last item in the list?
  11. Replies
    4
    Views
    659

    cancerinform, thank you so much for your help....

    cancerinform, thank you so much for your help. All works great
  12. Replies
    4
    Views
    659

    [RESOLVED] [F8] load text

    Hey everyone, I have a problem with getting my text to show. Im wondering if someone can help me out and take a look at the code I have. Its the attached movieClip songSamples. A fellow FK member...
  13. Replies
    0
    Views
    459

    [F8] previous & next buttons

    Hey everyone,

    I have a gallery that Im building, while still learning flash in the process, Im trying to have actions on previous and next buttons, so when the user selects these, the thumbnails...
  14. Replies
    0
    Views
    355

    [F8] Attachmovie question

    hello all,

    I have this code



    btnLaunch_mc.onRelease = function(){
    this._parent.attachMovie("jobScreenMC", "jobScreen", 1, {_x:540,_y:520});
    }
  15. Replies
    2
    Views
    401

    flashpipe, thank you very much, works like a charm

    flashpipe, thank you very much, works like a charm
  16. Replies
    2
    Views
    401

    Rollover, not working Flip animation

    Hi all, I was wondering if someone more advanced with code can tell me exactly why my buttons are not functioning properly when I rollover them. The main code is on the main timeline of the movie to...
  17. Replies
    1
    Views
    531

    Cool Effect Transition

    Would anyone know how this transition effect can be achieved? thought it was pretty cool.....

    http://www.templatemonster.com/flash-templates/11490.html
  18. Replies
    4
    Views
    612

    here you go...

    here you go http://www.abentertainment.ca/test/misc/blur.html
  19. Replies
    4
    Views
    612

    here you go

    here you go
  20. Replies
    4
    Views
    612

    Actionscripting BlurFilter & Alpha

    hi everyone,

    Im trying to achieve a fade in blur effect on an MC I have on my main timeline. I can do it with motion tweening and timeline effects but Im trying to figure out how to do it with...
  21. Thread: Netstream.close

    by Vox98
    Replies
    3
    Views
    1,449

    ok I got it to work but I used this code: ...

    ok I got it to work but I used this code:



    stream_ns.onStatus = function(eventObj:Object) {
    if( eventObj.level == "status" && eventObj.code == "NetStream.Play.Stop" ) {
    stream_ns.close();...
  22. Thread: Netstream.close

    by Vox98
    Replies
    3
    Views
    1,449

    deadbeat, thank you very much but I cant seem to...

    deadbeat, thank you very much but I cant seem to get it to work. The frame that has the code I posted on to load the movie is on one frame and then an extended 5 frames to finish out an animation....
  23. Thread: Netstream.close

    by Vox98
    Replies
    3
    Views
    1,449

    Netstream.close

    hi all, I have an flv that first loads into my main movie as an intro. I have a skip intro button which has this code to stop playback.



    on (release) {
    _root.stream_ns.close();...
  24. Thread: Quality of Image

    by Vox98
    Replies
    2
    Views
    467

    funny, I checked the publish settings to see if I...

    funny, I checked the publish settings to see if I overlooked something and I noticed the player was set for Flash player 7, but when I switched it for player 8 all is fine....wierd
  25. Thread: Quality of Image

    by Vox98
    Replies
    2
    Views
    467

    Quality of Image

    Hey everyone, Using Flash 8 and I have a problem with image quality when previewing the movie.

    I have _quality="BEST"; set on the first frame of my movie and in publish settings. Still the image...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center