A Flash Developer Resource Site

Search:

Type: Posts; User: PHPguru

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. CS3 Remove right-click menu item from template?

    Hi guys, I'm currently using a flash template for my online portfolio, but I've noticed that if you right click anywhere, it brings up the standard flash right-click menu with the following items:
    ...
  2. Quick update: I tried out your code and it worked...

    Quick update: I tried out your code and it worked perfectly!

    I had to make a few adjustments in order for the new window to open in the center of the screen, as well as exclude certain toolbars,...
  3. Hey man, thanks a lot for your post; I didn't...

    Hey man, thanks a lot for your post; I didn't know I could use JS within my AS code like that...so I can use JS inside my .swf's AS code and have it communicate to the external JS code that's in my...
  4. [CS5] Possible to add _blank URL window dimensions to button?

    Hey guys...I've just finished working on an extensive HD intro for my website, which is in 1280x720 resolution.

    At the moment, my site has a splash page with 3 buttons on it:
    B1) opens the site...
  5. Replies
    0
    Views
    365

    CS3 Help with sound in a site template

    Hi guys, I downloaded a flash template for a website and it includes a looping .wav soundclip that starts automatically when the page is loaded. There is an ON/OFF button that stops it, then starts...
  6. Here's the PHP I'm using for the counter:

    Here's the PHP I'm using for the counter:


    <?
    if(!($ctr=file_get_contents('hit_counter.txt'))) {
    $ctr=1;
    } else {
    $ctr++;
    }
    file_put_contents('hit_counter.txt',$ctr);
  7. Is it possible to add this PHP counter to my flash gallery?

    Hi guys, I've got a PHP counter for my website that I'd like to somehow incorporate onto my flash gallery so that it counts hits from that as well.

    Can this be done? I can provide the PHP counter...
  8. Can I do this with the .swf or do I need the .fla?

    Hi guys, for my online photo gallery I use a flash template that reads input from an .xml file...but I'd like to change the gallery a bit if possible. Unfortunately I don't have the .fla file, I only...
  9. Is this done through Flash or would I be putting...

    Is this done through Flash or would I be putting this into the HTML/PHP code on a page? If it's in Flash, do I need the .fla or can I do it from the .swf?
  10. I've discovered that I can fix this via clearing...

    I've discovered that I can fix this via clearing the browser cache, but my concern is that other people who've previously viewed my gallery won't know to do this in order to see any updates or...
  11. Flash Gallery website won't "refresh" when changed?

    Hi guys, I've got [what I think is] a pretty simple question, I'm not not too familiar with how it works...

    I've got a domain name that currently points to a .swf flash gallery on my webserver...
  12. [CS3] X CS4 Flash movie clip symbol tween not working?

    Hi guys, I'm making a website layout and in the background I want to have a length of code scroll up and down.

    So I typed the code out into a text field and made it a movie clip symbol, and I went...
  13. Is there another way of doing this at all? I...

    Is there another way of doing this at all? I could probably fix the preloader to match the same size/fps as my website, but I have a feeling I'll mess something up if I do that, I never have much...
  14. [CS3] Combining 2 .fla's into 1? (preloader + site)

    Hi guys, I haven't been using Flash for very long, and I only know some basic stuff...with the help of others I was able to create a preloader, as well as a website made both in Flash. However, both...
  15. Nevermind, got it. This it what it oughtta look...

    Nevermind, got it. This it what it oughtta look like:
    on (release) {
    getURL("http://www.siteurl","_blank","GET");
    }
  16. Button link to my site from Flash won't work?

    Hi, I've made a button that I've made appear at the end of my Flash movie that's supposed to link to my site when clicked, but it won't work and it keeps giving me an error. Here's the code I'm...
  17. Nevermind, figured it out: on (release) {...

    Nevermind, figured it out:
    on (release) {
    gotoAndPlay("name of scene", frame number)
    }
  18. How do I make a replay button go back to a certain SCENE/FRAME?

    Hi, I'm making a Flash movie and it's got several different scenes. I want my replay button to take my back to the second frame of the first scene...how do I do this?

    I know to make it go back to...
  19. Replies
    4
    Views
    1,804

    Thanks! :)

    Thanks! :)
  20. Replies
    4
    Views
    1,804

    Simple symbol 360 rotation

    Hi, I'm making a thing and I want one of my symbols to rotate a full 360 degrees in a certain direction twice. But when I make the symbol, insert a keyframe later on in the timeline, and in the...
  21. Replies
    7
    Views
    691

    ok, now I'm really confused; I didn't understand...

    ok, now I'm really confused; I didn't understand any of that after the part where you said to change the number thing to position the guy where you can see him.

    another question: why does it shoot...
  22. Replies
    7
    Views
    691

    Okay, here's what I've got: ...

    Okay, here's what I've got:

    http://paul.buildtolearn.net/flash-bin/flashgame.swf <- is the game thusfar

    http://paul.buildtolearn.net/flash-bin/flashgame.fla <- is the flash file for the game...
  23. Replies
    7
    Views
    691

    Well, I was actually hoping someone could just do...

    Well, I was actually hoping someone could just do it for me, as it's probably the easiest type of game to make, and the fact that someone I know was able to do it in about 10 minutes.

    When I went...
  24. Replies
    7
    Views
    691

    problems with making simple flash game

    hey guys, I supposed to be making a flash game for one of my tech courses, but I'm having alot of trouble and it won't work at all for me...a couple of the students tried to make a tutorial...
  25. Replies
    29
    Views
    1,448

    Thanks, and I am :)

    Thanks, and I am :)
Results 1 to 25 of 43
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center