A Flash Developer Resource Site

Search:

Type: Posts; User: ha|e

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: Help!!!

    by ha|e
    Replies
    9
    Views
    600

    do you mean how the background moves from section...

    do you mean how the background moves from section to section? That is just a simple accelleration/deccelleration script. Do you know much about actionscripting. Cause if you do i can supply with a...
  2. Replies
    12
    Views
    1,042

    for importing the completed flash work you need...

    for importing the completed flash work you need to publish the files as a swf and then embed that in the html. Dreamweaver will do this automatically or you can just publish an html page with your...
  3. Replies
    12
    Views
    1,042

    I'm using Firefox at 1280x1024 res. I believe it...

    I'm using Firefox at 1280x1024 res. I believe it showed the same in IE though too.

    As for animating the header just start off with creating a canvas the same size as your header and import your...
  4. Replies
    12
    Views
    1,042

    ok, i took a look at your site and I don't think...

    ok, i took a look at your site and I don't think you want this site as a complete flash site. What you can do is add flash elements to the site to help spruce it up. Like make the header with the...
  5. Replies
    3
    Views
    497

    Nice clean and simple. the left where the menu...

    Nice clean and simple. the left where the menu seems to me like it needs something. Also it wasn't at first obvoius that the blocks at the bottom are what you need to click to view the photos. ALso...
  6. Replies
    7
    Views
    671

    OK does that presenter ever load or did i just...

    OK does that presenter ever load or did i just wait a couple minutes for nothing? Also site takes too long to load. I don't know how big the file size is but it took way to long to download. Also on...
  7. Replies
    4
    Views
    414

    What you need to do is make your banner a button...

    What you need to do is make your banner a button or movieClip. Without seening it it's hard to tell what is the best way to do this. Once you have made your banner into a button or movieClip you need...
  8. get rid of this part of your hit test code:...

    get rid of this part of your hit test code:
    (_root._ymouse)

    When using hittest you're just seeming if it is true and you've already specified before hand want you want to test. This should work...
  9. Replies
    3
    Views
    510

    The last numbers i saw about 50% of users still...

    The last numbers i saw about 50% of users still use 800x600 resolution. A safe site size is about 750x500 taking into account tool bars and scroll bars. Everybody's setup is different but this should...
  10. Replies
    2
    Views
    416

    I'm not exactly sure what you're trying to do...

    I'm not exactly sure what you're trying to do there but if you just want to cycle through an array here ya go:



    var varray = new Array(1, 2, 3, 4, 5);

    function cycle() {
    for(i=0;...
  11. Replies
    3
    Views
    412

    Do you have the target set to _blank? That is...

    Do you have the target set to _blank? That is what's opening the new window. Just get rid of the target and you should be good to go. SHould just be:

    on(release){
    getURL("email@email.com");
    }
    ...
  12. Replies
    4
    Views
    513

    In the properties box, where you selected Dynamic...

    In the properties box, where you selected Dynamic Text there is a small button that says Render As HTML when you hover over it. This will format your basic html <a> tags as links.

    One thing you...
  13. Replies
    2
    Views
    441

    Looks good. I like the bee theme except i don't...

    Looks good. I like the bee theme except i don't like bees. I don't like how long the transistions take. Maybe it's just my computer here but I think the frame rate could be upped or the animations...
  14. Replies
    2
    Views
    491

    moving an object with actionscript isn't actually...

    moving an object with actionscript isn't actually tweening. There are no tweens involved.

    WHat you have to do is name your MovieClip and then in the actionscript control it using like
    ...
  15. Replies
    1
    Views
    426

    It looks to me like either your flash or your...

    It looks to me like either your flash or your html page is forwarding to another site. without seeing the code for either it's tough to tell which.

    As for centering the flash on the page just make...
  16. Replies
    4
    Views
    513

    you can format the text box as HTML. That way you...

    you can format the text box as HTML. That way you can enter basic links with HTML code.
  17. Replies
    3
    Views
    419

    I either have the preloader at in the first three...

    I either have the preloader at in the first three frames or I just put it in it's own scene. I prefer leaving it in it's own scene so it doesn't interfere with the rest.
  18. Replies
    3
    Views
    526

    looks good. Animations are good, sound good. But...

    looks good. Animations are good, sound good. But 638k for the website portfolio section. For 4 pictures i think this is a little large. A lot of people are still on dial up and they probly wouldn't...
  19. Thread: Menu Help

    by ha|e
    Replies
    2
    Views
    444

    That is a pretty complicated menu. Do know much...

    That is a pretty complicated menu. Do know much about actionscripting cause if not you should just try to develop something using buttons and movie clips in flash. It will be a lot easier for you to...
  20. Replies
    3
    Views
    486

    a link to your site so we can see your problem...

    a link to your site so we can see your problem would help.
  21. umm, it looks pretty much exactly the same on my...

    umm, it looks pretty much exactly the same on my setup when I goto 800x600. Looks like you published properly.
  22. Replies
    3
    Views
    476

    How are you making the scroller that goes...

    How are you making the scroller that goes forward? Just a motion tween? That way will work but not best. You best solution is going to be using some actionsript and whenever the forward button is...
  23. Thread: load swf

    by ha|e
    Replies
    1
    Views
    470

    Ok here is an .fla for ya. let me know if it is...

    Ok here is an .fla for ya. let me know if it is what you're looking for.
  24. Replies
    1
    Views
    340

    Posting text to a site using word? Well that...

    Posting text to a site using word? Well that would be a little difficult. You best option would be to create a news page that either loads the data from a text file or from a database. Both of these...
  25. Thread: Button actions

    by ha|e
    Replies
    2
    Views
    375

    When you press the button you can test to see if...

    When you press the button you can test to see if it is on that frame using _currentframe. So it would be something like this:

    on(press){
    if(_root._currentframe == FrameNumber)
    ...
Results 1 to 25 of 86
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center