Professional :: Online Videos Are No Longer Working?
Jun 18, 2010
I have just very recently downloaded a trail version of Adobe Flash CS5 onto my laptop. The version of windows is Windows XP, and the program itself is running as well as it should.
I went to youtube to see if there were any video tutorials that could help me get started with the program. Unfortunately, right before a video will play, the browser will say there was an error, and close, and then re-try to open the page.
This problem has never happned before I installed Flash, so I can only assume it had something to do with it. Everything else on my system is running smoothly, I even checked every file and processor twice for any signs of adware that I may have picked up accidently.
View 14 Replies
Similar Posts:
Mar 13, 2011
i've got a problem with a Flash website that has been driving me crazy. i have a Flash website that was built for us in late 2009, it uses ActionScript 2 and i have been maintaining it in CS3 on a Mac.
the site is structured as a heirarchy of swf files, and loads XML files to specify text content, image locations, and Youtube videos. all this has worked fine until sometime in the past month or two. the problem now is that the embedded Youtube videos no longer load, although nothing has changed in the code. unfortunately i don't know exactly when the videos stopped loading.
in the Activity Window of Safari i can see the URLs for the Youtube crossdomain file [URL].. Youtube still for the video, and the Youtube player[URL].. however neither the still frame nor the player skin load.
if i run the site directly from my hard drive (with my Flash Player security preferences set to allow the swf to access the internet), the videos do load and play, so i am guessing that it is some kind of security domain issue. if i run the site in Flash CS3 in debug mode, when i navigate to a video page, although the video loads and plays, i get lots of these warnings (i've edited the path and file name):
[code]...
View 1 Replies
Apr 14, 2011
[URL].. I check it when it is in dreamweaver and everything works and uploads fine. When I put it on host server the video does not play.
View 7 Replies
Jul 2, 2010
as many of us is aware is possible to dowload youtube videos using AnyVideo converter or any similar software. The basic mechanism is that, when bufering a video, a set of images is sent to the client machine, that's because youtube videos are in flash format. Not sure which format, .f4v, 4fp . I assume is .f4v rather than .4fp as the video can be dowloaded.
Parts of me would argue that is impossible to make a totally protected video. Every time you see a video the stream is dowloaded in the local machine and thus with a software reading the steram and converting it to mp4 or either other format it should be possible to copy the video.
[Code]...
View 2 Replies
Apr 24, 2010
On my website, I want my user to be able to launch video 2 at any point in the middle of video 1 without waiting or refreshing the window. How can I buffer the two videos such that I buffer video 1 enough to let it start playing, and then buffer just enough of video 2 that if the user launches it at any point, he does not have to wait to view its first few seconds, and then I can come back and buffer the rest of video 1? If this is not possible, I could also look at buffering video 1 and 2 in parallel while playing only video 1.
View 1 Replies
Nov 16, 2010
I've been using the embed tag for a while and it has been working perfectly up until now. I've got an XML file that I have embedded into my .swf, using
Code:
[Embed(source="nodes.xml", mimeType="application/octet-stream")]
and haven't had any problems. However it has just decided that it no longer wants to compile anymore, giving six errors on this line and this line only:
Quote:
Line 32 1180: Call to a possibly undefined method Embed.
Line 32 1120: Access of undefined property source.
Line 32 1120: Access of undefined property mimeType.
[Code].....
I had added a new function just before this error started appearing, but it had absolutely nothing to do with the embedding and the problem still happens after I comment out everything I added before the error.
When I test it in a new .fla it still works aswell, just no longer in this one.
This is in Flash CS5, ActionScript 3 by the way.
View 0 Replies
Sep 4, 2009
i tried looking here with the keyword 'preloader', to find answers to my problem but I didn't.I'm a freshman AS3 developer....with a portfolio site to launch asap.
I have a movieClip in my library that is exported to AS (external jpg) - it is loaded separately from anything else in my scene (which is disrupting my normal preloader animation). When I simulate the download my preloader doesn't appear in my preview window, and I have no error message either. At first, not sure what the problem was I tried various preloader tutorials online hoping to find a solution.
I only realized later on that my preloader didn't work because of my external jpg.How can I make my preloader (code below) load everything altogether? (elements in my scene + external jpg)
PRELOADER (first frame);
Code: Select allimport flash.display.MovieClip;
import flash.events.ProgressEvent;
[code]...
View 4 Replies
Mar 26, 2010
I can no longer see my code. I've tried two different .fla files, one I made and one someone sent me, but no luck. Clicking on the first frame on the Actions layer, I either press F9 or right-click and choose actions. The properties panel changes, but the code list window does not open.
View 2 Replies
Jul 4, 2011
I have a movieClip in my library that is exported to AS (external jpg) - it is loaded separately from anything else in my scene (which is disrupting my normal preloader animation). When I simulate the download my preloader doesn't appear in my preview window, and I have no error message either. I only realized later on that my preloader didn't work because of my external jpg. How can I make my preloader (code below) load everything altogether? (elements in my scene + external jpg)
PRELOADER (first frame);
Code:
Select allimport flash.display.MovieClip;
import flash.events.ProgressEvent;
addEventListener(Event.ENTER_FRAME, loaderF);
function loaderF(e:Event):void {
var toLoad:Number=loaderInfo.bytesTotal;
[Code] .....
View 2 Replies
Nov 23, 2009
Very strange thing has happened. I've had this site running fine for over a year, and recently I have discovered that the buttons that go to external URLs do not work.All of the buttons should be going to another .php file, and they have been until discovered yesterday that they do not.If you go to the .swf file directly, you will see that the navigation buttons take you to the correct .php files, but it becomes unclickable when it's in index.php.VERY strange... but then when you go back to index.php, and click the php active hyperlink "Gum Drops" at the bottom of the page, you'll get taken to the php page... and then all of a sudden the navigation, and all flash links to URLs work!
View 2 Replies
Jul 21, 2010
I had a forum up a few months ago, and got help getting radio buttons to work with a continue button, causing the movie to gotoAndStop at a particular frame. (This is all being done on the main timeline).Everything was working fine, now, I keep trying to do it again, but regardless of which button I click, it only goes to frame 2 where the Novice radio button is supposed to go.I think the problem is in the line of code that reads:varframeNumber=2+Number(noviceButton.group.selectedData)I know it is set to only go to the novice area, but my understanding was that since these were radio buttons, any button clicked would work, and I only needed to type in one of the unique instance names
Here is the code:
stop();
continueButton.enabled=false
[code].....
View 14 Replies
Aug 8, 2006
I like to make alias varaibles for long names, so that i don't have to keep repeating huge lines of text, but when i try to create one for a custom class, it fails.
Code:
Clients["Client"+i] = new Client();
var Client:Object = Clients["Client"+i]
Its almost as if flash is trying to make the new variable a new Project(); instead of a reference to the other variable...
View 2 Replies
Aug 16, 2010
I am editing a flash intro template and I am trying to keep text on the screen longer... how do I extend the amount of time it stays up before flying off the screen?I am a novice obviously, and I am sure there is a very easy solution. Also, when I do figure out how to extend the amount of time a title or text stays up before fading away or flying off, will I have to extend other layers as well to sync everything back up or does it do it automatically
View 1 Replies
Feb 19, 2010
I've been developing a fairly simple presentation in CS4, AS3, OSX, which runs as a standalone projector.Everything was working for a while, but now for no apparent reason, any file I publish as a projector starts the Flash Player app, but the projector does not appear or play.Older versions that I had already published will play correctly, but if I re-publish them they do not work any more.
View 2 Replies
Jul 10, 2009
I have a problem with a video gallery I integrated into my site...the flash works fine on my local machine and displays videos fine but when uploaded on the server it does not load and everyone gets the message as if we did not have flash installed on the machine[URL]
View 4 Replies
Jan 21, 2009
Ive got a problem with comparing the currentframe with the totalframes of a loaded movieclip.this is my code
Code: Select allpublic function adLoaded(evt:Event):void
{
ldr = new Loader();
[code].....
View 1 Replies
Aug 30, 2009
I have been on a hunt for weeks, on and off, but I can't seem to find a solution, or even a direction to look in. Long story short, I am using CS4, AS3, and I can not get any type of preloader to work when accessing it online. I have made my own, tried every example file I could find, but not one of them or the possible solutions I found for them will work.
The example files I have used all work from my computer, both by accessing the swf in a browser, or testing within Flash itself, but once I upload them they have all hit one problem or another. I have had the preloader not show up at all, and show immediately but not count down, depending on the type of preloader it is. The only amount of narrowing down I have been able to do is that I can make a preloading frame, but as soon as that frame tries to find out the % loaded of the overall movie, it stops working properly.At the moment I am simply using:
Code: Select alladdEventListener('enterFrame', preloader);
function preloader (e:Event){
if (framesLoaded == totalFrames){[code]...
I put a movieclip on the frame to show that something is happening, but I have not been able to successfully use code to allow for a loading bar, text %, etc.
View 5 Replies
Jun 22, 2006
Got a movieclip masked by another one with onLoadInit and setMask. Everything works correctly on local but when I use the same swfs hosted on my "server" the mask simply doesn't work, losts its function and shows over the other movieclip as a box.
View 2 Replies
Sep 18, 2010
I'm trying to make straight lines grow out of a stationary dot, like veins. I've tried shape tween, but it only works for shapes, not lines. I'd just get a blank workspace when I hit play. I've also tried motion tween, but I can't get the line to grow continuously to a point.
View 11 Replies
Mar 29, 2012
Installed the new flash player and all of a sudden my flv audio no longer played in an existing media player built using the FLVPlayback component.
Finally figured out that if I change the FLVPlayback component parameter "maintainAspectRaion" from false to true, the audio will play.
View 11 Replies
Apr 2, 2012
Audio flvs that previously would play fine no longer play. I get "NetStream.Play.Failed".This occurs when progressively playing over HTTP, i.e. starting NetConnection.connect(null) and then NetStream.play("http://url_of_my_flv");Regular RTMP playback still works.So, I've seen two posts with similar issues in the last day or so:
View 1 Replies
Jun 17, 2009
i m developing facebook app in which user can set background wallpaper and from friend selector also add friend's album images to board and than click save to create jpg, my problem is all things are perfectly running on locally, but on the server when i add wallpaper and click save the jpg is created fine, but when i add friend album image to the board and click save button the code not working properly it seems to happen nothing but when i delete image from board and than click save the button is working properly,ovide code if necessary ,[url]....click on create poster button and it goes to flash file
View 0 Replies
May 9, 2009
So, I have a simple registration form with a datagrid underneath. When you register, your name shows up in the datagrid. It's a list of people who has registered.This all works just like it should when tested locally. Online though, you can only register, but the datagrid won't load the names. It's empty, even though the database has been updated.
View 1 Replies
Jun 18, 2009
So I have an incredibly simple tool that shows some updates from an XML file...In the swf, there is a button that triggers a refresh for the XML file... it works fine locally, but not online...
Code:
stop();
btnRefresh.label = "Refresh";
[code].....
View 6 Replies
Oct 1, 2009
I've an swf (loader.swf) hosted inthat justs loads a swf (movie.swf) hostedloader.swf has a preloader. When I execute the movie in flash, it works perfect, but when I upload the swf, the preloader doesn't works. I see 0% and after starts movie.swf normally.Here is the code of loader.swf
Security.allowDomain("www.dominioB.com");Security.allowDomain("www.dominioA.com");var contexto:LoaderContext = new LoaderContext();contexto.applicationDomain = ApplicationDomain.currentDomain;var
[code].....
View 2 Replies
Dec 25, 2009
I've got an RSS feed coming into my flash site. When I test this locally its all good, everything works fine, I can see the RSS feed and everything. But now when I test online, I can't see any RSS, nothing. Its just blank. Any idea why this might happen?
View 12 Replies
Jun 27, 2009
I got several pages in my root that are accessed by several bottons. One of those pages play a FLVplayback video. The thing is that when a video is running and that you move to another page, the sound of that video is still playing. So, I've tagged the video "flv" and I added flv.stop() to each botton. Now, all my bottons are not working anymore and I get an error message each time i click one. What should I do?
View 7 Replies
Dec 21, 2011
I have created an animation in Flash which is 2mins long at 25fps, so 3000 in frame length. However when I export it as either a swf or a mov it plays for 6mins! The frame rate is definetely 25fps in Quicktime export settings also but still it doesn't play for the correct duration? The Quicktime movie says 6mins also desptire the fps matching.
The movie is a standard timeline animation?
View 11 Replies
Jun 19, 2010
I've created a game in Flash and I'm using Matrix3D and Vector3D. It works perfectly locally, but as soon as I put it on a server, the graphics don't render and I only see a thin line where a sphere should be.
I've done all the imports, but nothing seems to get it working!
View 1 Replies
Jan 2, 2010
I made a flash presentatsion and because i'm using FlashEff components it has to be in as3. I'm a total newbie in coding, particularly in as3. I have made my presentatsion in as3 before and got everything working fine. This time my presentation contains videos. And this becomes a problem when going on fullscreen mode. My project size is 1024x768, I made a html and use a brauser to open it. I wan't my project to go fullscreen so that there aren't borders. If the stage goes fullscreen i don't want my movies to go fullscreen. When playing a video on fullscreen mode everything just goes black. Soo finally i figured out that i have to tell the videos not to scale.
My project is set up as follows:
1. MAIN TIMELINE On the first layer i have all the frames converted to movieclips and inside each movieclip is the content. On the as layers first frame i have this code. This is for navicating on the presentatsion slides with arrow keys.
stage.addEventListener(KeyboardEvent.KEY_UP, goNextFrame);
function goNextFrame(event:KeyboardEvent):void{if (event.keyCode == Keyboard.UP){this.nextFrame();}}
stage.addEventListener(KeyboardEvent.KEY_DOWN, goPrevFrame);
function goPrevFrame(event:KeyboardEvent):void{if (event.keyCode == Keyboard.DOWN){this.prevFrame();}}
2. INSIDE THE MOVIECLIP
On each slide there is some content that is called with a mouse click.
//On the fist frame
bg_mc2.addEventListener(MouseEvent.CLICK, playSlide);bg_mc2.buttonMode = true;
function playSlide(event:Event):void{ play();
//On the last frame
stop();
bg_mc2.mouseEnabled = false;
I have tried so many fullscreenmode - don't scale the video codes.I have tried so many ways but every time i play a video i get the typeerror 1009 Can't access a property of method.
View 7 Replies