Professional :: SWF Created In CS4 Flash Does Not Play From Web Server

Oct 3, 2010

I published a Flash movie in CS4, which includes the following ActionScript 3.0 code to allow people to click the movie to open a new web page; but it will not play from the web server...however, it plays just fine from my local hard drive in Firefox and IE 7.It  is an html file with an embedded .swf and I made sure to copy over the  swfObject.js, AC_ActvieX.js, AC_RunActiveContent.js, expressInstall.swf, and  swfobject_modified.js files to the correct directories. The address is: [URL] and as you will see,  there are no errors...just a blank page.  I even tried changing the script  from:
 
<script  type="text/javascript"><!--swfobject.registerObject("FlashID");//--></script>
 
to  this script:  <script type="text/javascript"  src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>, but using this script generates a lot of CSS and other errors.
 
Nothing  works.  The ActionScript code I used is:
 
//Link to websiteSite_btn.addEventListener(MouseEvent.CLICK,visitSite);
function visitSite(e:MouseEvent):void{    var req:URLRequest = new URLRequest("http://giseldemarco.com/Home/Index.html");    navigateToURL(req,"_parent");}

View 1 Replies


Similar Posts:


Professional :: Flash Won't Play When Uploaded To Server?

Feb 28, 2010

Have a website with 2 small pieces of flash - they play when I click PLAY in dreamweaver but won't play when I use preview or when I uploaded the actual site.There should be a spider going up and down a web beside the signpost and an image in the picture frame.

The code is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

[code]......

View 1 Replies

Professional :: Flash On Remote Server Will Not Play?

Mar 27, 2010

I have inserted services.flv into [URL]. I am using Dreamweaver CS4, and all dependent files, including the  flash video are present:
 
Untitled-2.html
services.flv
FLVPlayer_Progressive.swf

[Code].....
 
I am able to successfully use the "Live  View" function within CS4.  I am also able to successfully preview  within IE and Firefox.  I've put all files in the appropriate location  on the remote server.  All files are in my /wwwroot/, except the two  files that are in the Script folder, which is in my root.  My domain  host claims flv files are supported, and Adobe technical support  eperiences the same behavior as I, they can play locally, but not  remotely.  Adobe technical support claims the cause of the problem is  the remote server.

View 1 Replies

Professional :: Flash Doesn't Automatically Play After Uploading To Server

Feb 11, 2010

I created a website in Flash, published it, and uploaded the swf and html file to the server. When bringing up the website Flash doesn't play automatically. I first must right click and select play.  When I was testing my flash site on another server, it worked great and played automatically.  Is there something within flash that I need to modify or is this an issue with the server?

View 3 Replies

Professional :: Can't Get Flash To Play When Publish On External Server Hosted By ISP

Mar 10, 2010

I am able to publish flash as long as I launch from local computer.  Can't get flash to play when I publish on external server hosted by ISP.  Is there another method to publish that does NOT require the Ac_RunActiveContent.js?

View 1 Replies

Actionscript 3.0 :: Upload A Jpg Created In Flash To A Server?

Sep 17, 2010

I've developed a drawing application in Flash and I need that when the user has finished to draw and click on the save button, the drawing he has done get saved as jpg into a folder on a server. I've managed to save the drawing as a jpg to the server using FileReference, then I found a code that uses PHP to do the same, but not upload the jpg to the server:

this is the action script code:

Code: Select allprivate function saveHandler(e:MouseEvent):void
{
var canvasBmp:BitmapData = new BitmapData(521,213);

[code]....

How could I do to upload the file to a server instead of the user's machine?

View 2 Replies

Flash :: Zip File Created With PHP Shows On Localhost But Not On Server

Mar 22, 2011

I am trying to add to my site a feature that allows users to select a set of images in Flash (AS3) click a button and have my server create a zip file of all the images for them to download.

I have already wrote my code in flash and crated my php script and tested it on my localhost and everything works great. But when I upload the same files to my sever no zip files are created. Below is the code for both my flash and for my php.

Localhost server is using 5.2.17 and so if my Server hosted on 1&1

Flash Code To Send Info to PHP

function MakeZip():void
{
var variables:URLVariables = new URLVariables();
//variables.Image1=img1;

[Code]....

View 3 Replies

Flash :: Media Server - Created A Video Chat Application?

May 26, 2009

I have created a video chat application using Flash Media Server, Its working well in Local, But not in FMS (If I connect with my FMS account). But Text Chat working well, pbm in Video only My server is from influxis with Bandwidth 1 mbps, But My application got 13 mb totally, It is any pbm in the server, I'm very newbie to FMS, so excuse my silliest question and explains if its.

View 9 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

Professional :: Resizing A Swf After Its Been Created In Flash?

Feb 8, 2010

Is there anyway of resizing a swf after its been created in flash?
 
EXAMPLE:
 
My document size of my animation is 520px width by 680px height... when i resize this as an embedded swf in an html page (through source coding) to 382px width by 400px height.. the animation does not flow properly and there are occasional jerks... its not fluid.
 
Is there an easy way to do this in flash after its been created? Or am i going to have to start from scratch with the proper document size?

View 2 Replies

Professional :: Testing IOS App Created In Flash Pro Cs5.5?

May 7, 2011

I've followed several instructions on how to develop a simple iOS app. I've managed to go all the way through and Publish + create the .ipa. I'm able to then add the file to my iTunes library, but when I then try to add it to my iPod Touch (2nd Generation) I get the following error:
 
The app "XXXXXX" was not installed on the iPod "XXXXX's Ipod" because it is not compatible with this iPod.I've even tried it with a simple "Hello World!" app but I get the same error.I'm using Flash Pro Cs5.5 on a Windows PC.

View 12 Replies

Professional :: Scope Of Class Created In Flash?

Sep 14, 2010

What is the scope of a class created in Flash? If you create a class on the main timeline, can you use it anywhere in your project? If you use your class in a a movieclip, can you use that class outside of the movie clip?

View 3 Replies

Professional :: Check Who A Flash CS4 File Has Been Created By

Jun 7, 2011

I urgently need to be able to check the authenticity of a Flash CS4 file. There is no information given about author etc in the properties using Windows but I was hoping that Flash embeds author information and history.

View 1 Replies

Professional :: Where Are User-created Flash CS4 Templates Stored

Jul 31, 2010

This seems like it should be MUCH simpler than it is turning out to be: I have made a custom template in Flash CS4. I want to share it with a colleague. The obvious solution, I would think, would be to COPY the template file from my hard drive, and provide it to my colleague.

However, I have looked high and low, and CANNOT FIND WHERE USER TEMPLATES ARE STORED on my hard drive. I have found the Adobe-provided templates that are included with the product (the "Advertising" templates) at Program Files>Adobe>Adobe Flash CS4>en>Configuration>Templates>Advertising; but MY CUSTOM TEMPLATES are not in the Templates directory.

I have also looked in My Documents, and run several searches on my hard drive, but still cannot find the location of my custom templates. Surely they are SOMEPLACE on my hard drive, as they are available from the Splash page every time I boot up Flash CS4.

View 6 Replies

Flash :: Professional - Amazing 3d And Special Effects Are Created?

Oct 23, 2010

there are many flash with obviously too complicated video effects thsat impossible to create in Flash itself even with most advanced actionscript. I purchased couple of samples and it turns out its just sequence of images from the video i guess. So my question what video programs are used to create this and what effects packs are availible for flash or that video programs i rather  buy stack than pay per each.

View 1 Replies

Professional :: Project Created In Flash CS3 & Flash CS5 Crashes Both Safari & Firefox

Jan 24, 2011

I have a user with a brand new image including Snow Leopard 10.6.6 and the Adobe CS5. When creating a project in Flash CS5 and then trying to view it in Safari & Firefox the plug-in crashes which then brings down the browser with it.I went and installed Flash CS3 (as this is what he is used to using) and the problem still persists.

View 1 Replies

Professional :: 9-Slice Animation For Natively Created Flash MovieClip

May 12, 2011

I'm trying to use 9-slice to animate a natively created flash movieclip. It's a rounded-corner box, with a little speech-bubble pointy thing jutting out of the bottom left corner. I have 9-slice enabled, and the slices have been repositioned close to the corners. When I distort/grow the MC on the flash stage, it's fine... but as soon as I try to animate the growth, it gets all wonky?

If I use the newer Motion tween style, it's messed up all the way through except for the first frame? And if I use a traditional tween, with the proper small box start frame, and modified/grown end frame... it will look right for the first and last frame of the animation, but its as if the 9-slice isn't working during the tween? I've inserted a series of screen caps to illustrate the traditional tween issue.

View 2 Replies

Professional :: .flv Will Not Play Once Uploaded To Server But Plays Fine Before It Is Uploaded

Aug 6, 2010

I have a flash template that I bought and customized with dreamweaver, flash and Coda html editor, the website test PERFECTLY when I test the index.html file, all of the buttons work fine, I have a total of 12 .flv videos and they ALL play back fine, when I play the index.html file, the problem occurs when I upload the files to my godaddy server, 11 of the videos play fine, the whole site is fine, it is one particular .flv file that will not play once it is uploaded to the server. I have changed the orders the video play, renamed the file and changed the html flv path to reflect the name change, I have deleted all the files off my server, refreshed the server logged out and re logged on and uploaded everything again, I have re-encoded the original .mov file to a .flv file again using Adobe media encoder, still nothing, I am wondering why would the index.html play this particular .flv file fine, but once uploaded to the server it will not play, the path is correct I have checked it, if the path were the problem the index.html for that particular file would not play when I test the index.html file before I upload it, but it plays fine until it is uploaded, I am uploading the whole folder on the root, and this particular video file is in a folder with all the rest of the .flv files, I even tried changing the path and putting this particular .flv file in a seperate folder and change the path still nothing.

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

ActionScript 3.0 :: System Resource Use - Flash Created Vs Photoshop Created?

Mar 14, 2009

I have only one question but phrased it 3 ways:

1) Is it better to pre=render things say in photoshop or have flash render them?

2) if I have a field of stars that drift along; is it better to create that Star Field in photoshop as a single picture (say a .png) or to create a star in my library and add it to a movie clip and then have that drift along?

Lets say I have a blur effect on my stars and have an equivalent on the photoshop.

3) I have heard (and experienced) adding effects like blur takes a fair amount of CPU and memory so was wondering if I created the effect in photoshop and then imported the 'blurred' object into my flash if I could cut down on system resources?

View 2 Replies

Media Server :: Play TV On Flash Player?

Mar 18, 2010

I would like to show the live TV video on Flash player from my TV tunner. Is it possible to do it without FMS like using Webcam?
 
It will not be running on the internet/network and only for a computer that have TV tunner. (Ideally: open a swf and you can watch a TV tunner by flash player). But i cannot find any information if i can do it without FMS.

View 1 Replies

Flash :: SWF Doesnt Play On RackSpace Web Server?

Nov 28, 2010

I have a swf playing video from a rackspace webserver. When I play the swf on a local machine, pulling video frames from the webserver, it works fine. But when I put this swf on the webserver and access it via browser, it doesnt show up.I checked for swf mime type in IIS, it was enabled

View 2 Replies

Media Server :: Stream.play On Server Side Makes Video Choppy?

Apr 30, 2010

I have an *.flv file on a FMS. When I play it on the client side the video plays just fine, but when I call Stream.play(filename, 0, -1, false) on the server side the video turns out really choppy.I both cases I use NetConnection to connect to an rtmp and NetStream to play the stream, but in one case I connect to a stream and request the server to play my file on that stream. Apparently that doesn't work with files? It works just fine for live streams.

View 20 Replies

Media Server :: NetStream.Play.InsufficientBW When Streaming Server Side Playlist?

Sep 23, 2010

I am streaming pre recorded audio files (mp4) to an AIR client. I have tried two different solutions,
streaming the file directly with the NetStream.play("mp4:xxxxx.m4a") and creating a server side playlist, adding the same sound clip and then streaming the playlist. The problem is, when streaming the playlist i get a few NetStream.Play.InsufficientBW, this does not happen when streaming the file direct. Both solutions uses bufferTime=1.0
 
I would like to use a server side playlist to implement a simple key solution so that the client dont know the full path to the file, but instead sends a key to a custom server side function that looks up the file path and creates a stream for the client.

View 1 Replies

Media Server :: Use HTML5 And FMS Server 3.5 To Share / Play Videos

Mar 14, 2012

We use FMIS (3.5) to distribute our videos, but how can I use HTML5 to view them without duplicating the video to the HTTP VOD directory.Can I point to the application FMS file location like I can with RTMP in some way?

View 2 Replies

Zip File Created With PHP Shows On Localhost But Not On Server

Mar 21, 2011

I am trying to add to my site a feature that allows users to select a set of images in Flash (AS3) click a button and have my server create a zip file of all the images for them to download.

I have already wrote my code in flash and crated my php script and tested it on my localhost and everything works great. But when I upload the same files to my sever no zip files are created. Below is the code for both my flash and for my php.

Localhost server is using 5.2.17 and so if my Server hosted on 1&1

Flash Code To Send Info to PHP

Code:

function MakeZip():void
{
var variables:URLVariables = new URLVariables();
//variables.Image1=img1;
variables.ImageList=OrderItems;

[Code]....

View 5 Replies

Flash :: Movie Won't Play On Testing Or Remote Server In Webpage?

Jun 6, 2010

I have a Flash slideshow that will only play in a browser if I click File > Open and open the .swf file locally and directly (not in a web page). It has never played in a webpage, remotely on the web server or locally on the Wamp server. It plays correctly in Flash when I test it.I have tried uploading the HTML page that Flash generates (without any changes), and it won't even play in that file. I have also tried using Dreamweaver's "Insert Flash" feature, and that was no good either.Here is the direct link to the .swf:

http:[url].....Here is the page that Flash generated:

View 6 Replies

Flash :: Media Server With Dynamic Playlist - Play In Flowplayer?

Jun 20, 2010

I'm doing a project like youtube. After some try, I can run FMS, dynamic playlist and flowplayer (I think this is what I need, am I right?) However, when I try to combine them, I discover a lot of problems. I follow this [URL] beginner_dynstre am_fms.html to learn about FMS, this [URL] to learn about dynamic playlist, this [URL] to learn about flowplayer. In the tutorial, the dynamic playlist cant run with FMS (even the tutorial says can, but when I try it, it cant!), and it is using Flash and as(AS3), the flowplayer is using html and js, I really cont know how to combine these 3 things together.

View 2 Replies

Media Server :: IOS To Play H264 Encoded By Flash Player Via Relay Of FMS?

Aug 16, 2011

Probably this feature is in the next generation of FMS 4.5 However, it is said this can be achieved with some manipulation of files with current FMS. Can we do a 2-way live video session.
 
UserA(in webpage flashplayerV11 beta: encode using H264) -> Flash Media Server -> UserB at iPhone(either HTML5 or others to play the live video in RTMP/RTMFP)

Next step will be the reverse:UserA(in webpage flashplayerV11 beta: decode using H264) <- Flash Media Server <- UserB at iPhone(either HTML5 or others to publish the live video in RTMP/ RTMFP)Better to use UDP based.Seems the HTTP live streaming incurs huge delay 4-8sec; not really working for live video chat sessions.. So how Skype handle this on iOS? with its own encoding/decoding?

View 2 Replies

Flex :: Use Flash Player To Play Video Stream From Other Media Server(rather Than FMS)?

Oct 10, 2010

is it possible to play video stream from non-adobe(or homebrew server), in the newest flash player(10).It looks like the VideoPlayer only plays the stream from FMS? Is it the business model of Adobe?

View 2 Replies







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