A Flash Developer Resource Site

Search:

Type: Posts; User: JC Savior Productions

Page 1 of 20 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    871

    I see the difference. The first site is actually...

    I see the difference. The first site is actually really nice. The second is the classice template site, dull, text happy, and motionless. If they made a template of their own site they could...
  2. Replies
    2
    Views
    580

    I like it. It has a humerous feel if that's what...

    I like it. It has a humerous feel if that's what you're after.

    Help me with a check:
    http://www.flashkit.com/board/showthread.php?threadid=579389
  3. The site looks great. I really like the...

    The site looks great. I really like the animation and it is very clean and professional. Usability is a whole other story.

    I personally see no use for an enter page, just go straight to the...
  4. Replies
    4
    Views
    565

    I agree with the dislike of the color scheme. ...

    I agree with the dislike of the color scheme. The look is crammed (the images do not even look like they are in their original proportions).

    Off buttons for music are one thing I always look for...
  5. Replies
    4
    Views
    710

    Nice look. Clean and easy to use. I like the...

    Nice look. Clean and easy to use. I like the navigation, although I would leave it up instead of reanimating it with each page. I like the gray background. I think white would be too bright and...
  6. Replies
    2
    Views
    456

    I like the look of the site. I agree with the...

    I like the look of the site. I agree with the previous post, it could use a little motion on the buttons.
  7. Replies
    7
    Views
    1,026

    Friend's Web Site

    This is a template style web site that a friend is trying to sell to those franchising with the company.

    Would anyone pay $250 for this site and $25 a month to host it? Keep in mind that there...
  8. Replies
    19
    Views
    1,277

    Maybe it's just me, but it's taking forever for...

    Maybe it's just me, but it's taking forever for the site to come up.
  9. When you say proposal does that mean that you are...

    When you say proposal does that mean that you are asking your current company to add a webmaster position, or are you applying for a position and want to know what they would probably like to see in...
  10. Replies
    5
    Views
    393

    No. I just didn't know that Tripod wouldn't...

    No. I just didn't know that Tripod wouldn't allow me to host an image like that. I have the problem fixed now.
  11. Replies
    5
    Views
    393

    Did you upload the SWF as well as the HTML file? ...

    Did you upload the SWF as well as the HTML file? If you haven't then that is the problem.

    If the SWF is there then it may have to do with the preloader code, if you are using one.
  12. Replies
    2
    Views
    487

    The home page not coming up could just be a stop...

    The home page not coming up could just be a stop action somewhere you don't know you have one. Preloaders are often the problem there, but it doesn't look like you have one.

    The loadMovie may be...
  13. Replies
    2
    Views
    350

    It would require scripting on both the navigation...

    It would require scripting on both the navigation buttons and the back button that you have created in Flash (not the browsers back button).

    The navigation buttons would need to set a variable...
  14. MX will allow you to import a JPEG, but you...

    MX will allow you to import a JPEG, but you cannot in Flash 5. To create the effect in Flash 5 you need to create the JPEG as an SWF so that it can be imported.
  15. Replies
    1
    Views
    538

    When you use loadMovie you are dealing with...

    When you use loadMovie you are dealing with levels. When you are in Flash you are dealing with layers. It's not the same thing.

    When you load an SWF into level two it will load with a clear...
  16. I usually use 24 to 30 fps just because of how...

    I usually use 24 to 30 fps just because of how much better the animation looks. Flim actually runs at 30fps.

    The down side is that Flash frame rate is only a top speed. Flash does not always run...
  17. What you can do it create a blank movie clip as a...

    What you can do it create a blank movie clip as a target to load the second clip. Create the clip in the first SWF, give it an instance name, and set the visability to FALSE.

    Then use loadMovie...
  18. It looks like you need to target the play action....

    It looks like you need to target the play action.

    Instead of
    gotoAndPlay ("play");

    it should be
    chosenArtistPLAY.gotoAndPlay ("play");
  19. There is no reason why the code won't work in the...

    There is no reason why the code won't work in the browser. It may have to do with where the code is on the timeline and how the SWF is loading. If frame 133 hasn't loaded when the action is...
  20. Guide layers are invisible when published. ...

    Guide layers are invisible when published. Basically you need to create a layer with the inner and outer circle, a guide layer with the middle circle, and a layer with the sphere that will orbit. ...
  21. A stopAllSounds action in the first SWF should...

    A stopAllSounds action in the first SWF should stop any sound that are playing through the Flash player even if they are in different SWFs.
  22. You can create a blank SWF that has only a...

    You can create a blank SWF that has only a loadMovie action that loads the navigation into level 2 or higher. Then you can load other SWFs into levels below the navigation.
  23. Place the loadMovie action in the last frame of...

    Place the loadMovie action in the last frame of the SWF that needs to play first. Have the button press set a variable that determines what the next loaded movie will be, so that when the playing...
  24. Replies
    1
    Views
    392

    I don't know of a tutorial, but here's a quick...

    I don't know of a tutorial, but here's a quick breakdown of how the loadMovie and unloadMovie function with levels and targets.

    Level0 is your base layer. Anything loaded into that level will...
  25. Replies
    2
    Views
    408

    Any file that is in the same folder as the file...

    Any file that is in the same folder as the file with getURL should open with just a basic file name (i.e. filename.html). You don't need any path if it's in the same directory or folder.

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