Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jamiebettles

  1. jamiebettles

    loader component question

    Thanks, i didnt manage to get it working setting the url in the panel but found the following actionscript worked so all is fine... this.myloader.contentPath = "http://www.pitzundpartner.de/flash/test/diashow.swf"; this.myloader.load(); cheers for the advice jamie
  2. jamiebettles

    loader component question

    Hi there, I've searched the forum and can't seem to get the answer to a simple question... I'm using the loader component which is perfect for what i'm trying to do and in this case suits the task better than createEmptyMovieClip. My question is, does the jpeg or .swf i'm loading HAVE to be in...
  3. jamiebettles

    Slideshow from images folder...

    Billwatson, Thanks a lot. I'm no flash expert so it might take me a little while to figure out how all the script works, but it's just what I wanted and hopefully I can get my head round it and put it to good use. Thanks again Jamie
  4. jamiebettles

    Slideshow from images folder...

    Hi flashpro thanks a lot thats exactly what I'm looking for. However... I would like to learn how to construct the slideshow myself. Not JUST because it's free, but because i will know how to do it in the future for other websites and also learn about how PHP script links into flash which I am...
  5. jamiebettles

    Slideshow from images folder...

    @ Bill Watson Hi there, I have the same question as 'jiyano' and I didn't think i'd be able to perform the task within flash. Could you please send me the .php file that retrieves the list of files from the directory?? I would really appreciate it. Thanks, Jamie
  6. jamiebettles

    actionscript failing in my scrollbar

    Hi, thanks, whenever you get some free time, that would be great. Here is a link to a file with just the scrolling section of the website, it may be much easier to work with: www.pitzundpartner.de/flash/scroll.fla.zip thank you jamie
  7. jamiebettles

    actionscript failing in my scrollbar

    Sorry, i'm a complete arse. correct link: www.pitzundpartner.de/flash/kubiq_test.fla.zip thanks a lot for persevering jamie
  8. jamiebettles

    actionscript failing in my scrollbar

    www.pitzundpartner.de/flash/kubiq.fla.zip
  9. jamiebettles

    actionscript failing in my scrollbar

    ok, here's the script from scene one which regulates the stopping points of the scrollbox... ms = textbox.Message.maxscroll; scale = scrollheight/ms; if (ms>1) { if (!dragpress) { textbox.scrollbar.scrollbox._yscale = 2000/textbox.Message.maxscroll; textbox.scrollbar.scrollbox._y =...
  10. jamiebettles

    actionscript failing in my scrollbar

    Hello. I'm making a very small and simple flash website and have made a scrollbar which works almost perfectly. When manually selecting the 'scrollbox' and moving it up and down it stops exactly at the top and bottom of the scrolltrack. the 'up' arrow also works perfectly but when pressing the...
  11. jamiebettles

    flash menu won't load

    Hey, I'm no expert either but a couple of basic suggestions... make sure you use http://www. at the start of the absolute path and make sure that the .swf file is both on the server and youve changed the permissions on the file so that it can be viewed when online. Also make sure the link to...
  12. jamiebettles

    Frameset scaling problem

    Thanks, that makes sense. I didn't realise the "*" would make the frame fill the rest of the page. I have little experience and it's the first web site i've made so I didnt take into consideration the implications of making everything with flash. What tips would you give to make it more...
  13. jamiebettles

    Frameset scaling problem

    Hi there, I've posted this message in the GoLive forum already but haven't had any responses so I was hoping somebody here could help me out... I have a problem with this flash website im doing: www.pitzundpartner.de/narzissengarten Its a basic 2 frame frameset made in golive, the top frame...
  14. jamiebettles

    Frameset scaling problem

    Hello again, still can't find a way to fix both frames in the frameset into place. It is possible to do it easily with a table within a normal html page, but the advantage of a frameset is that wherever the user navigates on the site, the menu bar in the top frame stays the same...ie. the whole...
  15. jamiebettles

    Frameset scaling problem

    hi everyone, I have a problem with this flash website im doing... www.pitzundpartner.de/narzissengarten Its a basic 2 frame frameset made in golive, the top frame holds the navigation movie and the bottom holds the other pages which are flash movies of the same size. The problem is; the top...

Part and Inventory Search

Back
Top