Professional :: Creating 'packaged' SWF File With Flash Prof?
Feb 15, 2011
Firstly, I've created with Adobe Captivate an SWF file which I have been able to reference in an aspx page and when I view the website, it runs fine (no other file is referenced to run this). Example of the below code in the aspx page I have created:
object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=8,0,0,0"width="500" height="400" id="Untitled-1" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="progressive2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#aaaaaa" /><embed src="MY_VIDEO.swf" quality="high" bgcolor="#ffffff"width="500" height="400" name="Untitled-1" align="middle"allowScriptAccess="sameDomain" type="application/x-shockwave-flash"pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
My objective is this. I have a final edited FLV video file. I also have Flash Professional. What I want to do is create a single SWF file (like with the Adobe Captivate example), which will include the video and the skin for the progress bar, volume etc and then reference this in another aspx page for the website.
I want to be able to have the same 'packaged' SWF file, as in the captivate, created from this FLV video. In Flash Proffessional, I've imported the FLV into the 'stage' and added a skin through the wizard. But trying to publish or other options, I've not been able to get this single 'packaged' SWF file to run correctly in the website, via the same apsx code as above.Am I missing a trick here? I would presume it would be fairly simple as I don't want to edit the video, more I want to embedded it with a skin in the one SWF file.
View 2 Replies
Similar Posts:
Jan 2, 2012
I have an android tablet. I made a swf file with mouse events, it rotates images to right and left. I wanted to put it on Android and run it as an .apk file which consists of the swf file embeded within it. I tried running the swf file through webView it works perfectly fine. But i wanted to make it as an application.
View 1 Replies
May 23, 2011
I have a built a mobile application using flash builder burrito and when i export the app from the builder the size of the apk file is say 1180KB,but when i try packaging the same application from the command line the size increases dramatically(to 2679KB).In both the cases if we see the size of swf file it is 2679KB only.So the builder is using some compression techniques to reduce the file size.Is there any options available in command line to do the same compression technique??.I have used the following command to package the swf file..
[Code]....
View 1 Replies
Dec 21, 2008
there are no problems occuring when I use my CS4 to work on Flash files with Actionscript 2.0. But as soon as I switch to Actionscript 3.0, I get a load of problems. - Whenever I try to start to the script assistant following message pops up (I've translated it from German to English - so the text might not be absolutely correct).
[Code]...
View 10 Replies
Aug 22, 2010
I am having an issue with a freshly installed copy of Flash CS4 Upon trying to create a new fla file or opening an fla file flash crashes. I have checked for corrupt fonts and even removed all non system fonts yet it still happens.Below is my crash report. I have emailed Adobe but was hoping that someone here may have a solution for this problem.I am running Windows 7 64 bit.[code]
View 1 Replies
Aug 16, 2010
I am trying to use the "simple photo album" template that comes with Flash Prof. CS5. I have it working except I want it to play by default. The actionscript that came with the template is below (in blue), but if I set var autoStart:Boolean = true; I get the following error and the controls do not work:
TypeError: Error #1009: Cannot access a property or method of a null object reference.at nt_fla::MainTimeline/fl_startSlideShow()at nt_fla::MainTimeline/frame1()
// USER CONFIG SETTINGS =====var autoStart:Boolean = false; //true, falsevar
[code]....
View 5 Replies
Aug 2, 2010
In the past I have used PPro CS4 and Encore to create a DVD of clips which I show to clients. Each clip has a chapter mark so that I can jump quickly to the start of each clip. I now want to make a big Flash file of all the clips, with chapter marks which I can quickly jump to. But when I create the file from PPro, I get all the clips in one nice big file, but with no chapter marks. If I create it from Encore, it cuts the file into lots of little Flash files, the cutting points being the chapter marks. How can I create one big Flash file consisting of all the little clips, but with chapter marks which I can jump to?
View 3 Replies
May 11, 2010
I use Flash Cs4 and all of a sudden when I try to export to avi I get "error creating avi file." why or how to fix this? I can still export to quicktime.
View 2 Replies
Jul 16, 2010
I have several mp3 files that I use in my Flash animation but I want to publish this animation as a single SWF file. Don't want the mp3 to be also made available along with the SWF.
View 4 Replies
May 7, 2010
I'm using Flash CS4,i'm having problems creating a xml file to work with the action script for a 3D carousel. I've created folder for image png file and icons xml using a normal notepad in windows for file to work with the flash action script 2.0, but in output menu the msg says Error opening URL 'file:///C|/Users/User/Documents/caroselFile/icons.xml'.They're no compiler errors. Should the notepad be xml editor? I have been told i can use a normal notepad.Maybe i should of saved it in the fla directry but don't know where it is.
View 7 Replies
Mar 18, 2011
I encounter a big issue.When creating a new AS3 Flash file, or opening an existing one, Flash CS4 crashes(see crash report below)I can however create a new AS2 file.I reinstalled Flash, and installed latest update, and problem still occursIs it possible that a corrupted file screwed up Flash CS4 installation ?
<?xml version="1.0"?>
<!DOCTYPE AdobeCrashReport SYSTEM AdobeCrashReporter.dtd>
<crashreport
[code].....
View 13 Replies
Jul 8, 2010
I created a button in Illustrator and imported to my Flash library. The button has drop shadows, overlay and gradients. It imports and previews just fine until I change it to a button. When I go to preview it, there are these thick red boxes that seems to incase every layer of the button?
View 3 Replies
Jan 18, 2012
I can write to db when running in IDE(FB), while after packaging a air, the app wont write to sqlite db, Why?
View 2 Replies
Jan 26, 2009
I don't know if the topic describes the problem correctly, but here's the situation:I created a folder structure so I could work with packages, which I named com/gamistry/someproject"Then I created several .as files. "EggLoader.as", "Main.as", "Egg.as"EggLoader is a class that shows a basic progress bar, and is also the Document class. It is defined as being in the package "com.gamistry.someproject". Once it's done loading the swf, it creates an instance of "Main" (not having imported anything), and passes its stage property as the only argument. This all works perfectly.
Then the Main class starts running, and attempts to create an instance of "Egg", not having imported anything just like the previous example. It attempts to pass the single argument (defined as floor:int in Egg's constructor), but for some reason I get a compilor error 1136 "Incorrect number of arguments. Expected 0."It furthermore seems to know of none of Egg's public functions. Has anybody come across something like this before? Perhaps I am misunderstanding the purpose of packages?I've tried importing com.gamistry.someproject.*, but to no effect. If I explicitly define the myEgg instance as a "com.gamistry.someproject.Egg", and then call the new operator as a "new com.gamistry.someproject.Egg( floor )", the error disappears, but the program still does not execute as expected. No instance is visibly created on the stage, as it was when I was working with the exact same code base from the root package.Here's code samples (I omitted a lot of irrelevant code):
ActionScript Code:
package com.gamistry.someproject {
import flash.display.MovieClip;
[code].....
View 1 Replies
Jul 22, 2008
OK I have been racking my brain to get this resolved and unfortunately there isn't a lot of info on the web. Scenario: We are in a shared environment. Central file server (Mac OS X server) over gigabit enet. We open flash files over the network and then we "try" to publish the files back to the same server in which the .fla is stored. (I have read John at Adobe's comments on the practice but this DID work).
So we access the flash file at /Volumes/ServerName/JobFolder/~Flash/ and we "attempt to" publish the .swf to /Volumes/ServerName/JobFolder/htmlfolder/flash .... this was working previously in flash 6-7 but in 8-cs3 it has stopped working and we are kicking ourselves to get some answers. When we try to publish we get the following error: "Error creating Flash movie file. Be sure the destination is not locked or on a locked drive. Also, check that the file name is not too long."
[Code]...
View 6 Replies
Feb 1, 2010
I have a Flex application that builds and runs from Eclipse without any problems. I've created an Ant build based on the sample provided by Adobe and builds the application and packages it up into an AIR application. No errors occur during the build process and an AIR file is created.The problem is that when I install the AIR application and run it, there is no UI at all. The process is running because I can see it in Task Manager but I can't see the app window. I've commented out all of my initial code so just the first window should appear but still nothing.
View 1 Replies
Aug 30, 2008
I have tried to add a button a .fla and code it with a packaged class (Main.as).is it possible to use a button from the GUI and code it with a external imported packaged class?
View 3 Replies
Jan 5, 2011
We would like to start creating RIA using Flash, focusing more-so on the side of enterprise level web applications rather than simple Flash animations. I need to start getting my design/development group here up to speed on Flash, but cannot make heads or tails of the software to focus on from Adobe. Flash Professional CS5, Flash Catalyst CS5 or Flash Builder 4?
View 3 Replies
Aug 7, 2006
I have a swf gallery that I created in flash MX which accesses images in folder using an XML file. This XML file has a header and a footer, and a standard image node for each image where the information of the exact name of each image... ie image01.jpg and the description of it ... and their locations .... is gallery01/image01.jpg etc, where gallery01 would be the folder. Currently all of this information about the images is entered by hand in the XML file and this task starts to become very tedious when there are many images per gallery. What I would like to konw.... and like to do... is create an swf or flash application that would create a the xml file... Ideally I would like the user to have a sort of gui in which each image from a folder to which he or she browses to ...is displayed... one at a time... and with the display of each image .. there is a text field where the user can name and type the description of the image.... and all of this data should somehow be recorded and stored in an XML file.
View 2 Replies
Jan 26, 2010
flash cs4 launches fine but crashes when starting a new action script 3 doc. (quits unexpectedly) it seems to work fine when i log on as a guest user but not as myself (admin). MACPRO desktop OS10.6.2 what can i try to aleavate this problem.
View 1 Replies
Mar 1, 2010
I'm starting to get pretty good with flash cs4 creating banners. Is there a website with tutorials that I can get some more ideas on creating banners?
View 1 Replies
Jun 1, 2010
I am extremely new to Flash (using CS4) and want to create flash videos for display in web pages. I have used a few of the wizards and have gotten some rough, very amateurish looking results, but at least they work. I owuld now like to create a more professional looking product that has a nice looking player skin, a thumbnail preview that is typically included, and some sort of "Click to Play" button.
View 1 Replies
Oct 29, 2010
How can I create a component using Flash CS5? I have tried to follow various documents I have found on google and went about it in the following way:
1. I created an empty FLA.
2. I created a MovieClip containing some graphics, and named the MovieClip "MyTestComponent" in the Library.
3. I selected the MovieClip's properties in the Library and selected "Export for Actionscript", and made the MovieClip inherit from fl.core.UIComponent.
4. I saved the FLA in the directory "C:Program Files (x86)AdobeAdobe Flash CS5CommonConfigurationComponents" and restarted Flash. At this point I would expect that the MyTestComponent component would show up in the Components panel, but it did not.
5. I tried to publish the FLA as an SWC file and place the SWC file in the same file as above. According to my understanding, both this and the step above should have worked, but it did not.
View 4 Replies
Nov 25, 2010
on picture 1 I'll start with a blank white box that slides to the right revealing a sketch of a picture and on picture 2 the whole picture is revealed.Then on 3, the line goes back to the left starting to reveal the real picture.I had no problems doing the 1 and 2nd step in flash but dont know how I do the 3rd, how do I make the sketch picture dissapear after the line has gone over it???
View 4 Replies
Mar 12, 2011
I am designing my first simple website with Adobe Flash, and I have run into a problem. When I do publish preview, I notice that no scrollbar appears in the browser; therefore, only part of my content is shown. How can I create a scrollbar in Flash so that when someone views my webpage they will be able to scroll down and view all of the content on the page?
View 5 Replies
Mar 23, 2009
how to create a pop up window to load some images. Basically I have a button in my flash file(website) and I want the user to be able to click on the button and have the content displayed in a separate window. the separate window will be a simple swf file with some images. how can I link this external file?
View 1 Replies
May 30, 2010
I am working on school project for a beginner Flash class. The code I was given in class for the preloader does not for my particular flash movie. Q #1: can you create the pre-loader within the same file as the movie (ie separate scenes)?Q #2: if yes, why wouldn't it wouldn't work for me? i was told that it doesn't for all files, but i would like to know why?Q #3: is there a way to do it through two different files with coding (the preloader file pulling up the movie file)?
View 7 Replies
May 22, 2007
Since I started using CS3 I sometimes get the following error: Error creating Flash movie file. Be sure the destination file is not locked or on a locked drive. Also, check that the file name is not too long. It doesn't happen all the time, and I haven't been able to figure out what causes it. I have been able to confirm that it's not anything to do with locked files/drives, permissions, or file name length.
It happens with files created elsewhere (by other developers) that I've modified, and it happens with files I start from scratch - I can create a new FLA on my desktop and it won't publish. Sometimes (but not always), publishing to a different directory than the one the FLA is in will work. This is becoming a big problem. I'm on OS X 10.4.9, 2.33 GHz Core 2 Duo MacBook Pro 17", running CS3 Web Premium package.
View 6 Replies
Jan 13, 2012
I have created a small flash project with 6 Scenes(two scenes contain flv clips 2 minutes each(1560 frames)). If I test each scene separately it runs perfectly, but when I try to run the whole movie it runs for 10 minutes "Exporting SWF Movie" and then stops without any errors or warning and without running project or creating swf file. I am using Adobe Flash Professional cs5.5.
View 1 Replies
Jan 26, 2007
I have a movie which loads quiz questions from an XML file. This works perfectly, although editing the questions is a bit tricky. Whether it is possible to create an XML file from a flash movie.
I would like to create a simple template in which:
- the user enters the question and answer data
- the user chooses a filename for their data
- this data is saved to the hard drive in the form of an XML file
- this data can be accessed by a serarate quiz movie
Is this possible?
View 4 Replies