A Flash Developer Resource Site

Search:

Type: Posts; User: rondog

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    2,198

    right that is what I did. I still had the FLA...

    right that is what I did. I still had the FLA from the AS2 so I made a closeVideo() function and called that from the AS3 swf using that swf bridge. The code I posted in my previous post was on the...
  2. Replies
    13
    Views
    2,198

    well I still could not get it to work..I tried...

    well I still could not get it to work..I tried quite a few different methods and no luck..below is what I tried on the AS2 swf when closing it

    player.closeVideoPlayer(0);



    var target =...
  3. Replies
    13
    Views
    2,198

    I will report back tonight if this worked or not

    I will report back tonight if this worked or not
  4. Replies
    13
    Views
    2,198

    Nah that doesn't seem necessary. I am pretty sure...

    Nah that doesn't seem necessary. I am pretty sure killing the netconnection and netstream object will do it. Just take a look at this:
    ...
  5. Replies
    13
    Views
    2,198

    It is a progressive

    It is a progressive
  6. Replies
    13
    Views
    2,198

    Yes it does. After I hit my back button, I set it...

    Yes it does. After I hit my back button, I set it to null, but then when I load another swf, I reinstantiate it by doing swfLoader = new Loader();

    I think I know the issue though. The...
  7. Replies
    13
    Views
    2,198

    When I open the SWF, I make a back button in...

    When I open the SWF, I make a back button in AS3...that back button simply does

    removeChild(swfLoader);

    That gets rid of my loaded swf.

    I also set swfLoader = null;

    When I load my swfs I...
  8. Replies
    13
    Views
    2,198

    Loading an AS2 swf with Video Component in AS3

    Ok here is my situation. I have my main file which is built in AS3 and I am loading some older AS2 files. These AS2 files have some video in it and use the FLVPlayback Component.

    When I click my...
  9. Replies
    0
    Views
    297

    event.state.playing not firing

    Ok I am running into a wierdo problem that I haven't before. Via http, If I seek a clip past where its buffered, its freezes for a second, buffers and begins playing. After that I cannot seek again....
  10. Replies
    0
    Views
    361

    cuepoint problem

    I have recently run into a weird problem that I have been trying to figure out the past 5 hours.

    I have a video with an AS cue point every 10 seconds. I have a MetadataEvent.CUE_POINT tied to the...
  11. Replies
    4
    Views
    1,007

    http://www.shawnblais.com/lab/?page_id=52

    http://www.shawnblais.com/lab/?page_id=52
  12. Replies
    4
    Views
    1,007

    I found a fix for it a while back...I'll see if I...

    I found a fix for it a while back...I'll see if I can dig it up
  13. solved it: private function...

    solved it:


    private function onCuePoint(e:MetadataEvent):void
    {
    if (player.state != "buffering")
    {
    switch (e.info.name)
    {
    case "location" :
  14. [RESOLVED] question regarding AS cue points

    I have a video player that has a quality button that toggle between high and low bandwidth. What it does is save the playheadTime to a variable, changes the player.source to either the high or low...
  15. Replies
    0
    Views
    1,082

    Best way to switch between streams

    I am a limelight customer and I have two FLV files. Same content, just different bit rates. Essentially a high and low.

    What is the best way to switch between the streams? In the past, I just...
  16. Replies
    3
    Views
    493

    or check this post:...

    or check this post: http://gertonscorner.wordpress.com/2009/03/15/fileupload-using-amfphp-remoteobject-and-flash-10/

    I think its only compatible with flash 10
  17. Replies
    3
    Views
    493

    I ended up just making an upload.php file and not...

    I ended up just making an upload.php file and not using AMFPHP to do it.
  18. Replies
    3
    Views
    493

    Uploading with AMF

    I built an application in AS3 a while back that allowed users to select 1 or more files and upload them to a server (not using AMFPHP at the time). That works fine.

    I am building a new application...
  19. Replies
    0
    Views
    428

    Switching between Hi/Lo bandwidth video

    I have a 2 hour long show that users will view online. I have a high bandwidth version and a low bandwidth version. I noticed when switching between the high and low bitrates, it shows the first half...
  20. Have you used AMFPHP before? All you do is return...

    Have you used AMFPHP before? All you do is return the query. AMFPHP does all the other stuff for you like:


    while ($row = mysql_fetch_array($query))
    {
    etc..
  21. PHP works, MySQL works, but AMFPHP wont connect

    I've created a mysql db on localhost, used php to get the data and echoed it successfully. Now when I try and run a service through AMFPHP, I get Unsupported data type: mysql link.

    This script...
  22. Replies
    1
    Views
    494

    Endless loop of cross fading images

    I've always struggled with this for some reason, but say I have 5 images loading from XML. How would I make it so they would cross fade each other on an endless loop? I can make it so it gets to the...
  23. Replies
    12
    Views
    720

    oh I see what you did. You just copied what I...

    oh I see what you did. You just copied what I gave you. Yes you have to download swfobject.js and include it in your html page. Download it here: http://code.google.com/p/swfobject/
  24. Replies
    12
    Views
    720

    I cant tell without seeing it. Also it's a good...

    I cant tell without seeing it. Also it's a good idea to no use capitals in path names.
  25. Replies
    12
    Views
    720

    If you use swfobject to embed, do:

    If you use swfobject to embed, do:


    <div id="flashcontent">
    <script type="text/javascript">
    var so = new SWFObject("inc/modules/justintime/justintime.swf", "justintime", "850", "370",...
Results 1 to 25 of 180
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center