Playback of Flash Tracks

*I work in a school district and we recently upgraded to QuickTime 7.2. We also are using Kid Pix 4. We have discovered that the stickers and animation in Kid Pix no longer work after the Quick Time upgrade. I have found the following information on the Kid Pix support site:*
_+"Stickers and Animation do not appear (Windows®)+_
+When attempting to add a sticker or animation to a project in Kid Pix® Deluxe 4, the handles for the object show in the workspace, but the sticker or animation does not appear. Updating to Apple® Quicktime® 7.1.3 can cause this behavior. A setting in Quicktime® will need to be adjusted. Review the remainder of this technical note for additional information.+
+Perform the following steps to adjust Quicktime® 7.1.3 to work properly with Kid Pix® Deluxe 4:+
+Close all programs and windows and return to the desktop.+
+Click the Start button and select Control Panel. The Control Panel window will appear. If the Control Panel is showing in category view, click the Switch to Classic View link. (Windows® XP)+
+Double-click on the Quicktime icon. Quicktime Preferences will display.+
+Click the Advance tab. Additional options will appear.+
+Place a check in the box labeled Enable Playback of Flash Tracks and click Apply. The Quicktime Preferences window and Quicktime Player may be closed.+
+Launch and use Kid Pix® Deluxe 4. The stickers and animations will appear correctly."+
*My problem is that it only fixes it for the current person logged in.*
*Our students do not have access to the control panel, and they are volitile users (meaning they are deleted upon logout).*
*Do you know if there is a registry key we could use to make that change for all users?*

Don't know if you figured it out yet, but I was in the exact same situation. (Am using DLUs, students are volatile, Teacher/Administrative are non-volatile.)
Here's how I fixed it:
Logged in using my admin account to set the preferences for QT the way I wanted them. Copied the quicktime.qtp file from my local account's directory to someplace accessible by all (I used x:\Kid Pix 3 Network Server\WSinstall" directory". (NOTE: the quicktime.stp file is not stored in the "defaultuser", or "All users" local USERPROFILES, but the local user's USERPROFILES directory)
Every time a user runs KidPix 4 I make sure that file gets copied over to: "c:\Documents and Settings\<user>\Local Settings\Application Data\Apple Computer\Quicktime\"
I just did a batch file in the "Lauch Scripts" in ZENworks to "Run before Launching". It copies the quicktime.qtp file to where it needs to be (see batch file info below).
Also, I didn't have to do an install at each workstation for the client by actually running client install. I installed it once, then copied the directory to the "WSinstall" directory mention above. When someone runs Kid Pix it looks to to see if the client files are on the local drive, if not, it just copies them over.
below is the batch file I use form within ZENworks:
@ECHO OFF
TITLE INSTALLING KID PIX 4 CLIENT, Please wait . . .
if exist "C:\Program Files\The Learning Company\KidPix 4 Network\KP.exe" GOTO END
ECHO Copying files . .
xcopy "X:\Kid Pix 4 Network Server\WSinstall\The Learning Company\KidPix 4 Network\." "C:\Program Files\The Learning Company\KidPix 4 Network\." /E /Y
:END
C:
MD "%USERPROFILE%\Local Settings\Application Data\Apple Computer\QuickTime\
CD "%USERPROFILE%\Local Settings\Application Data\Apple Computer\QuickTime\
xcopy "X:\Kid Pix 4 Network Server\WSinstall\QuickTime.qtp" /Q /Y
xcopy "X:\Kid Pix 4 Network Server\WSinstall\KP.cfg" "C:\Program Files\The Learning Company\KidPix 4 Network\." /E /Y
(The KP.cfg file lets you configure auto-login and default save locations, see tech notes 41047 and 41581 at support.riverdeep.net.)

Similar Messages

  • What happened to Preferences/Advanced/Enable Playback of Flash Tracks

    In the past, to make a .mov work in Windows, i selected
    "Enable Playback of Flash Tracks" in Preferences/Advanced
    My .mov file will not play in QT 7.4.5 and wonder if the loss of this feature is the reason

    7.3.1, and above, no longer allow/support .swf (Flash) media inside QuickTime containers.
    Security issues.

  • Slow motion recording and playback with Flash Player with web browers

    Hi,
    I am using a MacBook, have installed Flash Player 10, and everything was great until a couple of days ago. Then, my audio playback with Flash seems to be in slow motion. I record my voice in this program call Voicethread using either Safari or Firefox and what it should be a 3 seconf audio track seems to be elongated to 9, streching my voice like it is on slow motion. I have tried everything that it is recommended (restaring, uninstallins, reinstalling, etc) and NOTHING... I have spent hours already trying to fix this issue that came from nowhere... 36 hours ago was working just perfectly!
    Any suggestions?
    Many thanks,
    Luis

    Adobe Flash Player has also been crashing periodically on 2 of my computers, I'm still running XP, one of them a powerful HTPC, Dell Optiplex 755 SFF over a new Cable Internet Connection. Buffering, Lagging, crashing when streaming video for Catchup TV (Freeview) via Firefox Adobe Flash Player Add-On, does not happen on Youtube though. Lagging & Crashing does NOT occur AT ALL in Google Chrome, but I hate that browser.
    Have tried the usual disabling Flash Hardware Acceleration + Protected Mode, setting storage to Unlimited, disabling FF Ad Blockers + Hardware Acceleration, cleaning Caches, updating program versions, everything bar reinstalling programs. It's not happening in Chrome, why in Firefox?

  • Best method for flv playback in flash 8

    group,
    i am currently trying to get to grips with flv playback with
    flash 8. i have come across a number of methods for flv playback
    within flash 8 and am curious to know the difference between
    methods and ultimately if there is such a difference discover which
    is best. I have had a few issues with some methods and was
    wondering if it was because that method sucks.
    In particular i am looking for the best method for allowing
    custom skinning of the player with the ability to have a player
    somewhere on stage without it being stapled to the darn flv file.
    METHOD1:
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    theVideo.attachVideo(ns);
    ns.play("testmovie.flv");
    METHOD2:
    import mx.video.*;
    this.attachMovie("FLVPlayback", "my_FLVPlybk", 10,
    {_width:360,_height:240,x:0, y:0});
    my_FLVPlybk.skin = "SteelExternalAll.swf"
    my_FLVPlybk.contentPath = "testmovie.flv";
    my_FLVPlybk.autoSize=true;
    my_FLVPlybk.autoPlay=false;
    what are the differences??
    any help would be much appreciated. Thanks for your time and
    expertises,
    Flash fan.

    Adobe has announced that it has ceased development of Flash for mobile phones (in favour of HTML5, and due to the opposition of both Apple and Microsoft to allow support of Flash for their mobile operating systems), so from that direction neither Microsoft nor Nokia is going to get any help.
    If the Adobe Flash Video format specification is publicly available to use or to license (I don't know if it is), then at least Microsoft could implement support for it, if they wanted to (Nokia might not have sufficient rights from Microsoft to add new codecs to Windows Phone).
    So, you might direct your question primarily to Microsoft, rather than Nokia (of course, a Microsoft representative will probably read this, too, but whether they'll response or not is another matter).

  • Stop Playback After Current Track

    I hate to stop the music in the middle of a track, so i would love some way to make Spotify stop playback after the current track.
    Right now I can simulate the desired behaviour by right-clicking an empty playlist, (that i have created for this purpose only) and selecting "Choose as Current Playlist" and making sure that the play queue is empty. While this is a nice workaround, I think that it would make sense to include a real "Stop Playback After Current Track"-function in Spotify.
    Update (2015-02-01):
    The previously suggested workaround doesn't even work any more as Rapti has pointed out in a comment. At one point it could even make Spotify crash completely.
    I would like to point out that a saner, more flexible queuing system could allow even finer control over when to stop playing. Thus people who like this idea might also like:
    Make entire play queue editable (I have added my own comment to that idea about how Google Play Music seems to work)
     

    I've also wanted this feature for a long time, and I made a little userscript to do this using the Spotify Play Button. I wrote a blog post about it in Norwegian a couple of minutes ago. Here it is, run through Google Translate.  A couple of the translations are a litle corny and weird, but I think you'll get the point, though. However, if you're fluent in Norwegian or JavaScript, these two links might help you clear things up a bit: Blog post in Norwegian, Spotify Break After at userscripts.org. Thank you for your time. :)

  • Why do my EMPTY audio tracks playback ANOTHER audio track?

    Why do my EMPTY audio tracks playback ANOTHER audio track?
    Example: A vocal track (audio 2) being played through an empty guitar track (audio 1).
    The vocal track is magically being played through the guitar track with distortion. WHAT possible feature is this good for and how do I get rid of this annoying problem? I looked at the reassign tracks menu and it doesn't say its connected or anything... I don't know if this has been addressed before on this site but I can't find the answer any where on Apple Discussion's website. Please help.
    Thanks

    A key concept to understand is that Logic is more flexible when it comes to "tracks" than most other DAWs.
    For instance, most DAW use a fixed "one arrange track is one audio channel" approach.
    Logic doesn't. You can have many arrange tracks all assigned to the same audio mixer channel (although only one will sound at a time).
    You probably have two arrange tracks assigned to the same audio object (key command "New arrange track with same object") rather than creating a new arrange track together with a new independent audio channel (key command "New arrange track with next object").
    Try this. Hit the + button at the top of the track list, and create a new audio track. This creates a new arrange track and assigns it to the next available audio object.
    Move your second region to this new track - does that work as you expect now?

  • Strobe media playback in Flash?

    Hi everybody,
    is there any way to load the player into a .fla file?
    I'm not able to find anything about that..
    Thanks in advance.

    Thank you, billo! From a first sight, it looks as a slightly different approach, but I'm enthusiastic to try.
    Just for information, I've been able to load an instance of the Strobe Media Playback in Flash (with the Loader class), but when I try to load a second instance I get a
    TypeError: Error #1034
    Does this tell anything?
    It's very strange, because the first instance seems to work perfectly..
    Thanks for the help.

  • Issue with video playback in Flash Player

    I am currently doing some voluntary work for my mom for the local branch of the Alzheimer Foundation. Now I have encoded a video to mpeg4/h.264 and F4V using the Adobe Media Encoder only I am having not much luck to get it successfully played. Now is my question what could I be doing wrong? I already tried to use ActionScript 2 and 3 and disabled GZIP compression on the server and even tried different files like H.264 and F4V.
    The strange thing is that the video always work just fine when being tested in Flash CS4 10.2 but when I tried it in the browser it fails. The Test Movie feature of Flash is using the following player version MAC 10,0,12,36. I am using 10,0,32,14 MAC in my Safari browser and their the movie plays fine once the file is fully downloaded (how can I change this?) only when let friends try it out which have version 10,0,32,18 or the same version it doesn't work for them. Also when I am using an older version doesn't seem to work. I thought that H.264 support was added in some version of Flash Player 9. One of the issues which I was getting that the video playback worked lovely in Test Movie with the below listed alzheimer.mp4 url but when testing after the SWF and HTML were uploaded to the webserver it failed to work and I was receiving a FileStructureInvalid error. Now I would expect that the video file would fail in Test Movie too when the video file structure is invalid.
    I have tried the following video files both encoded with Adobe Media Encoder:
    http://www.letslearn.it/dropbox/alzheimer.mp4
    http://www.letslearn.it/dropbox/alzheimer08.f4v
    The current player can be found at:
    http://www.letslearn.it/dropbox/alzheimer.html
    I have attached my As3 version of the Flash file which is normal easy video stuff.
    Anyone happen to know what could be the issue here? I am getting desperate!

    Yes, I have just used the normal Video-object together with the normal trick to load Flash Video files with it. Nothing special only with a full URL for the play()-method. I have attached the source code for your convenience. The original files are edited in Premiere Pro CS4 and are based on one original ripped DVD vob file and a newly created Quicktime-based slideshow animation which has then be edited into one using Premiere.
    After that I  have selected the sequence of the Premiere project which I have exported using File > Export which is using Adobe Media Encoder. For the encoding I haved used the Export Settings: "Format FLV | F4V", Codec On2 VP6 and then altered the video size and bitrate so that the file size gets smaller this is for the Alzheimer08.f4v file. The other file used the H.265 Web Medium profile with also the video size and bitrate modified after it got encoded and uploaded to my webserver.
    The original files used by the Premiere Pro project are:
    VTS_01_1.dv
    Type: DV Stream
    File Size: 2.6 GB
    Image Size: 720x576
    Average Data Rate: 3.4 MB/Second
    Compressor: DV - PAL
    Quality: Normal (3.00)
    SLIDESHOW 2.mov
    Type: QuickTime Movie
    File Size: 3.2 GB
    Image Size: 720 x 576
    Average Data Rate: 3.4 MB/Second
    Compressor: DV - PAL
    Quality: Most (5.000)
    Above information is obtained in Premiere Pro by selected Properties-option of the submenu when selecting the file.
    Hopefully you can use this information but I could upload the original Premiere Pro project over the next few days. If you would be interested in it.
    FLA file: http://www.letslearn.it/dropbox/alzheimer.fla

  • Minimum hardware for video PLAYBACK? Flash 8?

    Does anyone know a resource where I can learn about minimum
    system requirements for Flash8 or later playback?
    I encoded a video using FlashCS3 video encoder - and on most
    computers, it looks just fine/as expected. Just to see what would
    happen, I tried to view it from the web, on a Mac G4/867 that we
    have sitting around because it has PCIx cards for SCSI in it... It
    is running OSX 10.4.11 -- Safari 2.x. It has 1.25 gigs of ram.
    Video simply will not play back on this dinosaur (well, it
    plays, but 1 out of 10 frames, if I'm lucky - and audio is total
    sputter, it is unusable) ... ok, this box is ancient. BUT must I
    assume all current web visitors will have rocket-ship speed
    hardware?
    Is there a guide that's been assembled with guidance? For
    video encoded with VP6, do not exceed Y x Z dimensions at 15 fps in
    Flash player 8, etc... ???? I've searched...
    Thanks in advance for any VP6 encoding guidance.
    Bonus question: since I own CS3 and QTpro (Final Cut Studio),
    is there a true benefit from Flix or Flix Pro (or another stand
    alone encoder)? My primary machine for this is a MacBook Pro C2D
    2.33. Thanks.

    PS -- the internet bandwidth on this machine is superior...
    10megs downstream... on the same network (wired) as a few other
    (faster/newer) machines that have no issue viewing my video. The
    video is ~72mb.

  • Multiple playback from one track

    Adobe: Can you tell me why all the clips layered in the same track play back together?  In AA3, only the topmost clip in the track plays back - very sensibly, too.  What's the thinking behind getting them all playing back together?  And is there a fix?
    For those of you who are recording in multitrack: the best workaround I've found for this is to NOT layer clips in the same track.  So, if I want to do another take as soon as I've finished the previous one, I find it's less of a pain to arm a whole new set of tracks to record.  That also makes it easier later on to get rid of takes I don't want from the session.  It makes for a kind of clunky workflow overall, but this new program seems to be one with hurdles built in as well as omissions, compared to 3.  It makes me wonder who they designed multitrack for, though.  Not me, apparently.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    ryclark wrote:
    I would have thought that the ability to fold down a track with multiple overlapping clips, as after punched in retakes, to show a separate lane for each clip would be useful. In other words a track with it's own built in multitrack.
    Sure, and to tell the truth, that 'simultaneous playback of all clips in the track' thing actually played to my advantage last week - it turned out to be two takes of the same vocal with an outrageous amount of delay that I never would have tried on my own, but which I think sounds pretty cool.  It's a keeper.
    But how about making it an option, then?
    * Play top clip only.
    * Play all clips.

  • Can't get Progressive FLV's to playback in flash movie

    Developing a flash resource which runs FLV files from within it as pro
    gressive. It works ok on my local testing computer/network server. But when I put it online it does not play.
    I opened up the components panel for each FLV and noticed they were absolutely linked to my network drive (obviously when online this linking will now work). So i changed all the linking to be relative and some warning windows did come up and say i was breaking the link but i ignored them because i don't care about how it runs locally...i want this resource to work online!
    But now the FLVs will not playback locally or online! I need some help....something that it might also be is I am uploading this resource to an LMS called Janisons (perhaps they are not FLV through flash playback - friendly).
    Is there any particular path of troubleshooting I could go along? Because I have just about tried everything i know!
    Thanks in advance.
    UPDATE: I changed back one of the FLVs parameters to link to local drive in the component parameters - and as expected, it runs fine locally but when previewd in chrome (which might i add has some great debugging features that you could only dream of finding in IE) i get the following message:
    SecurityError: Error #2148: SWF file http://my.tafe.qld.gov.au/GLC/GLC_Food_Hospitality/GLC_SITHFAB009A_TQC_A/Scenario/barMenu.swf cannot access local resource G:\Resource Development\RD\2009-2010\ITG 4\Food&Bev\RSA\Online\Resources\Scenario\Scenario4_Staff_Responsibility\ExpensiveArvo2.flv. Only local-with-filesystem and trusted local SWF files may access local resources.
    at flash.net::NetStream/play()
    at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_play()
    at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_setUpStream()
    at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::_load()
    at fl.video::VideoPlayer/load()
    at fl.video::FLVPlayback/doContentPathConnect()

    Geez I feel like a numbskull.
    I had identified the problem correctly (linking) - but i only just found out that the linking is relative to the placement of the SWF file within the folder structure - NOT THE HTML FILE IT IS EMBEDDED WITHIN. I'm just so used to considering everything relative to the HTML page in previous versions of Flash (i.e. when coding external website links).
    This site gave me the quick answer I needed:
    http://forums.creativecow.net/thread/190/862395
    I can have a good sleep tonight now!
    PS - I have never answered my own question before....

  • Captivate & Flash Tracking

    Hi, I m creating one module in captive 6, which consist slides only & i created quiz in flash cs6 with 5 questions, 10 points each. i want to upload this two files on LMS, and i want to track score from flash quiz. which settings i use in flash for publishing to LMS?

    Hi  RadWard,
    I'm using Adobe Captivate 5.5  And  Adobe Reader version 10 , i run thus project work fine but  when  i publish to pdf display blank in pdf sheet   ( i used For .Swf File Animation Slide ) , i think then only Display Blank , how can solve this Problem   RadWard.
    Thanks
    Raja

  • Has anyone experienced this?  Slow MP3 playback in Flash player

    I'm wondering if anyone has experienced the issue I'm having...
    Some of the mp3s that I'm pulling into my Flash/XML audio player, of songs created in Garageband, are playing at a slower pitch.
    Because It only happens to some MP3s it makes me think that it's not Flash but something to do with the MP3. The one thing they all have in common is that they were all songs that were created in Garageband, then exported to iTunes as an AIF and then converted to MP3. I have yet to experience a problem with songs that I've downloaded or ripped from CDs.
    Here's the link to the player and two songs. Both songs were done in Garageband and converted to MP3 the exact same way, yet while the first songs plays fine, the second plays back much slower that it's source.
    http://www.theheavycoats.com/music/newstuff/testaudio.htm
    Below are the direct links to the MP3s so you can see that the source MP3 plays fine on its own.
    http://www.theheavycoats.com/music/newstuff/answeredprayers_new.mp3
    http://www.theheavycoats.com/music/newstuff/seasong_new.mp3
    I've also posted on Adobe's forum. What do you guys think?
    Thanks.
    Quicksilver   Mac OS X (10.4.8)  

    nlyttle wrote:
    > Thanks for taking a look. Just want to be sure... The
    first song in the player SHOULD play fine, and the second, for me,
    does not. But for you BOTH songs play fine?
    Sorry for misleading information.
    The first song indeed plays fine and the second Does Not. I
    was checking the first one
    all the way.
    Anyhow, I still keep up with my Sample Rate suggestion.
    Flash has preference when comes to sound:
    best to use 16-bit 22 kHz mono sounds (stereo uses twice as
    much data as mono),
    Flash can import either 8- or 16-bit sounds at sample rates
    of 11, 22, or 44 kHz.
    Other samples rates result in playback problems.
    The first Mp3 is 44Khz just as flash likes it, the second one
    is 48Khz
    I believe changing it to 44 will solve your problem. Try it
    please and let me know.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Changing subtitle stream during playback of Video track

    Hi all,
    Can someone please help me out with changing the subtitle stream during playback of a video track? The subtitle button doesn't seem to cycle through the 4 languages we have on the track.
    thanks!

    hey nipponese (great name)
    when you press the subtitle button, does it restrict you, or does it not go through all 4 subs, or maybe even, does it go through more than your original 4?
    do you have a menu, or is it just the video, audio and subs?
    Mike

  • Tour 9630 MP3 playback issues. TRACK MARK DEAD SPACES

    at start of every song I loose the first second or so of sound, this is even happening on album playback mode where songs are connected or run into each other, other than that the sond is great. This is very annoying , it is as if my Blackberry shuts the sound down at track markers. I am using Windows Vista and lod songs via Windows media Player, loading is not an issue it is simply that litle dead zone at the start of each song at playback. anyone else experienceing this ? Any solutions.   Thanks , Larry

    You're not the only one judging by the forums!
    Likewise I have been using Apples since the Apple IIe(!) and have found them great in every respect. iTunes however over the past couple of years has deteriorated to th point of being unuseable. Apple has made iTunes the hub of your digital life and so it really has to work seemlessly.
    I currently have had to completely wipe and re-install my 64Gb iPhone 4s several times to get my music back on to it. I cannot het any playlists to sync which is really annoying and it generally undermines my faith in Apples software quality.
    Please put whatever resources are necessary to fix this soon Apple or you will certainly start to haemorrhage customers to other platforms. After all if iTunes remains broken then what's the point of paying the extra for Apple qulaity? You may as well uplaod ebverything to Google play and be done with it!

Maybe you are looking for