Professional :: The Play Works But The Test Doesn't?
Oct 16, 2010
I've made a file in photoshop with layer. I brought it into flash. I created the movie and it plays but when I want to use the "test movie" feat. it does nothing. The graphics come up but no movement. I exported it as an .swf file but still no luck.
View 8 Replies
Similar Posts:
May 24, 2010
So I made a button and added the following code (url changed for example purposes)
button_1.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);function mouseDownHandler(event:MouseEvent):void{ navigateToURL(new URLRequest("http://mysite.org.uk/qb.dll"));}
[code]......
View 2 Replies
Aug 30, 2009
i have a movie that has worked fine in past during Html test but ive been doing some dubugging using the flash test latly and it runs fine here but when i go back and try to test in Html mode no errors come just the movie never fully starts (starts up about as much as if there was an error).
View 5 Replies
Aug 24, 2011
I created a button symbol on the bottom layer, then added action script code in the first frame on the top layer. Clicked 'test movie' so that I could click the button to generate the code:
my_btn.addEventListener(MouseEvent.CLICK, onClick);
function onClick(e:MouseEvent):void
{
trace("The event handler works!");
}
The movie won't test. How would I fix this to work.
View 2 Replies
Mar 19, 2009
I have two scenes in my flash file and in scene 1, first button takes you to frame 2 where movie clip is -works
on (release) {
gotoAndStop("scene1",2);
}
second button takes you to frame 3
but on scene 2 that performs same function as scene 1, the first button
on(press){
gotoAndStop("scene2",2);
}
instead of going to frame 2 goes to frame 3. and the second button goes correctly to frame 3.that happens when i test scene! when i test movie all buttons work properly.
View 1 Replies
Jan 22, 2010
Why the preloader doesn't work in IE 8 but works in FireFox?
Attachments:
index.swf (224.8 K)
index.html.zip (3.2 K)
View 16 Replies
Feb 10, 2010
I'm working with flash CS4, with an adobe air file with as3, doing a desktop application to use in Windows , I google about information, but only find answers for web.I'm using a flvplayback, and when at source property add a local path as C:folderVideomyvideo.mp4 ,everything works fine, but when source is a server path from other computer as therpcfolderVideomyVideo.mp4 , doesn´t works. I'm not if a flvplayback bug.I have always the possibility to make a map folder, but this application is for a client, and if I can solve if add new map folder, it's better to me.
View 6 Replies
Feb 9, 2011
I have a project with a MediaDisplay component on the stage, and some actionscript (2.0) on frame 1 to load a FLV. When I use Test Movie in Flash, the FLV will not play, but when I open the SWF (or a Flash Presentation made using the Publish command), it plays fine. What's wrong with Test Movie?
I have been working on this project since before I upgraded to CS5 (I was using CS4), and I never had trouble testing it through Flash. I also have a different Flash project that uses the same component with the same actionscript to load an FLV, and that one plays correctly using Test Movie. However, if I try to load that FLV with the other project, it won't play.It may not be related, but I'm also getting a lot of compiler errors when I test the movie. They all say the same thing:
"The class or interface [insertMovieClipNameHere] could not be loaded."
View 8 Replies
Dec 1, 2010
I have created a SWF file that plays/stops sound. The SWF file works great when previewed in Flash CS4, but does not work when inserted in the HTML file.Here are the 2 files that are automatically generated when I INSERT>MEDIA>SWF in Dreamweaver CS4:
swfobject_modified.js
expressInstall.swf
Here is the ActionScript3 that I am using in the Flash file:
[code].......
View 6 Replies
Feb 12, 2010
am i publishing the movie incorrectly? It works great when I preview the flash file (cntrl+enter), but after I publish it and insert it into the html (in dreamweaver), the file shows up and animates perfectly, but when clicked, no link... It doesn't do anything
View 3 Replies
Nov 8, 2010
I just updated to CS5 - I'm working on a custom video player. It works fine embedded in a web page both locally and on the network. It works fine in the debug player. However, when I test it in the authoring player I get a NetStream.Play.StreamNotFound error and no video. I have tried setting the Local Playback Security publish settings to both local and network - doesn't find the video either way.
It used to run fine in CS4 in the authoring environment.
View 1 Replies
May 4, 2010
im having problems with my swf file,its not playing on the web,my video is a flv i save it a swf when i export it and it wont play. it plays pefect on my desktop though.
View 8 Replies
Jun 7, 2010
I have a 3,5 MB .swf file on my webpage it works perfectly well in firefox. But in internet explorer it doesnt seem to play. My guess is that IE uploads the whole .swf file before playing it. Can anyone here tell me how to let it work in IE as well?
View 6 Replies
Jun 11, 2010
I just installed CS5 Web Premium and took a movie, imported and exported with skin and html. [URL] It doesn't play, there is no skin. Everything is in the root directory - the SkinOverAll.swf, RooftopRites.swf. I don't see an embed statement in the HTML. Shouldn't there be one?
View 19 Replies
Mar 30, 2011
Im working between Dreamweaver & Flash cs4
Now i have a FLV video clip that i want play on a webpage with a full screen option so this is what im doing:
File > Import > Video
On my computer > Browse > (Found my file 17.8mb) > Load external video with playback component > continue
Skin: SkinOverPlayStopSeekFullVol.swf
Now its been imported i export it into my directory that im upload to my server (the swf file is now 59kb)
In dreamweaver drag the file onto my webpage and upload. When i view the page online it gives me an empty white box. Meaning its not playing.
View 1 Replies
Dec 31, 2011
I got a flash file (.fla) from an acquaintance who was trying to help me with a project. It's just 4 checkboxes that I'm using with Articulate Presenter for an e-Learning program I'm creating The issue is that Articulate doesn't play well with references to either _level0 or _root.The acquaintance isn't available to help me unfortunately, so I was wondering if someone could point me in the right direction to changing those references to something that Articulate won't freak out about.I'm only a couple of days into my Adobe trial for Flash, and the classes I'm intending on taking don't start for another two months.
View 5 Replies
Jun 4, 2010
i bought a flash web template but it doesnt autoplay, not even in test movie option.
View 3 Replies
Jun 3, 2009
Sorry, I'm a newbie with what I'm sure is a deafeningly stupid problem. I'm self-taught, as well, so... there you go. I'm working with buttons that trigger images into a loader. When I test it on my computer it works fine. When I upload the SWF to my site with the code, the buttons appear but they don't load the images. I assumed this was because the images have to load from somewhere, so I uploaded the images to the same folder, but I it still won't work. Now I'm assuming it's an action script issue, but I don't know how to resolve it. My current action script is: on (rollover) {loader.contentPath = "image.jpg";}
View 8 Replies
May 25, 2011
I'm self-taught, as well, so... there you go. I'm working with buttons that trigger images into a loader. When I test it on my computer it works fine. When I upload the SWF to my site with the code, the buttons appear but they don't load the images. I assumed this was because the images have to load from somewhere, so I uploaded the images to the same folder, but I it still won't work. Now I'm assuming it's an action script issue, but I don't know how to resolve it. My current action script is:
View 6 Replies
Aug 17, 2004
I have a music player and because of my fast connection I cannot test if the pre-loader and or bar works.Also no matter what I do I can't get the second track to play. It has the same set of actions pretty much as the first.
View 2 Replies
Aug 4, 2011
My buttons only work when I click on them on the stage while having the "enable simple buttons" option on. They do not work if I try to "test movie," "test scene" and publish it to a SWF. Nothing responds whenever I am in these modes. I am using Adobe Flash Professional CS5 Actionscript 2.0.
This is the code that I put in for the buttons:
[Code].....
View 5 Replies
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
Apr 2, 2008
The movie works when I test it in the flash IDE, but when I try it from the server it just sits there doing nothing, all the neccessary files are uploaded but I get nothing when I view it.[url]...
View 1 Replies
Mar 7, 2011
I'm using a different domain to host the swf file. The different domain is a media server to take the load off our own server and ISP. Actually, we have 2 different media server URLs. One each for development and production. I'm pretty sure the problem is a security issue in the flash. When I take the media server URL out of the file paths everything works. Although I have a crossdomain.xml with the media server urls included, I don't think it's permitting the request.
[Code]...
View 4 Replies
Aug 17, 2004
I have a music player and because of my fast connection I cannot test if the pre-loader and or bar works. Also no matter what I do I can't get the second track to play.
View 2 Replies
Nov 26, 2010
I made a 'movie' in Premiere and exported as FLV., Its suppose to be a banner on the top of a web page. The site was made with Dreamweaver. When played locally, the banner does great. When I put it on the server, thats a different story. I can tell thats something is there because it loads the background color of the flash file but it doesn't play the FLV.
View 1 Replies
Aug 22, 2009
I have loaded various external swf in my flash site,thew problem is that when i test my site with ctrl+alt+enter they all display properly, when i test the movie form its folder or online some of their functions or aspects bug.
View 1 Replies
Jul 17, 2010
Here is my code in its entirety. It won't trace when I Test Movie, but when I debug, it works fine.
import flash.events.*;
function scrollWheelHandler(e:MouseEvent){
trace(e.delta);
}
stage.addEventListener(MouseEvent.MOUSE_WHEEL, scrollWheelHandler);
I hate flash. This is in a new project btw. wtf is going on?
View 2 Replies
Jul 25, 2006
Im using netConnection and netStream in flash 8 to play an external flv. this is my code:
Code:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
vid.attachVideo(ns);
[code]....
The code, buttons and video object are all in the main timeline (scene 1) of a test fla and it works just fine. But, once I take this code and put it in my main fla which loads external audio, text, and supposedly this video, nothing happens. It doesnt play the flv at all.
View 1 Replies
Feb 2, 2009
I purchased an elastic menu flash component that uses AS3. Unfortunately, I've only just waded into AS2.I'm trying to replace the generic colored background with an image that is masked. Unfortunately, turning the layer into a mask breaks the functionality. The weird thing is that it works fine in Test Mode (Ctrl+Enter) and if published as an EXE. It just doesn't work as an swf.Has anyone run into this weird inconsistency before? Also, what is the best way to get into that component and possibly modify it?
View 1 Replies