A Flash Developer Resource Site

Search:

Type: Posts; User: Sinopa

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,670

    Directory listing

    Could someone please help me a bit. I've been struggling with this for a couple of days now and been awake for 26 hours now just to solve this. :faded:

    I've been cut'n and pasting this script, but...
  2. Replies
    9
    Views
    1,077

    You're a genius rdoyle720 :)

    You're a genius rdoyle720 :)
  3. Replies
    9
    Views
    1,077

    Can anyone explane to me how it comes that it...

    Can anyone explane to me how it comes that it only shows the first four entries? It doesn't show the entire rss feed. That was kinda strange :confused:
  4. Replies
    9
    Views
    1,077

    Aha! I think I'm starting to understand and it's...

    Aha! I think I'm starting to understand and it's wasn't as hard as I thought it was. All I neded was to add ""+ +""

    Thank you so much rdoyle720. You have really helped me out :)
    Been working on...
  5. Replies
    9
    Views
    1,077

    Hmmm... How do I add title and publishedDate to...

    Hmmm... How do I add title and publishedDate to that? Now it only shows content.
    I looked at another script example and there it shows
    var attributes = ["title", "content", "publishedDate"];
    Is...
  6. Replies
    9
    Views
    1,077

    It did and I tried a lot of things, but most of...

    It did and I tried a lot of things, but most of it was greek to me :)

    Thank you for your help rdoyle720 :)
  7. Replies
    9
    Views
    1,077

    RSS Feed javascript

    Does anyone know if there is a way to get this script to show the entire feed including images? :)


    <head>
    <script type="text/javascript"...
  8. Replies
    0
    Views
    858

    Preload all images in folder

    Is there a way to make this script preload all images in a folder instead of single images and show the progress of loading? :)

    This is not my script, but a script from dynamicdrive.com



    //...
  9. Replies
    0
    Views
    586

    Flash8 hyperlink with ID

    Does anyone know how I make <a href="#aboutme" id="about">link</a> into a linkbutton in flash8?

    I know this, but how do I add the id?

    on (release) {
    getURL("http://trythis.com");
    }

    It's...
  10. Thread: image 2 ttf

    by Sinopa
    Replies
    3
    Views
    16,215

    Doesn't anyone know? :(

    Doesn't anyone know? :(
  11. Thread: image 2 ttf

    by Sinopa
    Replies
    3
    Views
    16,215

    image 2 ttf

    Does anyone know a way to make an image (for example .bmp or .png) to TTF?
    Found a software called High-Logic Font Creator, but it's to expensive for me :(

    I have an image of the Ubuntu logo (the...
  12. Replies
    1
    Views
    435

    I've solved it. Were to quick to ask. Could an...

    I've solved it. Were to quick to ask. Could an moderator or admin delete this thread?
  13. Replies
    1
    Views
    435

    Play flashmovies on website.

    I have like 4 fla movies and I want to play them on my website. Can anyone please explane how do I do that? :)

    //Sinopa
  14. Replies
    4
    Views
    1,414

    Is there another way to redirect instead of using...

    Is there another way to redirect instead of using header("Location: preload.php");

    Becasue when I use history -1 it doesn't go to the previous page, but the page before that.
  15. Thread: Previous page

    by Sinopa
    Replies
    3
    Views
    953

    how do I implement that to the script? Now it's ...

    how do I implement that to the script? Now it's
    var locationAfterPreload = "http://dynamicdrive.com" // URL of the page after preload finishes

    and I want to use history.go(-1) instead.
  16. Thread: Previous page

    by Sinopa
    Replies
    3
    Views
    953

    Previous page

    Does anyone know how I can get this script to return to previous page, instead of next page in var locationAfterPreload?



    <script language="JavaScript1.1">
    <!-- begin hiding

    /*
    Preload...
  17. Replies
    4
    Views
    1,414

    It works. You are a genius Musicman :) Thank you...

    It works. You are a genius Musicman :)
    Thank you :)
  18. Replies
    4
    Views
    1,414

    Preload with cookies

    Hi.

    I wonder if a kind soul could please help me with a small cookie php script. I’ve been trying to find such a script, but with no success.

    I have like 100 php pages (with the same...
  19. Replies
    1
    Views
    951

    find and replace javascript

    Hi.

    Is there a way to load this script when entring the page without using <body onload="myscript()">
  20. Replies
    1
    Views
    2,244

    Replace html with greasemonkey

    Could someone please help me.
    I want to replace some html using greasemonkey, but I can’t get it to work :(

    I want to replace



    With

    I also want the chat link to open in a windows...
  21. Replies
    4
    Views
    777

    CSS added with JS

    I have this script.



    function addGlobalStyle(css) {
    var head, style;
    head = document.getElementsByTagName('head')[0];
    if (!head) { return; }
    style =...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center