F4v Can't Play Remotely

Feb 16, 2011

I don't have a sking on my f4v file, it doesn't play in the server but it plays locally[code]....

View 1 Replies


Similar Posts:


Flex :: Unable To Invoke CFC Remotely

May 18, 2011

We recently updated to ColdFusion 9 (from 8) and Flex 4 (from 3).

Now receiving below error when attempting to load Flex portion[code]...

Do we need to re-export the Flex project to fix problem or maybe code from /flex/remoting-config.xml needs to be updated?

View 1 Replies

ActionScript 3.0 :: UILoader Not Working Remotely?

Nov 30, 2009

I have a UIlLoader component that loads external images okay locally, but when i tested it remotely it doesn't work. Below is the code i used. I have a movieclip called content that holds my UILoader component and beside the loader is five buttons that when clicked....loads in my images.

Code:

// Listeners...
content.maryPic_mc.addEventListener(MouseEvent.CLICK, loadPic);
content.lemonPic_mc.addEventListener(MouseEvent.CLICK, loadPic);
content.orangePic_mc.addEventListener(MouseEvent.CLICK, loadPic);

[code]....

why this only works locally? I have doubled checked the directories and for the life of me, i can't work it out!

View 3 Replies

ActionScript 2.0 :: Discrepancies Locally And Remotely?

Jun 11, 2010

I have a couple of methodology questions concerning an .fla file I'm working on. I made a flash gallery here. As you can see online the images fade in as they are loaded dynamically via the loadClip() method.

I would prefer them to load more like this. Is it possible to load an image to a variable instead of a MovieClip that exists on stage via actionscript?In other words, at the moment the script loads images as you go. I would prefer if I loaded all the images first and then ran the script to render, view, and navigate the images.

In addition to this if you download the zip file with the flash file, source code, and example you'll notice that the position of the images and the text is more accurate than when viewed in a browser. I thought flash was a self-contained entity and that it would run identically on all platforms / browsers / online / offline / remotely / locally.

I know a lot to ask in one post, but I think the script can benefit you as well as me if you just download it and take a look. I'd love to hear suggestions as to how to remedy the position of the images and text.

View 1 Replies

ActionScript 2.0 :: Move Zoom Slider Remotely

Jul 15, 2010

I have a zoom slider, code is in red. I have buttons on stage (site39_mc). The zoom slider can be moved manually, that works fine. I need for site39_mc to move slider to 100% scale, no matter where it is currently located. The zoom slider goes from 50% to 200%.Trying to use the code below I get an error._root.slide_mc.onClipEvent(load){ The error is asking for a field name after the "." I keep looking at it, and this is proper reference. URL...This is the site where I am trying to use this code. To see what I mean, click on a gold polygon on map. The map will snap to 100% and center on polygon. But the zoom slider stays at 75% til you manually move the slider.[code]

View 2 Replies

Professional :: Viewing Flash File Remotely

Jan 26, 2011

I create a movie on imovie. I take it to Flash(CS3) and publish it as an swf file I then install that file in Dreamweaver. All is good I save and preview it locally. the file's root folder is images and same remotely I upload all including the HTML page and when I view the page, the place where the file is is blank.
 
I have uploaded this many times and it just wont work.

View 8 Replies

Flash :: Get Filesize Of Remotely Hosted File?

Dec 6, 2009

I'm looking for an AS3 function to get the filesize of a file that is being hosted on a remote webserver. Tried to find some functions but didn't succeed.

View 3 Replies

Flex :: Remotely Control 100's PC From A Master Application?

Nov 13, 2010

For classroom, how do I actually able to remotely control 100's PC from a master application? Like control the student who also using Flex application is possble with XMLsocket?

View 3 Replies

ActionScript 2.0 :: Loading A Swf Remotely Kills GetURL

Nov 13, 2009

I've discovered something odd. When I load an swf from another server into an object/embed, it seems to kill the getURL function in Firefox and Safari, but not in IE.

View 1 Replies

ActionScript 2.0 :: Application To Edit XML Variables Remotely

Dec 3, 2009

I'm trying to make an application, should allow admins to edit XML variables remotely. So you don't need to upload the file every time you edit it! I though, modifying a guestbook file could work: Variable Editor, as you can see, it loads the variables into the board and you can also edit it, the first variable get edited but the 2nd one doesn't, strange

ActionScript Code:
var currPage = 0;
var showAmount = 10;
previous._visible = false;
createMessage._visible = false;
createButton.onRelease = function() {
[Code] .....

View 0 Replies

ActionScript 2.0 :: Control Zoom Slider, Remotely?

Jul 13, 2010

I have a zoom slider that works properly. Yahoo! Now I need to be able to control the slider from various buttons located on the stage. The zoom slider goes from 50% to 200%. When a button on the stage is clicked I need the slider to go to 100%. Here is some code...

Code:
stopAllMCs = function(){
map_mc.site39_mc.gotoAndStop(1);

[code].....

View 0 Replies

ActionScript 2.0 :: Move Zoom Slider Remotely?

Nov 19, 2009

I have a zoom slider, code is in red. I have buttons on stage (site39_mc). The zoom slider can be moved manually, that works fine. I need for site39_mc to move slider to 100% scale, no matter where it is currently located. The zoom slider goes from 50% to 200%.Trying to use the code below I get an error._root.slide_mc.onClipEvent(load){ The error is asking for a field name after the "." I keep looking at it, and this is proper reference. [URL]This is the site where I am trying to use this code. To see what I mean, click on a gold polygon on map. The map will snap to 100% and center on polygon. But the zoom slider stays at 75% til you manually move the slider.

Code:

stopAllMCs = function(){
map_mc.site39_mc.gotoAndStop(1);
map_mc.site40_mc.gotoAndStop(1);
};

[code]....

View 2 Replies

ActionScript 2.0 :: Can't Get This Email Form To Work Remotely?

Oct 11, 2005

My main movie loads "contact.swf" which has the email form in it that references "email.php".The form gives the completed message locally when running from the main movie but when I upload it nothing works.

View 5 Replies

ActionScript 3.0 :: Videos Are Not Loaded/played Remotely?

Jun 11, 2009

I'm using a flash video player plugin and everything works great locally, but when I upload everything on the server the videos are not played...

is it about flash player security restrictions ?

View 1 Replies

ActionScript 2.0 :: Remotely Control An Object (MX2004)?

Oct 30, 2009

i know this sounds stupid but just can't do it, how do you make another object appear on the press of another button or movie clip?

View 8 Replies

ActionScript 3.0 :: Save Data Remotely - String In A Txt File?

Aug 14, 2009

I've made a little game in Flash, and I want it to have an online leaderboard. But after looking into it, it seems it's complicated saving a simple .txt file because of security, and the tutorials I have tried to use, using PHP to do it, have not worked, not even the excercise files. So I was wondering if anyone have either a working tutorial or code to save a simple string in a txt file, or know another way of saving data remotely?

View 13 Replies

ActionScript 1/2 :: Preloader Doesn't Work Properly Remotely

Sep 30, 2009

I have a preloader which loads an external swf. When I test locally, everything works fine, but when I test remotely: Preloader runs.External swf doesn't load into preloader. I am using the contentPath to load my external swf, and the only as2 I am using is: on (complete) { this._parent.loaderPB._visible = false; this._parent.mcbgdloader.visible = false;} to hide the progress bar and graphic used in the preloader.

I hope I provided enough info. The preloader is a regular fla and the external uses screens.

View 1 Replies

Media Server :: Connecting To FMS Start Screen Remotely

Oct 4, 2010

Can you access the FMS Start Screen to verify installation remotely? We have a new FMS 3.5.4 installation set up by our IS team, but cannot remote directly into the box to verify the installation per the installation guide. Is there a URL that can be used to access the FMS Start Screen if FMS was installed with Apache?

View 1 Replies

Javascript :: P2q_EmbedFlash Using Remotely Hosted Flash Files?

Nov 8, 2009

I've embedded a virtual tour on one of my client sites.

The site is hosted by Slicehost, and as you can see the load times for the Flash movies are very slow, so my idea was to serve the swf files from Amazon S3 Europe.

To test it, I have all swfs uploaded to the same directory / bucket on Amazon, while the index.html and p2q_embed_object.js files reside on my local machine. The js file is changed to refer to the Amazon-hosted swfs. The first swf loads fine, but the others don't. What am I doing wrong? Is there a better way to do this that would allow me to serve my Flash assets from elsewhere?

View 1 Replies

ActionScript 2.0 :: Code To Move Zoom Slider, Remotely?

Jul 10, 2010

I have zoom code here

Code:
onClipEvent(load){
scrollMin = _root.range._x+_root.range._width // minimum _x value possiible for scrollbar
scrollMax = _root.range._x // maximum _x value possiible for scrollbar

[code]....

Do I have to copy and paste all of the slider code into the frame where my btns are? _root.srchMC.dataMC.site1_btn.onPress...

View 2 Replies

Media Server :: FMS 4 - Can't Mak Make NetStream To Work Remotely With RTMP

Oct 2, 2011

We are working with FMS 4 server for a while for a 2 directions video application, and it works great with rtmp. We now want to use its rtmfp abilities after we used Cirrus for testing in the last few days and it also worked well. Locally - everything is working fine, but when we try the application on the remote server - we have some problems.

[Code]....

Again, it is working beautifully both locally and with Cirrus. RTMP also works well with the remote server.

View 3 Replies

Actionscript 3 :: Flash - Error #1014 : When Loading Remotely But Not Locally?

Apr 2, 2012

Starting with a blank project, when I load a SWF which has a dependence on ISomeInterface defined in a swc which is compiled into my blank project

var lc:LoaderContext = new LoaderContext( true, ApplicationDomain.currentDomain );
var loader:Loader = new Loader();
loader.load( new URLRequest( "Some.swf"), lc );

[code].....

View 2 Replies

Media Server :: Live SWF Video Plays Locally But Only The Skin Is Visible Remotely

Jul 18, 2011

I have tested other embedded videos and they will play remotely so I know the hosting site is working.Currently,the live video will play locally and remotely from this computer where all the files are stored but only the skin is visible on any other remote computer's web browser.

View 2 Replies

Flash :: Silverlight - Loading A Flash Movieclip At Runtime And Remotely?

Apr 24, 2011

I can't see how to do this because silverlight is compiled. I don't want to load a video, I want to load a component/object that will be instantiated at runtime. Flash can easily do this as movieclip is also an component/object.

View 3 Replies

ActionScript 3.0 :: Play Multiple Videos (all On Xml File) To Play On Button Action?

Jul 14, 2011

I am trying to make a swf with one FLV playback player and 6 buttons. I've got 6 different videofiles that I want to have linked to this swf. Some of the videos are quit large.When starting the Swf, the first video has to start, after playing it, it has to stop. Then you must be able to choose which video to play by clicking one of the buttons. I don't want to have small thumbnails of the video, just plain and simple buttons.I have to have all my files, both fla, swf and xml files in the same directory (I cannot have them stored in different folders, since I have to upload this to a cms system which has limited upload properties).
 
I've tried to find the right script on the internet, I'm not very good at scripting myselve, actually rather poor educated there.It seems to me that I have to make an xml file with a list of all my videos, I have my default swf ready, with a FLVplayback and buttons.Now there's just the coding part....

View 1 Replies

ActionScript 3.0 :: Play / Stop Button - Current Audio File To Play The Next One

Feb 27, 2012

I have created two buttons for separate audio files. Essentially if you click on the button it will play and stop. This works great! I have also injected a SoundMixer.stopAll(); to ensure if you click between both buttons that it will stop the current audio file to play the next one. My problem is when I select the 2nd button for the first time everything seems to be working...it's when I attempt to click on the first button again, that it will require 2 clicks and then it stops and plays accordingly...anyone know how I could eliminate this annoying two click process?

[Code]...

View 1 Replies

Actionscript 2.0 :: Movie Clip Play, Stop And Play On Mouse Event?

Sep 1, 2010

I want a movie clip (let's call it homecontent_MC) with 100 frames play to frame 80 and stop.Then when someone clicks a button on the navigation bar (home, about, services, contact, etc...) homecontent_MC would then begin playing from it's position (frame 80) til it reaches 100, at which point it wouldn't be on screen, and the movie clip that corresponds to the navigation button press (say services_MC...) would start from frame 1 and continue til it stops at it's frame 80...

View 7 Replies

Media Server :: Stream.play (live_from_FMLE, -1, 4500, True) Got No NetStream.Play.Start?

Nov 5, 2010

I got a bunch of live stream from FMLE, say: "FMLE_channel1", "FMLE_channel2", "FMLE_channel3". And then on the server side, I created several corresponding republished stream called "channel1", "channel2", "channel3".

On periodical basis, we call Stream.get("channel1").play("FMLE_channel1", -1, 10, true) every 10 seconds. Similar things were done on the second channel & third channel.Soon after the above Stream.get("channel1").play() call, I should get the following events in sequence:info :NetStream.Unpublish.Successinfo :NetStream.Publish.Startinfo :NetStream.Play.Resetinfo :NetStream.Play.Start In the above case all are happy. Clients can view channel1, channel2, channel3 well.But then after a while, one of the three channels, in most case it would be channel1, will not be viewable.

With the server trace info, I found that after the Stream.get("channel1").play() call, only the following two events exists:

info :NetStream.Unpublish.Successinfo :NetStream.Publish.Starti.e. I was missing the play.reset and play.start event.I further checked and confirmed that the FMLE was publishing all three channels fine to the server. I was able to view the "FMLE_channel1" from flash clients, but not the republished "channel1". the version is FMS 3.5.0.

View 3 Replies

Professional :: Can't Play Pogo's New Daily Hot Shots Game But Other Flash Games Play Fine?

Jan 22, 2011

I play games on Pogo and have never had a problem with their Flash Games until released Daily Hot Shots.  It doesn't load fully and I've done EVERYTHING I know to do to get it to play.  No errors show up.  I can play ALL the other flash games but this one.  When I right click, the name of the site's owners do not show up....I have the settings showing though Not all of the game loads and that's the problem.  I've tried uninstalling and reinstalling....tried a different browser and have the same exact problem.  THIS GAME WILL NOT PLAY.

View 2 Replies

ActionScript 1/2 :: Button Sounds In Play Scenes But Not In Play Movie

Oct 11, 2009

I have five different scenes all including three different buttons. When I test the buttons in "play scene" - all buttons sounds correctly in all scenes. But when I play movie, there is sound only with one button (the same button in every scene). I have looked for differences, but this button seem to have all the same parameters as the others.

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved