A Flash Developer Resource Site

Search:

Type: Posts; User: lelales

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    762

    calling JavaScript from Flash

    Hi, I have a text file with the following JavaScript:


    <script language="javascript">
    function f_scrollTop() {
    return f_filterResults (
    window.pageYOffset ? window.pageYOffset : 0,...
  2. site works on PC and 1 mac 2nd PC it doesn't work

    Hi,

    I have programmed a site, and I have tested on various browsers on both MAC and PC. Everything works fine for me, but not for my client.

    Here is the site: http://www.catskaraoke.com
    ...
  3. Replies
    2
    Views
    503

    and the answer is

    on (release) {
    getURL ("javascript:openNewWindow('order.html','thewin','height=508, width=480, left=100, top=100,toolbar=no,scrollbars=yes');");
    }



    thanks
  4. Replies
    2
    Views
    503

    okay I'm opme step ahead

    here is my new code:

    orderNow_bn.onRelease=function(){getURL(javascript:openNewWindow('http://www.macromedia.com','thewin',
    'height=400,width=400,toolbar=no,scrollbars=yes'));

    and here...
  5. Replies
    2
    Views
    503

    get url problem

    Hi,

    I have an invisible button, but when I select it, I don't get the url field in the property window. So I'm trying to place the code on a frame.

    Here is my code:...
  6. Replies
    0
    Views
    458

    loadMovie renders site inoperable

    Okay, when a viewer clicks contact, the main text box scrolls out, then scrolls back in then loads the contents.

    But for some reason when I try to load a movie into an MC on the _root timeline,...
  7. Replies
    1
    Views
    496

    Why are my vector images jaggy?

    Notice the logo in the top left part of the page: http://caillouette.com/Deadsite3/

    I converted the vector text to paths and for the gradient effect I have a white vector text with outlines...
  8. Thread: LoadVars

    by lelales
    Replies
    2
    Views
    491

    I'm trying to load text

    I'm trying to load text from a database into a textfield

    thanks
  9. Thread: LoadVars

    by lelales
    Replies
    2
    Views
    491

    LoadVars

    I've been battling with loadVars for 2 days now.

    Can anyone point me to a good tutorial or info on LoadVars?

    thanks
  10. just as you can load a movie, you can uload a movie

    correct me if I'm wrong but iff my memory serves me right, the code looks like this:
    unloadMovie("movietoUnload", "clipInWhichMovieWasLoaded");

    If that doesn't work, do a search on Macromedia...
  11. Replies
    9
    Views
    695

    thanks Javahead but

    your solution did not work.

    Thanks any way
  12. Replies
    4
    Views
    498

    problem solved

    No worries, jrd on actionscript set me up with some code.

    If anyone wants it, just ask and I'll post it for you.

    thanks
  13. Replies
    4
    Views
    498

    But the time doesn't update

    For example I tested the document and received the time in a dynamic text box, but the time doesn't update. It just shows the timne when the file was opened or tested.

    Any ideas on how to make...
  14. Replies
    4
    Views
    498

    It was simple

    I made a dynamic textbox with the variable name as "time" and it worked.
  15. Replies
    4
    Views
    498

    How do I display the time in a text box?

    This should be simple.

    I have the following code:

    mydate = new Date();
    seconds = mydate.getSeconds();
    minutes = mydate.getMinutes();
    hours = mydate.getHours();
    day = mydate.getDay();
    date...
  16. Replies
    3
    Views
    590

    I think I saw an example on this site:

    check out this site. I think they have what you're looking for

    http://laco.wz.cz/tween/?page=docs/tween
  17. Replies
    9
    Views
    695

    I can't get my Flash web doc to center on my browser

    Maybe this is more of an html question but I can't get my Flash web doc to be centered vertically opn my browser.

    Here's my code before the object tag:

    <center>
    <table cellpadding="0"...
  18. check out this file

    This should help:
    http://www.caillouette.com/scrollingtext.sit

    You can add as much text as you like and it will scroll.
  19. Replies
    16
    Views
    578

    Maybe using php would help

    Here's the basic jist of it:

    on (release) {
    getURL("index.html&section=slim","_parent");


    Then in your "index.html" you grab the variable "slim" and direct your page to that area.

    I can be...
  20. you may want to make your files gif's instead of Jpegs

    Gif's compress better when there are few colors and no gradients. Experiment with photoshop on making your images smaller via gif compression. You can chopose the amount of colors. I would say 24...
  21. Replies
    1
    Views
    387

    Simple for loop please help

    Here is my loop with syntax errors
    for(i=1; i<5; i++)
    {["Bn" + i ]onRollOver=function(){ gotoAndStop("_over");
    }
    ["Bn" + i ]onPress=function(){gotoAndPlay("_down");
    }
    ["Bn" + i...
  22. Replies
    14
    Views
    574

    here's a simpler version of the button problem

    Here is a wattered down version

    http://www.caillouette.com/lelales6.zip

    thanks
  23. Replies
    14
    Views
    574

    Okay . . . so I have it 3working . . . sort of

    When you click on 03 in the lower left corner, you get the services page.

    Then in the top right there is a scrolling angled bar image. When you roll over this image you get a picture. Then when...
  24. Replies
    14
    Views
    574

    thanks CricCRacCroc

    I've made some headway, I'll let you know how it goes.

    thanks again
  25. Thread: links

    by lelales
    Replies
    2
    Views
    353

    Use the time line

    On the time line place your different pages.

    Place a stop command at each interval of the timeline where you have a new page.

    Keep the timeline open (i.e. no keyframes), with the header...
Results 1 to 25 of 191
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center