A Flash Developer Resource Site

Search:

Type: Posts; User: georgehewitt

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. myscroll3 is the middle scroller it has this...

    myscroll3 is the middle scroller it has this code.

    onClipEvent (load) {
    _height = 110;
    top = _y;
    left = _x;
    right = _x;
    bottom = _y+(340-_height);
    }
    onClipEvent (enterFrame) {
  2. well I still not sure why the data just stops...

    well I still not sure why the data just stops scrolling. The data is loading just fine but my buttons don't scroll all the data?

    news is the data that is loaded.
  3. php data in scrolling textbox stops??

    I have this code pulling the data from mysql

    NumLow = 0;
    NumHigh = 10;
    loadVariablesNum("http://www.mywebsite.com/scripts/getdata_shows.php?NumLow="+NumLow+"&NumHigh="+NumHigh+"&R="+random(999),...
  4. Replies
    9
    Views
    455

    So what I need to do is make two MC clips for...

    So what I need to do is make two MC clips for each button: one for up state & one for the down state. The in the first frame of each of those MC put this code:

    on(release){
    for(i=1;i<100;i++){...
  5. Replies
    9
    Views
    455

    Did you get a chance to look over that site? On...

    Did you get a chance to look over that site? On some pages he has well over 7 buttons. numbered 1 2 3 4 5 6 7

    The buttons stay in the down state until other button is clicked. I thought this might...
  6. Replies
    9
    Views
    455

    I wanted to do somthing like the # buttons on...

    I wanted to do somthing like the # buttons on this site http://michaelecole.com/ He uses the down state when you view the body of work. you click on the # 1 and it stay down until you click say # 2...
  7. Replies
    9
    Views
    455

    button stay in down postion

    How do I make a button that when it's clicked and the user has
    moved their mouse away from the button it stays in the down postion?
  8. Replies
    11
    Views
    760

    well it does load the JPG when i click the button...

    well it does load the JPG when i click the button yet it also replaces the button it's self that is inside my blank MC.
  9. Replies
    11
    Views
    760

    I have this code on a button inside a swf file...

    I have this code on a button inside a swf file that is loaded into a blank movie clip. Yet it does not work I want to say I just need to add

    _root.blank

    some where in the code???

    ...
  10. Replies
    11
    Views
    760

    well It works if I have the buttons on the main...

    well It works if I have the buttons on the main stage. the problem is that I load the buttons into a blank MC on the main stage to keep the file size down so here's how I have it
    ...
  11. Replies
    11
    Views
    760

    Thanks I was a little unclear there for a minute...

    Thanks I was a little unclear there for a minute myself.. ha ha I'm stupid..
  12. Replies
    11
    Views
    760

    So I have the JPGs load into a black MC to...

    So I have the JPGs load into a black MC to control where I want the JPGs to load. I'm working with one main swf. then other loads into a MC then inside that is the buttons. I have 10 of them that ...
  13. Replies
    11
    Views
    760

    does anyone have anything? I have a button on the...

    does anyone have anything? I have a button on the main stage and a blank MC, that I need the images to load into. That works fine I just have no pre loader for this action. anyone know a work around...
  14. Replies
    11
    Views
    760

    dynamic jpg preloader in MX

    I need help quick.

    I have a blank MC that loads JPGs into it. I need some way of letting people know when the JPG is done loading.

    I'm having trouble understanding the
    bytesLoaded =...
  15. loading all my swf files at once? preloader

    I'm working on a band's web site and as I look over the site on 56k connections. I have found that loading the files take longer then I like. The issue is that I have 5 swf files all load into the...
  16. Replies
    13
    Views
    1,043

    oh wouldn't you know it got other problem... how...

    oh wouldn't you know it got other problem... how to a get rid of the double spaces? now when I pull the data from MySQL I have to much white spaces (tabs). I know this is cause by the way flash reads...
  17. Replies
    13
    Views
    1,043

    BIG THANKS works great!!!

    BIG THANKS works great!!!
  18. Replies
    13
    Views
    1,043

    ok cool I have the link working but I have one...

    ok cool I have the link working but I have one issue it adds the "www.link.com" to the end of the current web address that is in the brouser and not to a blank window. would that be possiable?
    ...
  19. Replies
    13
    Views
    1,043

    Thanks aton for the help... but I still have...

    Thanks aton for the help...

    but I still have no links any help?


    $pat = '#\b((https?://|www\.)[a-z0-9-_]+\.[a-z0-9\.-_]+(/[^\s'",;]*)?)#';
    $repl = '<a href="$1">$1</a>';


    $result =...
  20. Replies
    13
    Views
    1,043

    here is what I have to pull the data from mysql...

    here is what I have to pull the data from mysql to my swf file..


    <?

    header('Cache-control: no-cache');
    header('Pragma: no-cache');
    header('Expires: Jan 01, 2000 00:00 GMT');
    print "&news=";
  21. Replies
    13
    Views
    1,043

    thanks alot for the code, but I some what new to...

    thanks alot for the code, but I some what new to php where do I put this code? in the input form? or when I pull the info from the database? I believe its when I pull the data right?
  22. Replies
    13
    Views
    1,043

    cool lets say they just put links like...

    cool lets say they just put links like www.yahoo.com you the main stream .coms I could just look for "www." right? So to be sure. Do know where i can get the code to do this? I have no club where to...
  23. Replies
    13
    Views
    1,043

    automatically create hyperlinks w/ php

    ok I need to automatically create hyperlinks for url's and email?

    I have a form that the user fills in with data then it sends it to MySQL and finally pulled into a flash swf on a web site.

    So...
  24. Replies
    1
    Views
    312

    borders western or army fonts?

    Does anyone know where I can find weatern border type of fonts? kind of like to see in old movies. I'm also looking for army fonts?
    I have a mac computer and I want to use them in flash
  25. Replies
    0
    Views
    840

    border style font?

    Hello,

    I have a mac and I've been looking for a cool border style font but I'm not finding any? do any of you know where some are? for free
Results 1 to 25 of 63
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center