A Flash Developer Resource Site

Search:

Type: Posts; User: laurabeth

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. paths

    In your xml file try using the full path instead of just the file name...

    try using instead of just example.flv try using http://something/something/example.flv

    does this make sense?
  2. What are you trying to do? What does your code...

    What are you trying to do?
    What does your code look like?
  3. External HTML file - Formatting shows carrage returns and unwanted spaces.

    Hi,
    I'm loading external HTML into my flash file.
    For the life of me I can not figure out how to get rid of the carrage returns and extra spaces. Also special characters do not work correctly.
    I...
  4. I'm having trouble remembering what I did for...

    I'm having trouble remembering what I did for this, I think I just ended up doing the whole thing a different way... I'm sorry I don't remember I wish I had posted what I did!

    What exactly are you...
  5. Thanks, I'm publishing for Flash 9/As3... I have...

    Thanks, I'm publishing for Flash 9/As3... I have CS3

    I tried


    before loading new content
    and a bunch of variations of that ... without any success...
  6. Swf Library + FLV'S won't stop playing when swf is unloaded!

    I have a Holder swf. This swf loads up a bunch of different swfs that contain video.

    My problem is when i switch out the swfs the flv keeps streaming int he background and you can hear the sound...
  7. I decided doing this wasn't necessary BUT Thanks!...

    I decided doing this wasn't necessary BUT Thanks! I'm sure i'll have to do this eventually and now i know how:)
  8. my code

    Thanks! I got it.
    This link kinda helped: http://www.wuup.co.uk/as3-quick-tips-string-to-number-conversion-and-vice-versa/

    And like you said i wasn't assigning value to my variables in the right...
  9. OK ... progress maybe I still need help ugh

    Ok now i've tried



    But the problem is this just continuously loops like so fast you don't even see anything. I only know it's looping continuously because of the traces.
    BUT
    I don't get any...
  10. That is what I tried to do.. i had ...

    That is what I tried to do..

    i had
    <displayTime>5</displayTime>

    and in my code i had tried different variations of
    mytime = Number(xmlData.pic.displayTime[current_index]);

    I know it's...
  11. [RESOLVED] using XML to set value for TIMER

    OK, so in the project i'm building this is the code for my timer:


    What i want is mytime to be called from my xml file
    it also has to change for each image that shows up

    This seems to me like...
  12. Ok i'll check the individual thumbnail thing I...

    Ok i'll check the individual thumbnail thing I guess I just have to base everything off of the position of the 1st and last ... since there could be a lot of them or just one ... Ok Great that gives...
  13. It's all pulled in from an xml file, so i'm not...

    It's all pulled in from an xml file, so i'm not sure that i should but two in. So I probably need to figure out the math to tell the holder_mc to start over?

    (I've been on vacation for a week...
  14. [RESOLVED] looping horizontal thumbnail scroll

    Hey,
    I have a bunch of thumbnails that i have a left and right scroll button for. It works great but when you get to the last image i want it to loop to the first one not just stop at the end.
    ...
  15. The thing i was doing wrong was so so so stupid:...

    The thing i was doing wrong was so so so stupid:
    i don't know if this makes sence but this is what worked:
    var targetCaption:int =0;

    THIS line was key duh:
    targetCaption = ...
  16. Thank you!

    Thank you!
  17. [RESOLVED] Caption on thumb rollover + XML / as3

    I'm not sure if this is the right place - I think it is.
    I really really really really need help!
    thanks so much in advance!

    I'm building a header for a webpage. I have thumbnails that when you...
  18. Replies
    7
    Views
    742

    :) I had to share it took me forever to figure...

    :) I had to share it took me forever to figure out:)
    hopefully someone someday will be looking for it:)
    Thanks for your help!
  19. I think this is resolved - I'm not sure yet. does...

    I think this is resolved - I'm not sure yet. does it make sense that I would only get that error when testing the movie - or when playing it on the staging server? WHen I threw it up online it worked...
  20. Replies
    7
    Views
    742

    Incase anyone else ever needs to know how to have...

    Incase anyone else ever needs to know how to have something show up on rollover like a preview. import fl.events.ListEvent;
  21. [RESOLVED] Preloading data from XML file? (please help)

    So.
    I have an xml video library, the problem is when I put it up online the videos take forever to load and that really isn't acceptable.

    Is there a way, to preload the flv data from the xml file...
  22. [RESOLVED] VideoError: 1000: Unable to make connection to server or to find FLV on server

    I keep getting this error in my output panel when I switch from one flv to another. I am loading up multiple flvs from an xml file.

    VideoError: 1000: Unable to make connection to server or to find...
  23. [RESOLVED] How to format TileList component?

    Thank you in advance,
    this is probably a dumb question...
    I currently have XML loaded into a Tile List component. I have thumbnails and descriptions for each tile. The only problem is the show up...
  24. Replies
    7
    Views
    742

    rollover effect for each item in a list?

    Is it possible to have a rollover effect for each item in a list?
    The long description just shows up on rollover not select?

    I want the text ("longdesc") to show up on a list item rollover not...
  25. Replies
    7
    Views
    742

    on rollover instead of select?

    It worked ! thanks so much!!! I understand what I was doing wrong now.

    BUT
    instead of "SelectedItem" is there a term that would make this text show up when I rolled over the item in the...
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center