A Flash Developer Resource Site

Search:

Type: Posts; User: Nebulus

Page 1 of 8 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    529

    ^ el bumpo ^ Anyone? Need a little help here :)

    ^ el bumpo ^
    Anyone? Need a little help here :)
  2. Replies
    2
    Views
    423

    How about using SharedObjects to keep track of...

    How about using SharedObjects to keep track of the last start date of the SWF? I had a page that used multiple mp3 player buttons, so I generated a single SWF that was just a connection controller....
  3. Replies
    1
    Views
    417

    Have you tried using the ExternalInterface...

    Have you tried using the ExternalInterface pacakge? With that, you can directly talk between Flash and JavaScript. The docs have some very good examples of ExternalInterface and are to extensive to...
  4. Replies
    1
    Views
    529

    WebServiceConnector.results - help!

    Ok, I'm using Flash CS3 and generating an AS2 SWF. I'm using AS2 because I'm wiring up a WebServiceConnector for use with ExternalInterface, and i'll drive the connector via javascript.

    Long...
  5. Consuming WSDL services with AS3 - tutorials???

    Ok, I'm using Flash CS3 and trying to get up to speed on AS3 - that's a BIG jump. anyway, I'm trying to figure out how to connect to a WSDL and execute methods against it and get data.

    Are there...
  6. Replies
    0
    Views
    515

    JSON troubles - help!

    Ok, I've been working on a simple chat interface, and i'm using JSON for the data transfer as opposed to XML. If you haven't messed with JSON, you can read up on it at www.json.org

    Ok, so I'm...
  7. ^bump^ Anybody???

    ^bump^
    Anybody???
  8. Show/Hiding the DIV loses reference to the SWF!?

    Hey all. I've got a US Map that changes a states color based on an object passed through ExternalInterface. I'm writing the SWF to a DIV tag using code similar to SWFObject, and passing the data...
  9. Replies
    3
    Views
    1,877

    Best option for a "green screen"?

    I need to produce a video of a couple individuals speaking, and I'd like to cut out the background. What's the best method for this?

    Obviously, I'd need a single color backdrop, but what software...
  10. Damn!

    Hey, thanks very much for the code - I'll definitely give it a spin and see what I can do with it. Grassy@ss Senior Eeater!
  11. MoveiClipLoader - load one asset at a time or...?

    I'm loading an XML list of JPGs, and I'm wanting to load the pics with the moveiClipLoader object and it seems to be working well so far.

    Here's the question - can I use one moveClipLoader object...
  12. MoveiClipLoader - load one asset at a time or...?

    I'm loading an XML list of JPGs, and I'm wanting to load the pics with the moveiClipLoader object and it seems to be working well so far.

    Here's the question - can I use one moveClipLoader object...
  13. Replies
    6
    Views
    781

    i'm using the XMLHTTP object to generate the XML...

    i'm using the XMLHTTP object to generate the XML as I page through a recordset. As I add the nodes, I'm running through characters 128 through 255 and do: s =...
  14. Replies
    6
    Views
    781

    Thanks, but that doesn't work - the XML is being...

    Thanks, but that doesn't work - the XML is being dynamically generated from a web app, so there is no static file to load. Looks like I'll have to go with the old search/replace ifI'm going to deal...
  15. Replies
    6
    Views
    781

    Well, I did some testing, and I can render the...

    Well, I did some testing, and I can render the XML with encoding: windows-1252 or UTF-16 and it shows in the browser easily. However, the Flash XML object still can't parse it.

    Given the sheer...
  16. Replies
    6
    Views
    781

    Invalid (non US) characters in XML?

    Ok, I'm pumping data from SQL Server to my flash app, and while ASP and dotNet can crank out the content with no errors (I have to use <?xml version="1.0" encoding="windows-1252" ?>), Flash pukes...
  17. Replies
    0
    Views
    271

    SharedObjects between domains?

    I've got a flash file that gets/sets shared objects on the unsecured side of the site (mysite.com). When I move to the secure side (https://mysite.securehostname.com), of course I can't access the...
  18. Replies
    0
    Views
    424

    Main toolbar won't show?

    I have a weird problem (I have a lot of those, but this is Flash related). When I'm in Sudio 8 Pro, I select Window > Toolbars > Main to show the main toolbar. What happens is a quick flicker next to...
  19. Replies
    2
    Views
    679

    gracias senioreater!

    gracias senioreater!
  20. Replies
    2
    Views
    679

    HTML in a CDATA node is escaped?

    Ok, I'm importing an XMl file that has some HTML inside a CDATA tag - something like this:

    <myXML>
    <node1><![CDATA[
    <body>
    <img src="somepic.jpg">This is a test<br>
    Hello World!
    </body>...
  21. Replies
    3
    Views
    567

    I knew it was something like that, thanks for the...

    I knew it was something like that, thanks for the info.

    Is there a reference out there somewhere that lists the tag and markup limitations on a text box? Understandably, you can't run JS in the...
  22. Replies
    3
    Views
    567

    Adding images/clips in text boxes?

    Is there a way to embed images or clips in text boxes?
  23. Replies
    4
    Views
    697

    tutash - excellent link. thanks!

    tutash - excellent link. thanks!
  24. Replies
    4
    Views
    697

    Thanks for the link. The scrollPane component is...

    Thanks for the link. The scrollPane component is nice, but it seems extremely limited compared to the old MX scrollPane. Looks like I'll have to roll my own!
  25. Replies
    4
    Views
    697

    On-Stage MC as scrollPane content - how?

    Hey all. I've got an app that i'm building where a user can click a movie clip and have it zoom to the stage width. At that point, they'd need the ability to vertically scroll the clip.

    Now I've...
Results 1 to 25 of 193
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center