Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE FLASH:HomeFlash ForumFlash TutorialsFlash Video TutorialsWeb Streaming ForumAdobe FlashPodcast

Flash Video

COW Tag
COW Tags : Adobe Flash
Re: How to add a jpg placeholder to Flash video
by demetri tashie on May 25, 2012 at 3:55:10 pm
in the Adobe Flash Forum
hi robert- well, something is wrong or differing from the orignial code, otherwise it would be working. when things don't seem to work, i always pare it down to the bare basics for the function/effect i am conetrating on. once i get clear that
Re: How to add a jpg placeholder to Flash video
by Robert O'Malley on May 24, 2012 at 1:47:19 pm
in the Adobe Flash Forum
I did name it "movie1"
Re: How to add a jpg placeholder to Flash video
by demetri tashie on May 23, 2012 at 8:54:02 pm
in the Adobe Flash Forum
is your FLVPlayback component named 'movie1' ? if so , it should work
Re: How to add a jpg placeholder to Flash video
by Robert O'Malley on May 23, 2012 at 8:39:08 pm
in the Adobe Flash Forum
import fl.video.*; import com.greensock.*; import com.greensock.easing.*; Demitri, Here's the code I'm using. It's not loading the flv video and controls. I'm getting an error message:Access of possibly undefined property PLAYING_STATE_ENTERE
Re: How to add a jpg placeholder to Flash video
by demetri tashie on May 23, 2012 at 4:37:13 pm
in the Adobe Flash Forum
first, make sure your video component is not set to autoplay. do that in the component inspector / properties panel( depending on which version of flash you use), or add this line of code: flvPlayer.autoPlay=false; also make sure your tween is
Re: How to add a jpg placeholder to Flash video
by Robert O'Malley on May 23, 2012 at 3:46:52 pm
in the Adobe Flash Forum
Demitri, The movie loads with the placeholder only covering the flv section of the Flash movie(so the controls are still showing). The movie starts to play and the placeholder image (jpg) starts to fade (using Flash Lite). (I'm testing it in Flash
Re: How to add a jpg placeholder to Flash video
by demetri tashie on May 22, 2012 at 7:30:59 pm
in the Adobe Flash Forum
great. let me/us know how it goes, and if you have any other questions
Re: How to add a jpg placeholder to Flash video
by Robert O'Malley on May 22, 2012 at 7:19:14 pm
in the Adobe Flash Forum
Thanks Demetri. I'm going to try #2.
Re: How to add a jpg placeholder to Flash video
by demetri tashie on May 22, 2012 at 6:22:41 pm
in the Adobe Flash Forum
there are several approaches on how to do this - from real simple to more complex. here's a few sugestions: 1) since your video player should by default show the first frame of the video, just make sure the first frame is not black. you can either
How to add a jpg placeholder to Flash video
by Robert O'Malley on May 21, 2012 at 3:02:29 pm
in the Adobe Flash Forum
I'm trying to add a jpg placeholder to a Flash movie (Action Script 3.0, player 10.2) so that the screen isn't black before the user clicks the video start button. Is there code for this that can be inserted when making the movie or on the web page?
HTML5 (CreateJS) for Adobe Flash Professional CS6
by Michael Hurwicz on May 17, 2012 at 10:56:29 am
in the Adobe Flash Forum
Creative COW leader Michael Hurwicz provides a brief introduction to CreateJS, an extension for Adobe Flash Professional CS6 that allows you to export Flash projects as HTML and JavaScript, even on platforms that do not support the Flash Player.
HTML5 (CreateJS) for Adobe Flash Professional CS6
by Michael Hurwicz on May 17, 2012 at 10:56:29 am
in the Forum
Creative COW leader Michael Hurwicz provides a brief introduction to CreateJS, an extension for Adobe Flash Professional CS6 that allows you to export Flash projects as HTML and JavaScript, even on platforms that do not support the Flash Player.
Re: autorun computer / like a DVD
by Juan Manuel on May 7, 2012 at 1:51:34 pm
in the Adobe Encore DVD Forum
In Windows, if you add a shortcut to something to the 'startup' folder in the start menu, those items will play automatically when the user logs in. So you'll need to build a dvd or an interactive flash video, create a shortcut in that folder and mak
Re: Flash video not playing when published
by jerry smith on Apr 22, 2012 at 6:21:32 am
in the Adobe Dreamweaver Forum
Thank you so much! That did the trick.
Re: Flash video not playing when published
by Mike Smith on Apr 21, 2012 at 6:36:21 pm
in the Adobe Dreamweaver Forum
From here it looks as if your run active content script is in your root directory with your index page. So you could try replacing your script line with the line <script src="AC_RunActiveContent.js" type="text/javascript">
Re: Flash video not playing when published
by jerry smith on Apr 21, 2012 at 4:38:54 pm
in the Adobe Dreamweaver Forum
Thank you Mike for the response. I am very new to script so could you please explain a little further what the path error is and what adjustments i need to make to fix it. Thanks for your time.
Re: Flash video not playing when published
by Mike Smith on Apr 21, 2012 at 11:36:16 am
in the Adobe Dreamweaver Forum
From here it looks like you may have a path error in your calling of the AC_RunActiveCOntent script in your line <script src="../Scripts/AC_RunActiveContent.js" type="text/javascript">
Flash video not playing when published
by jerry smith on Apr 21, 2012 at 12:12:12 am
in the Adobe Dreamweaver Forum
I can't seem to find an answer to this problem. I am creating a web site with dreamweaver with a flash component. The flash portion will play properly when viewed locally and I can navigate to the file on the server and it will play properly but whe
Re: FCP to IMDb Video
by Shabazz Ray on Apr 19, 2012 at 12:49:03 am
in the Apple Final Cut Pro Forum
Recommended Video Settings 
We recommend the following settings to optimize video quality on the IMDb site: 
• File size: Less than 2GB 
• Frame: 480 px by 360 px at 30 frames per second 
• Format: Flash Video (Codec: Sorenson or VP6 codec) or Quickt
Loop video but not audio
by John Jarvis on Apr 13, 2012 at 5:50:42 pm
in the Adobe Flash Forum
Hi there, I need to create a flash video for a website of a product roating through 360 degrees - looping seamlessly. This will be 100 frames long. I then need to add a 500 frame voice over. I need to optimize file sizes so what is the best way
Re: Transparent flash video over a website
by Murray Newlands on Mar 23, 2012 at 1:10:56 am
in the Adobe Flash Forum
Thanks. I was able to use JavaScript and HTML to put in a button that closes the Flash video, but I still cannot figure out how to pause it. From Googling this the only way to do it is to make a button in CS (there are JavaScript workarounds but they
Re: Transparent flash video over a website
by demetri tashie on Mar 22, 2012 at 4:44:01 pm
in the Adobe Flash Forum
assuming this is really a video ( a FLV) playing inside a 1 frame SWF, then you need to address stopping, pausing, the actual video. in its most simple form, if you were using a FLVPlayback component, it would be as easy as creating some buttons,
Re: Transparent flash video over a website
by Murray Newlands on Mar 22, 2012 at 4:16:26 pm
in the Adobe Flash Forum
Thanks. wmode=transparent seems to have done the trick. Since then I've been trying to add pause and play buttons (as well as a button to X it out) but to no avail. Any advice?
Re: Transparent flash video over a website
by demetri tashie on Mar 22, 2012 at 4:09:38 pm
in the Adobe Flash Forum
it actually seems to be working in Firefox ( 7.0.1) and Safari (5.0.5) the swf should be published with the HTML setting's window mode as 'transparent windowless' (File-->Publish Settings-->HTML-->Window Mode = Transparent Windowless) and of c
Transparent flash video over a website
by Murray Newlands on Mar 22, 2012 at 12:36:37 am
in the Adobe Flash Forum
Hi, I want to make a Flash video where the transparent layer works on a website. Like this: http://tweople.com/ However, all I can do right now is this: http://socialmediamonday.com/2012/03/21/test-sticky-footer/ The transparency layer in my
Re: I can't play some video files on my iPhone
by John Peters on Mar 15, 2012 at 4:15:04 pm
in the Apple iPhone Forum
Steve Jobs biography explains why Flash will never be on Apple. Sounded more like spite than anything else
Re: [as3] making a flash video gallery searchable?
by Pieter Helsen on Mar 9, 2012 at 12:05:37 am
in the Adobe Flash Forum
Unfortunately, no... Basically, your flow would be something similar to this: - Once the user enters a search term and enters (or clicks the search button) - Loop over all items in your XML, look for the title and description nodes for your vid
Re: [as3] making a flash video gallery searchable?
by Desiree Damon on Mar 8, 2012 at 10:16:53 pm
in the Adobe Flash Forum
Thanks for the reply. Right now, it's being fed by XML. Do you know of any good resources/tutorials for creating the code that's required to do all of that on the client side? It sounds a little like using a shared object but other than that thou
Re: [as3] making a flash video gallery searchable?
by Pieter Helsen on Mar 8, 2012 at 9:06:36 pm
in the Adobe Flash Forum
That depends... How are you feeding your video gallery? Using PHP code, ASP code, XMLs, ...? If you're using server-side code to fetch the data from a server, you could of course just as easily write a small server-side script that will take one '
Re: Mobile Platform Compression and Shooting: suggestions for resolution rates, codecs and compressi
by Jeff Meyer on Mar 1, 2012 at 11:50:49 pm
in the Apple Final Cut Pro Forum
This is why the world was easy with Flash. It worked everywhere until iOS. Here's the current breakdown: • Apple and Microsoft only accept H.264 HTML 5 video on their desktop browsers and mobile devices. Internet Explorer added H.264 support at I
[as3] making a flash video gallery searchable?
by Desiree Damon on Feb 29, 2012 at 8:19:00 pm
in the Adobe Flash Forum
Is it possible to make the videos within a flash gallery searchable? Or just to create search features within a flash project? And if so, how would I go about getting started?
Mixtio Media
by Raymond Tuquero on Feb 27, 2012 at 9:43:26 pm
in the Forum
Freelance: Post Editor / Camera Operator / Photographer- Houston, TX 2005 - Present ‣ Post Production Editor - Use of Editing systems like Final Cut Pro and Adobe After Effects to edit videos. ‣ Event and Studio Still Photographer - Use of strobes an
Re: Making flash video problems
by Mike Smith on Feb 23, 2012 at 11:48:37 pm
in the Adobe Flash Forum
Does the detailed info here help you?
Making flash video problems
by Paulo Uchoa on Feb 17, 2012 at 7:16:41 am
in the Adobe Flash Forum
I'm going to list all the skips I do and perhaps you can see any error or if I am missing something. In adobe flash I made a new action script 3.0 project -File-Import-Import Video then I select "Already deployed" and write the following address
Re: Best practices for Flash > Video: how does CARTOON NETWORK do it?
by gaurav jain on Feb 3, 2012 at 10:10:16 am
in the Adobe Flash Forum
Hi Guys, we worked on a Flash animated feature with cartoon network in India last year. How we mastered the film was - Animation Output from Flash, toon boom etc Background from Pshop & Gimp Props from Flash & Gimp Vfx from After Effects
Blog: Publishing a Video to Facebook
by Richard Harrington on Jan 28, 2012 at 9:45:00 pm
in the COW - Blogs Forum
Facebook is the most popular social networking site in the world. In fact, in many countries, more than 50 percent of all adults have an account. Facebook is a free service that makes it easy to share video and news with friends, family, and colleag
Publishing a Video to Facebook
by Richard Harrington on Jan 28, 2012 at 1:45:00 pm
in the Forum
Facebook is the most popular social networking site in the world. In fact, in many countries, more than 50 percent of all adults have an account. Facebook is a free service that makes it easy to share video and news...
Sony vegas Studio HD - very slow streaming
by Naomi Kuttner on Jan 26, 2012 at 2:40:19 am
in the Sony Vegas basics Forum
Hi there, I've been putting mp4 movies rendered in Sony vegas Studio HD 11 on a wordpress blog and they've been streaming very slowly. In fact, they only start playing after the whole video has loaded. I used the 'internet 640 x 480' when I ren
Re: HTML 5 workflow
by Craig Seeman on Jan 9, 2012 at 5:33:22 pm
in the Compression techniques Forum
[Craig Chapman] "So we decided to venture past flash video into HTML5 encoding." I assume you mean coding your webpages. H.264 .mp4 works in both Flash and HTML5 [Craig Chapman] " like them all to be able to play on all mobile devices." [Crai
HTML 5 workflow
by Craig Chapman on Jan 9, 2012 at 5:10:24 pm
in the Compression techniques Forum
Hello, We are working on updating some 2 minute videos for a client that would like them all to be able to play on all mobile devices. So we decided to venture past flash video into HTML5 encoding. With that my questions are: Does anyone
Custom output aspect ratio - 720x580 (NOT 4:3 or 16:9)
by Elena Solovieva on Jan 2, 2012 at 8:55:02 am
in the Apple FCPX Techniques Forum
I am trying to create a flash video measuring 720x580 pixels in FCP X. However, I can't seem to figure out how to change the output video aspect ratio and how to edit for that size. If I use "Trim" or "Crop", that doesn't change aspect ratio of th
FCPX 10.0.2 output text animation choppy? please look at images attached
by hrayr mirzoyan on Dec 31, 2011 at 3:52:25 am
in the Apple Final Cut Pro Forum
I am making my first commercial! i made the initial vector animation in flash, export out as .mov looks great. now I imported in to Final Cut Pro X I created a new FCPX project its 1080i HD 1920 x 1080 this is the HD version for a com
Re: AE alpha layer not recognized in html
by Michael Szalapski on Dec 30, 2011 at 2:30:53 pm
in the Adobe After Effects Forum
You have alpha in the video. AE is not your problem. Your problem is the way you're playing it back. I don't know of any way of embedding a Quicktime video on a web page with alpha. The only way I know to get video with alpha on a web page is to use
Re: Making Video Available On The Web
by Ken Vaughn on Dec 20, 2011 at 9:12:00 pm
in the Sony Vegas Forum
The Flash solution appears to be render a .mov file in Vegas and then convert using Quicktime Pro. Ken
Re: Flash Video's
by Richard Milner on Dec 19, 2011 at 3:39:50 pm
in the Sony Vegas Forum
I wish they would include it as a valid file to import into VP. Who can I contact at Sony? Blessings! Rich
Re: Flash Video's
by Stephen Mann on Dec 19, 2011 at 2:58:19 pm
in the Sony Vegas Forum
I can't think of any NLE that opens Flash. I haven't used Premiere in ten years, but I wouldn't be surprised if it doesn't open flash files.
Canon HF S11 Camera with Gates Housing, and Light and Motion Sola 1200
by Phil Smothers on Dec 19, 2011 at 1:34:58 pm
in the Classifieds, Personal Forum
Canon HF S11 Camera with Gates Housing, and Light and Motion Sola 1200 Item List Includes all of the above as well as: Gates Flat Port Gates Wide Angle Port Gates Moisture Alarm Gates Tripod See demo footage
Re: Flash Video's
by Danny Hays on Dec 19, 2011 at 6:34:19 am
in the Sony Vegas Forum
I have yet to see a version of Vegas open a flash file. I just converted one though with this free converter and Vegas opened the avi it made. http://video-converter.hamstersoft.com/en/
Re: Flash Video's
by Ken Vaughn on Dec 18, 2011 at 11:04:30 pm
in the Sony Vegas Forum
I too wonder about this. I tried converting to AVI but Vegas wouldn't allow it to be added to the timeline. Might have been the conversion program. Ken
Flash Video's
by Richard Milner on Dec 18, 2011 at 5:49:08 pm
in the Sony Vegas Forum
Will they ever make an version that will receive flash video? Or is there a way to do it now without converting it? Blessings! Rich

Podcasts

adobe flash podcast
Embedding a Speech Transcript in a Flash Video with Adobe CS5
In this tutorial, Creative COW Leader Michael Hurwicz shows you how to create a scrolling transcript synced with a Flash video, using Adobe Creative Suite 5 (Story, OnLocation, Premiere Pro, Soundbooth and Flash Professional).
adobe flash podcast
A Rainy Cityscape in Flash Part 2
In this Flash tutorial podcast, Tony Ross shows you how to build a multiplane animation by animating a two sets of buildings as the foreground and background using Flash tools and motion tweens. This is part two of a three part series of Flash tutorials.
adobe flash podcast
Simple Pause and Play AS2 script in Flash
In this podcast tutorial, Creative COW leader Tony Ross shows how to add simple pause and resume functionality to a scrolling image bar using AS2.
adobe flash podcast
Simple Multi-Video Player in AS2
In this podcast tutorial, Creative COW leader Tony Ross explains how to create a simple multi-video player in Adobe Flash using AS2.
adobe flash podcast
A Rainy Cityscape in Flash Part 1
In this Flash tutorial podcast, Tony Ross shows you how to create a seamless, looping background of buildings against a night sky using Flash tools and motion tweens. This is part one of a three part series of Flash tutorials.
Forums

Adobe Flash Forum


Related Tags

Adobe Flash
Flash Player
Flash Video


FORUMSTUTORIALSFEATURESVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]