A Flash Developer Resource Site

Search:

Type: Posts; User: laughing

Search: Search took 0.03 seconds.

  1. Start the JavaScript of the new page with.. ...

    Start the JavaScript of the new page with..

    scr_x = screen.availWidth;
    scr_y = screen.availHeight;

    This will pass the screen size x & y to the two variables. you can then multily these to get...
  2. Replies
    1
    Views
    534

    Hi. Im not sure where to suggest this or make...

    Hi.

    Im not sure where to suggest this or make comments but I have a very serious problem that I think we all have a resposiblity to try and do something about. Flash is a fantastic program. Its...
  3. Replies
    1
    Views
    679

    if you mean you want to make your flash movie use...

    if you mean you want to make your flash movie use up the whole of the available browser area, change the height and width tags in the html for both the <object> and the <embed> tags in which the...
  4. Replies
    4
    Views
    946

    To open a page in fullscreen (which only works on...

    To open a page in fullscreen (which only works on IE5) simply add a little JavaScript...
    In the your first HTMLpage (the one with the radio button) add to the <head> tag something like -;

    ...
  5. Replies
    2
    Views
    735

    Perl? $Variable =~ tr/\?/\&/; If you mean...

    Perl?

    $Variable =~ tr/\?/\&/;

    If you mean from the actionscript try placing a second dummy variable infront of the one you need and end that on a strange easily removeable character like @ or...
  6. Replies
    8
    Views
    895

    Look guys easy... As a little example; Set...

    Look guys easy...

    As a little example;

    Set up a Dynamic text box in you flash movie and name a variable ie myVariable.
    Then in the html code your movie is in give the <object> tag that the...
  7. To be honest Ive had some trouble with window...

    To be honest Ive had some trouble with window sizing and have tried various experiments with both netscape and IE.
    My advise is to only set some properties using the window.open() function and...
  8. All you need to do is use the window.open command...

    All you need to do is use the window.open command like this in the JavaScript section in your html header.



    function myFunction(){
    window.open("FlashMovie.htm","newWinodw","menubar=0
    ...
  9. Hey thanks... I've sussed the problem, Only to...

    Hey thanks...

    I've sussed the problem, Only to find another... What you need to do is assign each sound to a movie instance.

    Import two loops, adjust quality settings. and linkage export names...
  10. Not thought of trying it that way, can see...

    Not thought of trying it that way, can see getting it exact could be a little tricky, but needs must and Im allways up for a little scripting. I'll give it a try... Cheers
  11. Not quite. You've got the problem Im trying to...

    Not quite. You've got the problem Im trying to resolve. When your loops change their not in sync with the previous one. The only way I reckon you can get this bang on is to start everything off at...
  12. Posted this Question a while ago but no one...

    Posted this Question a while ago but no one replied! Is this simply a limitation of Flash 5.

    I have been trying to create an animated Flash movie that uses various loops and sound effects that...
  13. Replies
    0
    Views
    384

    I've been trying to create a movie in which I use...

    I've been trying to create a movie in which I use various sound loops. I want to be able to adjust certain prameters of the loops via ActionScript, such as volume.

    I've used the Sound.SetVolume...
  14. Thread: close window

    by laughing
    Replies
    1
    Views
    518

    You need to add a Javascript element to your HTML...

    You need to add a Javascript element to your HTML page.

    <SCRIPT LANGUAGE="JavaScript">
    <!--

    function close_me() {
    window.close()
    }

    //-->
  15. Replies
    240
    Views
    56,490

    Flashkit has been the single most valuble...

    Flashkit has been the single most valuble reasorce I have used in my interenet development!
    I too like many have experienced some problems but on the whole it aint been too bad. I use worse less...
  16. Replies
    1
    Views
    511

    Have a problem with a movie I'm constructing. Any...

    Have a problem with a movie I'm constructing. Any ones help and advise would be greatly appreciated.

    I have in my Flash movie place a number of buttons within a movie layer. I wanted these button...
  17. Replies
    3
    Views
    904

    Bit rates

    On some software I use, Samples can only be imported at a certain bit rate, mostly 16-Bit, anything else such as 8-Bit or 24-Bit, forget it. Quite new to Flash Developement but recognise the problem,...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center