A Flash Developer Resource Site

Search:

Type: Posts; User: pointguard

Page 1 of 20 1 2 3 4

Search: Search took 0.63 seconds.

  1. Yes, thanks...it does grab the data fine from the...

    Yes, thanks...it does grab the data fine from the xml. I've already traced it out to make sure... :)
    I'm not sure if you can take an image file externally and load the bitmapData in this way I'm...
  2. [as2] external image tiled background [help please!]

    Hi...

    I've run into a bit of a small -ish prolem.
    I'm using my trusty tiled background code which tiles an image in my library, with the linkage name of 'tile'.


    var tile:BitmapData =...
  3. Replies
    9
    Views
    880

    Flash8 Hi gparis... I wondered if you'd had time to...

    Hi gparis...

    I wondered if you'd had time to take a look at my file yet?

    thanks for any help/ time you can offer
    Jeff
  4. Replies
    9
    Views
    880

    Flash8 Thanks for any help you can offer......

    Thanks for any help you can offer...
    http://www.sirjeff.co.uk/Flash/Temp/FKtest.zip
  5. Replies
    9
    Views
    880

    Flash8 Hi... I'm still struggling with this, and I...

    Hi...

    I'm still struggling with this, and I know it should be able to be done, but I really can't figure it out...
    After researching a little more, i've changed my code to this but it still...
  6. Replies
    9
    Views
    880

    Flash8 * bump ;)

    * bump ;)
  7. Replies
    9
    Views
    880

    Flash8 Hi... I decided to revisit this problem, and I...

    Hi...

    I decided to revisit this problem, and I have this code now

    // set up gallery...
    setGallery = function () {
    // Builds gallery projects menu based on XML Data...
    for (i=0; i<total;...
  8. many thanks :)

    many thanks :)
  9. Wahoo.......sorted it out myself! :) Just...

    Wahoo.......sorted it out myself! :)

    Just needed to get rid of the '@' bits in all the above code and it works now! :):):)
  10. Hi... I've changed my xml format so it is like...

    Hi...

    I've changed my xml format so it is like this


    <slideshow>
    <slide>
    <image>images/swf_file.swf</image>
    <desc>Text goes here</desc>
    <link>http://www.wikipedia.org</link>
  11. Great, that seems to work... Can you do me a...

    Great, that seems to work...

    Can you do me a favour and just explain the differences and what each step does in that snippet?

    thanks
  12. I get this error messgae TypeError: Error...

    I get this error messgae

    TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::AVM1Movie@4f504a1 to flash.display.Bitmap.
    at slideshow_fla::MainTimeline/addSlideContent()...
  13. [RESOLVED] [help please] slideshow question

    I've been following the techlabs tutorial on building an as3 slideshow as I'm just getting used to as3.
    I've been trying to load in .swf files instead of static jpegs, but it won't work.
    I'm...
  14. Replies
    9
    Views
    880

    Flash8 Hi, thanks... This is what I've got now for...

    Hi, thanks...

    This is what I've got now for the above code, but all the .swf's load on top of each other at 0,0...
    // set up gallery...
    setGallery = function () {
    // Builds gallery projects...
  15. Replies
    9
    Views
    880

    Flash8 as2 movie height

    Hi...

    I'm building a vertical portfolio viewer which uses the below code to create my gallery. I'm loading the data externally via xml (which loads fine, so no problems there). The data which...
  16. Replies
    1
    Views
    504

    Flash8 *bump :)

    *bump :)
  17. Replies
    1
    Views
    504

    Flash8 scroll problem

    Hi...
    I've got a dynamic vertical scrolling gallery which works fine except for one small thing. There is lots of space underneath the last item in the gallery which shouldn't be there......
  18. Replies
    5
    Views
    1,977

    Flash8 Aha! A bit of tweaking and I've sorted it out!...

    Aha!
    A bit of tweaking and I've sorted it out! :)
    Thanks for your help...


    import mx.transitions.Tween;
    import mx.transitions.easing.*;

    // Specify your XMl file path
    var xmlPath:String =...
  19. Replies
    5
    Views
    1,977

    Flash8 thanks, is my xml set up correctly thoguh, as I...

    thanks, is my xml set up correctly thoguh, as I get error messages...

    Error opening URL 'file:///C|/Jeff/Flash/AS2%20Templates/PowerXML/teamviewer/undefined'
    Error opening URL...
  20. Replies
    3
    Views
    1,651

    Flash8 thanks :)

    thanks :)
  21. Replies
    5
    Views
    1,977

    Flash8 *bump :)

    *bump :)
  22. Replies
    3
    Views
    1,651

    Flash8 have already tried...

    have already tried
    getURL("mailto:(_parent.email)";
    ...but I get '(_parent.email)' inserted instead...
  23. Replies
    3
    Views
    1,651

    Flash8 getURL mailto problem

    Hi...

    Bit of a tricky / wierd question here...
    My main file is ateam viewer. I have a movie clip (named for example 'email clip') nested inside another clip inside a team scroller. An xml file...
  24. Replies
    5
    Views
    1,977

    Flash8 Hi... I've been moving on with my grid...

    Hi...

    I've been moving on with my grid gallery...So far I have this in my xml code...


    <team>
    <movietitle>MEET THE TEAM</movietitle>
    <employee>
    <image>images/001.jpg</image>...
  25. Replies
    5
    Views
    1,977

    Flash8 as2 thumbnail grid

    hi...

    i really struggling to find a solution to how you properly organise dynamically loaded thumbnails from an xml file, into a grid.
    What I'd like is for the number of columns and rows to be...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center