Professional :: Export Flash Into Html5 Canvas?
Aug 1, 2011I was told that you can export Flash CS5 creations into html5 Canvas.
View 1 RepliesI was told that you can export Flash CS5 creations into html5 Canvas.
View 1 RepliesI recently contributed a soundtrack to a flash movie. The canvas size of the document was 550x400px, and we tried to export it in near-HD format to various formats. This resulted in either no video (DivX/Xvid export) or in a real bad quality so that even a screen capture would produce much better results. My question is: can it be related to that the canvas needs to have at least the size of the desired export? The person creating the movie assumed/stated it would easily resize on export since it is vector material / high res images, but the results are rather ugly
View 9 RepliesI want to make a free game with flash. Several month ago, I created a free game with html5 canvas. But unfortunately, most of people who access the page of the game use old version IEs and they can not play the html5 canvas game. So I want make flash version of it.
Can I use Flash builder to create flash game? Or I have to buy Flash professional? Or are there other good softwares? I hope I could create flash games with Flash builder, because Flash pro is much more expensive than Flash builder. If I have to buy Flash pro, I'll buy it. But is it normal to pay more than 600 dollars for developing a free game? There are a lot of free flash games on the Internet. Did their developers pay 600 dollars to create their free games?
I've been doing Flash for couple of months and I love it. I can easily use a rectangle tool to draw a rectangle and do shape/motion tweening within seconds.
Lots of people are talking about HTML5 vs Flash nowadays and I took a look on HTML5 Canvas today. To my surprised, I see whole bunch of "code". It's so complicated, they need to make a lot of calls (fill, stroke, moveto, closepath etc...) to make a simple shape. And even dozens lines of code mixing with javascript to do a simple movement???
Am I missing something? It'll make animation 10x more complicated with HTML5 Canvas than Flash.
I had created an HTML5 Canvas WebGL game in January for the Mozilla Game On 2010 competition (pretty late, I know - I never released it until yesterday). Now I want to port it to Flash ActionScript 3.0 for a college assignment.I'm well versed with both static languages like C/C++ and Java; and dynamic languages like Python and JavaScript. However I don't know ActionScript, but since it's a subset of ECMAScript it should be pretty easy to understand.I want to learn programming in ActionScript 3.0 so that I may be able to port my game in Flash. To be more specific, I want to know more about:How is ActionScript different from Browser and Server-Side JavaScript, and basics.OpenGL programming in ActionScript (including loading textures, shaders, etc).How to create a HUD in Flash using a 2D HTML5 Canvas like API (in my game I have 2 canvases, one for the 3D game and another overlaying it for the heads-up display).Support for vector and matrix calculations in ActionScript.How to load assets like audio and sprites in Flash.It would be even more helpful if you would check my source code in JavaScript and suggest the best possible way for me to tackle this problem.The code for the main game engine and the game itself may be found in my Github repository.
View 2 RepliesIs there anyway to develop within CS5 and export as HTML5 rather than a .SWF?
View 1 RepliesI built a prototype in Adobe Flex, they (customers) liked it. Everything was fine until they later told me that iPads / iOS needs to be supported too.I checked out Adobe's Packager for iPhone. We're evaluating that and we will know if it works out in a couple of days. (We need to get through Apple's red tape and certificates raj so this angle is delayed by a few days!)
There is a growing voice for using HTML5/Canvas as a technology platform itself. And despite being quite proficient in Flex, I think this makes sense.
I'm in need of a HTML5 library that can:
Render "widgets" i.e. containers with forms and components(this should be easy and possible using POHJC - Plain old HTML,JavaScript and CSS )Provide a Tree like control for laying out some data Provide a Canvas where data structures can be represented as basic shapes Provide drag and drop capabilities between Trees, Buttons and Canvas Provide some sort of Tab Navigator container (I guess JQuery works here) Interact with back-end services (JSON/XML calls will be okay, but mapping directly with back-end entities will be awesome!)Renders on latest versions of major browsers, Android OS and iOS (WebKit for mobile?)
I'm ready to give JQuery & JQuery UI a try. I looked at Sencha / ExtJS but it seems we need to maintain two code bases one for normal browsers and the other for mobiles (is that correct?)Single code base, I don't want to suggest to them that multiple code bases for the client need to be maintained. That's a last resort option and would lead to complete ruling out of HTML5 with Flash apps and native apps being developed.Canvas capabilities - I don't want to work with raw canvas and shape tags. This too is a last resort option. Is there any abstraction available?
Has anyone used this conversion option with any success? The last thing I remember reading about it was that Apple was making it so that you could not. You could not sign up as a developer unless you used their iOS specifically?
View 1 RepliesI am creating a flash animation which has to be converted into Html 5. The reason for the conversion is the i-pad, so that my animation can run on i-pad or i-phone. I have tried using the WALLABY tool from adobe but haven't get the accurate animations. Though I have saw some adobe videos in which these people are perfectly running their flash animations through this WALLABY tool.
View 2 Repliesis flash going to be abandon? do we need to swap for html5 and jquery? where are the usages of flash now and in the web future?
View 3 RepliesI get a JavaScript error when I try to "Export as HTML5". It says "At line 28 of file "Users/......./Export as HTML5 (Swiffy).jsfl": exportSWF: Argument number 1 is invalid. Line 28 reads
doc.exportSWF(FLfile.platformPathToURI(inputPath), true);
I'm just trying to understand how once HTML5 enters the picture, the current concerns about browser incompatibility and other issues go away? Wouldn't HTML5 simply add another set of browsers to the large list of current browsers that the application must target?
That is, assuming the enterprise web app requires one of these new HTML5 features (e.g. playing audio and/or video, integrating SVG or vector graphics, etc.). If such a feature isn't critical then graceful degradation may be acceptable and then my question is moot.
But for those apps that require one of these new HTML5 features, are you planning to support older browsers, or expecting it's acceptable to restrict to HTML5 browsers because the enterprise in question has made one of them their new corporate standard (or other scenario, etc.)?
I created a short animation using a series of photos stop-motion style, only about 18 frames long (as part of a larger project) Whenever i try to export it into SWF (Either CTRL+ENTER or the FILE>EXPORT method) the time it takes is super-fast, but no file is created. When the export was done with a previous successful export, it simply dissapeared
View 4 RepliesI am unable to export any swiff files from CS5 Flash Pro that contain TLF text. If I apply one text box with TLF text on the stage, with no script on the timeline and nothing in the library, I receive the following compiler error:
MainTimeline, Line 39 1137: Incorrect number of arguments. Expected no more than 1.
MainTimeline, Line 42 1137: Incorrect number of arguments. Expected no more than 7.
I do a lot of heavy actionscript coding, and rarely have anything on the timeline or stage in Flash, but this is a pretty big error for a new feature like the TLF engine. I think there is an issue with files missing, or flash not having the correct path to the classes used by the TLF text, but that is only a guess.
All I can get out of the Adobe documentation is that there is a SWC file that is supposed to be remotely accessed, downloaded, or embedded into the SWF on export.
I have been completely unable to use this feature of Flash since I purchased CS5. Additionally, when I tried to contact Adobe directly by phone, they referred me to these forums.
export an animation sequence from flash to a video format. Looks like flash has Quicktime and Avi as options. However they both produce poor and jerky results. My animation is 750 by 545 pixels and running at 20fps - I have tried upping it to 25fps to see if it is a frame rate mismatch issue but similar rsults. For the record the anim plays perfectly as a swf. I have tried a third party swf to flv converter as flv is the format I desire but still jerky irregular playback
How can I get around this?
Im running Flash CS5 with all current updates. My flash is about 2400 frames long, and is running at 24fps. In the beginning, i had no problem exporting it. Now, when i publish/export/test/preview/ beg to work, the dialogue bar will pop up indicating that its exporting... Only to suddenly stop about 70% of the way through and dissapear. . no preview..no swf. and to make matters worse, it devours the swf i exported originally. Im not using any action script (ive been told that could be where the problem is). I have tried copying my frames into a fresh document, just in case the original is corrupt, but still had the same problem. Ive screwed with the publish settings enough to know the problem isnt there. Ive combed through my entire library, looking for corrupt files..still no success. My dilema is almost identical to this user's: [URL]
this flash is to be used as a background projection during a college theater play
Using mac os 10.6.7 and flash pro cs5. Read in adobe flash help that QTpro works better to create .mov file when exporting from flash. I purchased QTpro from apple and installed. It will not open an .swf of .fla. When I try to File>Export>Export Movie it opens and uses QT10 which can with mac. I've looked in System preferences, Flash preferences, and QTpro and QT10 preferences for option to select QT version to use when exporting from from flash. I've tried changing publishing settings to Flash 5, read somewhere QT doesn't support Flash layers after version 5,but didn't help. Am I missing something? My .swf looks good but when I export through the file command, export movie, .mov file is filled with artifacts. On a mac how can I export from Flash and end up an .mov .mpg .wmv or .avi?
View 2 RepliesI have an swf document and for a while now need to convert it to an html5. I talked to a dreamweaver specialist and he suggested wallaby. I tried this but i didnt have it in an FLA. I tried converting it using trial software dont know if it worked. When i put it in their was errors with multiple things, it didnt like the actionscript3. I tried googles swiffy and it didnt like the 9-slice scalling, either
View 1 Repliesi can't export as Quicktime, it just stops at "Recording Flash Content" - Yes i could export as .avi, but for some reason, i lose some effects there, i could export as .swf as well, but Sony Vegas won't read .swf files, and i can't find a FREE (I don't want some trial with annoying Logos) ...
View 17 RepliesI am writing an article about CS5 and FXG and I really would like know whether Flash CS5 can export to FXG and read FXG files. It can do both or just export?
View 2 RepliesI have Flash CS5 and I'm trying to export SWC from it to use as a library with Flex SDK (FlashDevelop). I have "Export SWC" checked in publish settings and for a while it worked. Now, even if it still is checked, SWC isn't created (at least in the same directory as SWF). I even tried creating a completely new FLA and copied everything from the old library in there. Still it doesn't work.
View 6 Replieshave a file which only shows up as a black box (correct size) on the posted html page. The status bar indicates "waiting for the page..." etc., but nothing changes on the page.There is another swf file on the same page and is working perfectly, but the above mentioned file still does nothing.
View 2 RepliesI develop these site in PHP BB BMW Dubai and Porsche Dubai but failed to rotate images in top banner. After lot of dissapointment, i recently converted that baner with 6 small pictures than 2 big pictures (previously). Now im thinking of changing or rotating those 6 pictures in flash. So my question is which flash player is the bestest to export to, i mean level fl5,6,7,8. I dont wanna export at most recent as it might bug users to upgrade their old flash player, when they browse my content.
know if there are known issues anyone knows about PHPbb stuff with flash files. I will be experimenting this for first time. As in Dubai at least i have not seen any one site using flash in PHP BB, as people dont detailing attention to community board.
want to know if it is possible to create a vector basedfile (PDF) from a web based Flash application. The applicationwould be a 'Design it yourself' type deal, it would just be a fancytext generator. All this will be designed by the user using theflash application . What I want to know is once the user has finished designingtheir text, can this 'creation' then be exported as preferably aPDF, or Jpg, etc. once the user submits the design?
View 6 RepliesI am importing quicktime videos into flash from premiere (cs3) and exporting them --- however, for some odd reason (and this does not happen consistently) small pink boxes show up towards the bottom of the screen for a couple frames and then disappear in the final product (Flash file). I've exported the movie several times and sometimes they do not show up at all; other times, they are present in various places in the movie. Does anyone have any idea what could be causing these bizarre artifacts in the final export?
View 1 Repliesis there a logic explanation why my flash projects when exported as an avi or quicktime etc etc the objects that were masked are not animated? and what do i have to do in order for project to be as i see it when i test the movie and it appears fine.
View 7 RepliesI'm trying to export a Flash movie as a .mov file. The animation is not that big but there are strange display issues. As the character moves across the screen, there are bits and pieces left on the screen from the previous movements. It's just not rendering correctly and looks terrible. I can't seem to fix it and have been playing with the Format settings etc. There's always the junk left on the screen.
View 2 RepliesI have a flash file which is 690 x 420 pixels. When I export it and set it up to play on jwplayer it shows with all of the pieces that are off the art board also. This is a test [URL].
View 7 Repliesis there a logic explanation why my flash projects when exported as an avi or quicktime etc etc the objects that were masked are not animated?and what do i have to do in order for project to be as i see it when i test the movie and it appears fine
View 1 RepliesThe video performance I get from the built in FLV video is pretty poor. I'm considering using a StageWebView to display a HTML5 page with a standard <video> in it.
The video shows up and (if I enable controls) can be played and it looks great (much better than FLV). The only issue is I cannot find a way to have the video autoplay once the StageWebView is loaded.
I've set the <video .... autoplay> parameter. I've also tried using JavaScript to send a video.play() (after the window load event is complete and the DOM is ready).
I can't wait for AIR3.0 so we can just use StageVideo.. But for now I'm using AIR2.7 via Flash CS5.5 publishing for an iPad2 via AIR for iOS.