A Flash Developer Resource Site

Search:

Type: Posts; User: tyler jones

Page 1 of 5 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    3,021

    how to remove scrollpane border & shadow

    How do you remove the border & shadow from a scrollpane? I've tried to edit the component parts (after reading that it's a filter applied) but I can't find the component that needs edited. I've...
  2. Replies
    0
    Views
    400

    how to use xml with datagrid

    I have a datagrid working with some basic xml but I really need to customize it and I'm not sure how. Here's an example of my xml.

    <sites>
    <site>
    <displaytext>Yahoo</displaytext>
    ...
  3. Replies
    4
    Views
    955

    the document class? what do you mean? it's just...

    the document class? what do you mean? it's just an .as file that resides in the same directory as the .fla file and targets the .fla file.
  4. Replies
    4
    Views
    955

    how to read flashvars from as file

    I have an as file with the following code in the constructor.

    var obj:Object=LoaderInfo(root.loaderInfo).parameters;
    var sLibraryId:String = String(obj["LibraryId"]);

    I am getting a "term is...
  5. Replies
    1
    Views
    463

    setting colors in flash file

    I have a flash movie that will be displayed on a number of different web sites. Because of this most of the elements of the movie need to have the colors changed to match the color scheme of the...
  6. Replies
    1
    Views
    1,660

    ac_runactivecontent and firefox problem

    We published a new version of our site yesterday using flash cs3. I was under the impression that the genereated ac_runactivecontent.js file would automatically detect and update the users flash...
  7. Replies
    1
    Views
    980

    Ideas... anyone???

    Ideas... anyone???
  8. Replies
    1
    Views
    980

    longer video doesn't play correctly

    I have converted a number of wmv files to flv files. Most of them work fine and are anywhere from 7-40 minutes. But I have one that is about an hour long and after converting it to flv, the video...
  9. Replies
    0
    Views
    600

    problem with converted flv file

    I have never run into this before so I'm not sure what to do. I had to convert all of our training videos from wmv to flv. I know, double compression and all that yuck. Unfortunately the people...
  10. Replies
    1
    Views
    3,855

    video playback control bar

    Does anyone know of a tutorial that covers creating a control bar similar to what you have in flash video skins but for controlling video in flex? I've done a bit of googling but haven't found...
  11. Replies
    4
    Views
    11,033

    The reason is that I'm not using a skin. I have...

    The reason is that I'm not using a skin. I have these two flvplaybacks loading, one as a background video and another as a welcome type of video that overlays the background one. It would look ugly...
  12. Replies
    4
    Views
    11,033

    I'm creating instances of flvplayback components...

    I'm creating instances of flvplayback components through as3 and using addchild to place them on the stage. I don't actually have any instances on the stage. I then set the source in actionscript...
  13. Replies
    4
    Views
    11,033

    flv preloader for as3

    Does anyone know how to put together a preloader for flv files in as3? I've found some preloader articles in as3 but they all talk about the main movie, not the flv that is loaded by the movie. ...
  14. Replies
    1
    Views
    494

    Nevermind, I found a post that pushed me in the...

    Nevermind, I found a post that pushed me in the right direction.
  15. Replies
    1
    Views
    494

    how to load a clip from my library?

    In as2 I would have an empty movie clip on my stage and then call loadmovie to load another symbol from my library into the empty clip. I can't get this to work in as3 so I'm wondering how to go...
  16. Replies
    1
    Views
    1,502

    problem loading xml to tree control

    I have an xml document that looks like this.

    <trainingtopics>
    <topic name="Getting Started">
    <topic name="Netiquette - Four Pillars" />
    <topic name="Who Works What?" />
    <topic name="The...
  17. Nevermind, I'm an idiot. I put the...

    Nevermind, I'm an idiot. I put the checkBytesLoaded function within another function that is called when you click a button to start the video. Moving it outside of course made it work.
  18. Thanks. I'm trying to create a preloader for the...

    Thanks. I'm trying to create a preloader for the clip so I can then look at the data once it's loaded and go to the right cue point. I've used the code from the example given in the flash help for...
  19. help with dynamically loaded flvs and cue points

    I have 5 videos (and the list will more than likely grow quickly) that I'm trying to load into my main movie. Originally, each video had it's own flvplayback clip which had it's contentpath set and...
  20. Replies
    1
    Views
    464

    easing speed

    I've got a slide show that moves left to right. Depending on what button the user hovers over, a certain slide needs to come to the center. All of this seems fairly easy to do so far. However, I...
  21. I just found an interesting fix for part of this...

    I just found an interesting fix for part of this but it doesn't make much sense. I imported my .wmv file into After Effects 7 and exported it as an flv. The same settings dialog came up as what is...
  22. Another thing I noticed is that the resulting...

    Another thing I noticed is that the resulting .flv file is more than twice as large as the original .wmv file. How can I make it smaller and get the quality up? Thanks.
  23. Quality of converted .wmv to .flv is terrible.

    I am trying to convert a .wmv file to .flv with the flash 8 video encoder. I've tried numerous setting changes yet nothing seems to make a difference with the quality of the video. I notice a...
  24. [F8] help creating dynamic instances of component

    I have created a component called tab which I'm using in another movie. In the main movie, the linkage identifier for the tab component is called tab. I'm trying to create an empty movie clip and...
  25. Replies
    2
    Views
    783

    Nevermind, I did a search and found out that in...

    Nevermind, I did a search and found out that in win 2003, you have to specify a new mime type for the site definition. After doing that, it works fine.
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center