A Flash Developer Resource Site

Search:

Type: Posts; User: blipstation

Search: Search took 0.03 seconds.

  1. thanks for that Sleeve. Glad its the done thing....

    thanks for that Sleeve. Glad its the done thing. I will now proceed with greater confidence.

    The fact that the superclass implements an interface means that from the tests I have done, its...
  2. class B extends A and uses it via composition?

    I am programming some textboxes including speech, thought bubbles and information callout boxes.

    The most elementary box that the others extend is called TextBox. This superclass is simply an...
  3. Found out my mistake: the actionscript...

    Found out my mistake:

    the actionscript cuepoints are wiped out, each time you set the contentPath anew. So in the cuepoint func you add it again:

    my_FLVPlybk.load(shots[count]);...
  4. FLVcomponent code not sequencing FLVs seamless

    The following code is an attempt to get a series of different FLVs to play seamlessly within one FLVcomponent.

    An ASCuePoint is created at 0.3 secs into the FLV, which then loads the next FLV into...
  5. Replies
    119
    Views
    228,500

    Sticky: reply to blipstation.com viewer

    thanks for telling me you like it. The piece seems to divide people -after it is one hell of a download unless you have fast broadband in which case it should stream. Some like it, many don't or...
  6. extending menu component so label txt wraps

    I am trying to get the Menu components in 2004 Pro to accept a menuItem that wraps and creates a clickable button over two or more cells/rows.

    I am trying to add code to the .as class files so...
  7. looking good... just delving into the...

    looking good...
    just delving into the possibilites of streaming flv myself.

    Does this mean that you don't need the Flash MX server to use the netStream and netConnection code?
    Do you know if the...
  8. play() function not working on loaded swf in target clips

    here is some code loading swfs into empty target mcs, they load
    on cue (according to the timer running 25 times a sec). But the clipHolder variable holding the path to the target doesn't work
    on...
  9. Replies
    119
    Views
    228,500

    Sticky: check out www.blipstation.com uses flash...

    check out

    www.blipstation.com

    uses flash video to present a full-screen video wall diary of a journey from London to Istanbul. Plays for between 12 and 18 mins and is different each time it is...
  10. Replies
    2
    Views
    465

    www.blipstation.com (http://www.blipstation.com) ...

    www.blipstation.com

    press play to launch 'Hackney Girl'.
  11. Replies
    0
    Views
    684

    broadband flash video site up

    Video that edits itself never repeating itself.

    Point your browser to blipstation.com and see Hackney Girl. It's only just up but it should be working fine. Any glitches just let me know. It's a...
  12. Replies
    2
    Views
    465

    broadband flash video site up

    Video that edits itself never repeating itself.

    Point your browser to blipstation.com and see Hackney Girl. It's only just up but it should be working fine. Any glitches just let me know. It's a...
  13. I think I have sussed it. The key is putting...

    I think I have sussed it.

    The key is putting timers on the download for each .swf you are loading in and calculating the download speed and storing that in a shared object. Roughly speaking ( this...
  14. preloader needs to know if loading from cache

    I am loading a long random sequence of swf files (from 5k to 500k) to each user and by guaging their download speed allowing them to play them whilst still downloading in the background.

    The...
  15. that works!

    thanks kay_siegert,

    that works a treat...

    that bit of code is most interesting. So you can access movie clips on a given level as if the instance name of the clip you want to target is part of...
  16. getBytesLoaded in eval script not working - advanced

    I am loading loads of external swfs one after another into target clips in the root called "screen1", "screen2" etc. The instance name of the chosen target is stored in the string variable 'screen'....
  17. I am linking via html to new window in a ...

    I am linking via html to new window in a frameset with no scrollbars and with zero and 100 percent columns so I can put the swf right to the page edge in fullscreen.

    The swf page then uses...
  18. thanks- here is my approach

    thanks for that.

    I did some javascript research and used the following as my linking html:

    <html>
    <title>swf launch test</title>
    <body>

    <SCRIPT LANGUAGE="JavaScript">
    function...
  19. Put the normal fscommand("fullscreen", true)etc...

    Put the normal fscommand("fullscreen", true)etc on first frame of movie.

    when I click the swf on the hard drive it works fine but it does not work within the browser/ html page hosting it, so I...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center