A Flash Developer Resource Site

Search:

Type: Posts; User: BODOMEDIA

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    1,198

    What do you mean encrypted? For what?

    What do you mean encrypted? For what?
  2. Replies
    1
    Views
    965

    Yeah, I hate that. I guess the only way around...

    Yeah, I hate that. I guess the only way around that is to lower the quality in an external sound editor.
  3. Replies
    2
    Views
    931

    Try making a AUTORUN file like this: [autorun]...

    Try making a AUTORUN file like this:

    [autorun]
    open=flashmovie.exe
  4. Replies
    2
    Views
    852

    There is no difference! A mac fla is no different...

    There is no difference! A mac fla is no different than a pc fla.
  5. Thread: webcam

    by BODOMEDIA
    Replies
    2
    Views
    714

    Since when can you load pics into an swf? Maybe...

    Since when can you load pics into an swf? Maybe with Generator. But what Generator does is it makes an swf dynamically with your pic on the server and streames this to the player.
  6. Replies
    1
    Views
    683

    Use perl/cgi/php, there all the same. Very easy...

    Use perl/cgi/php, there all the same. Very easy to set up and configure. Here's the code you need if you want to save your name field data:
    Create Names.txt and save and load this as whatever you...
  7. Here some code I thought might help: // Stop...

    Here some code I thought might help:

    // Stop first wav
    music1.stop("wav1");
    // Or stop all sounds, uncomment if you want to use
    //stopAllSounds ();
    // Begin second wav
    music2 = new Sound();...
  8. Replies
    1
    Views
    503

    Why? ...Because your interface movie's probably...

    Why? ...Because your interface movie's probably bigger than your clouds movie. Easy solution. Try putting a mask the size of the area you want visible inside the cloud movie.
  9. Replies
    2
    Views
    967

    There is not a ready made script for this because...

    There is not a ready made script for this because you need to make a few parts.
    Try this:
    Have your script movie in level0 loading the others on top. If you have 10 movies you want to show...
  10. Replies
    5
    Views
    2,464

    Certainly yes! Im making apps with the sdk's in...

    Certainly yes! Im making apps with the sdk's in C++.
    The swf compiler takes raw waves and compresses them into the swf. You would only need to incorporate the winamp or real sdk visualization part...
  11. You can't get around using ASP,CFML,CGI,etc. ...

    You can't get around using ASP,CFML,CGI,etc.

    I have made a tutorial using Flash and Cold Fusion to update an Access Database holding a Scoreboard table for games. Cold Fusion Express is free of...
  12. Replies
    1
    Views
    666

    Try: fscommand ("showmenu", false);

    Try:

    fscommand ("showmenu", false);
  13. Or in Flash: on (release) { getURL...

    Or in Flash:

    on (release) {
    getURL ("javascript:window.open('yourpage.htm','Title','width=800,height=600')");
    }

    Note: Make sure you hit the Expression button.
  14. You can't get around using XML,CFML,CGI,etc. ...

    You can't get around using XML,CFML,CGI,etc.

    I have made a tutorial using Flash and Cold Fusion to update an Access Database holding a Scoreboard table for games. Cold Fusion Express is free of...
  15. Use the following HTML Code: ...

    Use the following HTML Code:

    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript">
    <!-- ...
  16. on (release) { getURL...

    on (release) {
    getURL ("javascript:window.open('yourpage.htm','Title','width=800,height=600')");
    }

    Note: Make sure you hit the Expression button.
    [Edited by BODOMEDIA on 08-03-2001 at 03:26...
  17. Thread: Window

    by BODOMEDIA
    Replies
    9
    Views
    695

    Try:

    Try:

    <!-- Beginning of JavaScript Applet -------------------

    function scrollit_r2l(seed)
    {
    var m1 = " Your Text ! ";
    var m2 = "";
    var m3 = "";
  18. Thread: Window

    by BODOMEDIA
    Replies
    9
    Views
    695

    Im trying to find it but I can't. If you can post...

    Im trying to find it but I can't. If you can post the html code, you have so far I may be able to eliminate that extra window.
  19. Thread: pop up

    by BODOMEDIA
    Replies
    1
    Views
    689

    http://www.eae.net/webfx/ [Edited by BODOMEDIA...

    http://www.eae.net/webfx/
    [Edited by BODOMEDIA on 08-02-2001 at 09:57 PM]
  20. Replies
    2
    Views
    783

    Try the following in flash: server =...

    Try the following in flash:

    server = "http://www.yourserver.com/action.asp";
    loadVariablesNum (server, 0, "POST");


    Try the following in asp:

    SELECT * FROM yourtable
    WHERE password =...
  21. Replies
    2
    Views
    450

    Try using: server =...

    Try using:

    server = "http://www.yourserver.com/dynamicfile.cfm";
    loadVariablesNum (server, 0, "GET");
  22. Thread: Window

    by BODOMEDIA
    Replies
    9
    Views
    695

    Use the following HTML Code: ...

    Use the following HTML Code:

    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript">
    <!--...
  23. Replies
    2
    Views
    477

    Yes it only takes into account what you have on...

    Yes it only takes into account what you have on the stage. Try loading the linked movie in your preloader adding that it should goto and play frame 2 when done with linked movie. Add a one frame...
  24. Try http://www.swf.org

    Try http://www.swf.org
  25. Replies
    2
    Views
    632

    No, but there are programs out there that can...

    No, but there are programs out there that can render your avi's directly into swf's. My tip, use QuickTime Pro $29. You can export avi's into image sequences which then can be imported into flash.
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center