A Flash Developer Resource Site

Search:

Type: Posts; User: shaman

Page 1 of 7 1 2 3 4

Search: Search took 0.93 seconds.

  1. Replies
    2
    Views
    381

    Make a movieclip with two keyframes. Put your...

    Make a movieclip with two keyframes. Put your button on the first frame as well as on the second frame. Select the first frame and attach a stop(); action to it. Select the button and attach the...
  2. Replies
    1
    Views
    349

    Not within a swf, but you could embed the swf in...

    Not within a swf, but you could embed the swf in a server-side script page such as PHP and log to a database(MySQL, ProgreSQL,etc).
  3. Replies
    3
    Views
    488

    I've seen a erain(www.erain.com) demo once that...

    I've seen a erain(www.erain.com) demo once that used the same effect. I'm not sure where to find it, they've changed their site since then. Try searching for circles.zip on their site
  4. Replies
    2
    Views
    431

    Changed my question slightly: bump ;)

    Changed my question slightly: bump ;)
  5. Replies
    8
    Views
    417

    there's a missing at the end of the fifth...

    there's a </li> missing at the end of the fifth line ;)
  6. Replies
    2
    Views
    410

    try trace(_root.MCmenu1.txt.textWidth);...

    try trace(_root.MCmenu1.txt.textWidth);
    (_root.MCmenu1.txt._width is used to set the width)
  7. Replies
    3
    Views
    488

    Do you mean the spinning image ? It's just a...

    Do you mean the spinning image ? It's just a matter of scaling, when you reduce the horizontal scaling and then reverse the image, it seems like it's rotating. The transition effect is done by adding...
  8. I've only used this method for passing variables,...

    I've only used this method for passing variables, so I dont know why it stops. Can't you just attach a play(); action to the frame ?
    Otherwise you could try this:
    <SCRIPT LANGUAGE=JavaScript>...
  9. You've made a mistake in the...

    You've made a mistake in the 'TGotoLabel("../assets/swf/navi2.swf", "Menu2");' part.
    The first part should be the name you gave the instance of your movieclip, relative to root. The second part...
  10. replacing the > and < with & gt; and & lt;...

    replacing the &gt; and &lt; with & gt; and & lt; (without the spaces) will show the code ;)
  11. Replies
    6
    Views
    378

    sofiebel's solution does, the tutorial that I...

    sofiebel's solution does, the tutorial that I linked is for swf's.
  12. Replies
    2
    Views
    360

    When you test the movie within the flash MX...

    When you test the movie within the flash MX environment (ctrl+enter). It will display where you used a certain flash MX feature in the output window. Just find this in your movie, erase it and it...
  13. Replies
    6
    Views
    378

    I'm not sure whether this works, last time I...

    I'm not sure whether this works, last time I tried this (flash 4) it only worked in standalone projects
  14. Replies
    6
    Views
    378

    just check google(keywords fullscreen flash),...

    just check google(keywords fullscreen flash), there are loads of tutorials on this. Note that it only works in IE, netscape will always the application bar. e.g....
  15. Replies
    1
    Views
    409

    You can't, only standalone projects (.exe...

    You can't, only standalone projects (.exe projector files) can using fscommands. This is to prevent abuse of programs, virusses, etc...
  16. First make sure that swliveconnect is set to true...

    First make sure that swliveconnect is set to true in navi2 source page
    (after the object 'open' tag: &lt;param name="swLiveconnect" value="TRUE"&gt; and in the embed tag: swliveconnect="TRUE").

    Then in...
  17. Replies
    2
    Views
    431

    how can I detect line ends/breaks

    I'm currently working on a text editor. I use a HTML rendered multiline (with wrap) textfield. I need to know where the lines end. I tried searching with .indexOf for newline and \n but that doesn't...
  18. Replies
    2
    Views
    367

    I just tested your code in Flash but it works...

    I just tested your code in Flash but it works fine. I guess there's something wrong with the instance names of your movieclips or with the variable name of your textbox.
    For the second question,...
  19. Dynamic properties for TextField.getTextFormat()

    Can anyone tell me how I can use dynamic properties for the Textfield.getTextFormat method ? The first example works fine, but when I replace bold by a variable name or eval(variablename)as in the...
  20. Thread: very basic

    by shaman
    Replies
    2
    Views
    420

    Most providers configure their webservers to use...

    Most providers configure their webservers to use index.html, index.htm, index.php, etc as default when no filename is specified in the URL, so just rename your HTML document as index.html
  21. Replies
    0
    Views
    845

    get caret index of html textfield

    I'm working on a HTMLarea plugin. It's supposed to be used in HTML forms to replace the textarea form field so people with no knowledge of HTML can generate HTML code in a texteditor alike...
  22. Hi Musicman, I solved my problem, here's my...

    Hi Musicman,
    I solved my problem, here's my code:

    <script language="javascript">
    //open browse file window on flash button click
    function openBrowseWindow(fileNr) {
    if (fileNr == 1)
    ...
  23. Is there a way to detect whether someone clicked...

    Is there a way to detect whether someone clicked ok in a 'browse file window' of a HTML form ? I want my form to submit as soon as the user has selected the file to upload so I can display a preview....
  24. Replies
    4
    Views
    678

    I found it and it works perfectly !! thanx again...

    I found it and it works perfectly !!
    thanx again Musicman !
  25. Replies
    4
    Views
    678

    Thnx for your reply Musicman... The flash I'm...

    Thnx for your reply Musicman... The flash I'm using for my content manager is embedded in a PHP page. So this is where I've put my upload form. I don't need to upload files 'invisible', I just need...
Results 1 to 25 of 174
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center