ActionScript 2.0 :: Flexibility With FlashPaper
Apr 17, 2006
I wanted to know flexibility with flashpaper in terms of actionscript. Can you access flashpaper functions, like searching for keywords, and things like that? Or does flash paper generate an independent swf that you cannot use at all through actionscript?
View 3 Replies
Similar Posts:
Jan 26, 2010
I'm working on a large application that is broken up into many independent swfs. There is a master swf that loads a navigation shell and the foundational logic, and a module loading system that loads child swfs into the main display area. This is all working smoothly, and now I'm onto building the modules, and I'm starting to feel like my methods aren't as efficient as they should be. The module swfs (and corresponding flas) are located in a "modules" subdirectory of the main project's src folder. These modules share a large number of classes. In fact, most them define no new classes that are specific to just that module. The shared classes have a complicated structure of inheritance and interface usage, and are located in a view/structure subdirectory of the main src folder.
Currently, in order to use the shared classes from view/structure in my module swfs, I add the main project's src folder to the source path in each of the module flas. Besides being a bit tedious to do every time, it.
1.) Redundantly compiles the shared classes into each module increasing file sizes across the board,
2.) Requires addition of new source paths to the modules for every developer who wants to work on/test the application because they are absolute values and different on every os's file system, and
3.) Doesn't allow modules to be built independently without access to the main project src folder
View 1 Replies
Jan 26, 2010
I'm working on a large application that is broken up into many independent swfs. There is a master swf that loads a navigation shell and the foundational logic, and a module loading system that loads child swfs into the main display area. This is all working smoothly, and now I'm onto building the modules, and I'm starting to feel like my methods aren't as efficient as they should be.The module swfs (and corresponding flas) are located in a "modules" subdirectory of the main project's src folder. These modules share a large number of classes. In fact, most them define no new classes that are specific to just that module.The shared classes have a complicated structure of inheritance and interface usage, and are located in a view/structure subdirectory of the main src folder.
Currently, in order to use the shared classes from view/structure in my module swfs, I add the main project's src folder to the source path in each of the module flas. Besides being a bit tedious to do every time, it 1.) Redundantly compiles the shared classes into each module increasing file sizes across the board, 2.) Requires addition of new source paths to the modules for every developer who wants to work on/test the application because they are absolute values and different on every os's file system, and 3.) Doesn't allow modules to be built independently without access to the main project src folder.
View 1 Replies
Dec 16, 2009
i want to display swf document via Adobe Flash Paper software in our asp.net web page. can any one describe how i embed flash paper API in .net?
View 2 Replies
Mar 26, 2010
Can i extract the logo of FlashPàper with actionscript?
View 2 Replies
Nov 25, 2008
I taught myself enough AS2.0 to configure flashpaper within my flash portfolio. I have a bunch of blueprints of site plans, elevations, maps, etc. that I like to keep at full size (24"x36",30"x42", 36"x48", etc.) and it worked great with Flashpaper until I bought a new computer with Vista
I have tried Print2Flash (I don't think they print larger than 24"x36" and even then the resolution is srewed up). I have also used Scribd (all of these large PDF files keep crashing). Are there any other special browsers for these large PDFs? I would like to embed the browser into my flash page, but I also want to control the size and dimensions of the browser within the page. I have seen one or two websites that now have Acrobat Reader 9? resized within the main website window.
View 7 Replies
Oct 5, 2009
I'm using the following script to play a FlashPaper movie clip:
// function: loadFlashPaper
// ------------------------
// Parameters:
// path_s: path of SWF to load
[Code]....
Everything works fine on all pages including the page with the FlashPaper movie. The problem is after I visit the page with the FlashPaper movie my file starts to play through all the pages and wont stop.
files available here for example of my problem:
[URL]
View 1 Replies
Apr 7, 2011
i want to load a swf who was make by flash paper but when i load more than 2 swf,my loader is bad ....and bad work
HTML Code:
import flash.display.Loader;
import flash.net.URLRequest;
import flash.events.MouseEvent;
[Code].....
View 2 Replies
Apr 30, 2010
I have some pdf documents that have been converted to flashpaper, I'm using a little AS3 code to include in flash, however the size does not match the original file; i try load the swf (flashpaper file) into 800x600 movie, but not works, btw there is the code and screenshot
[Code]...
View 2 Replies
Jan 5, 2008
Is it possible to change color and theme style of flashpaper when we load it in Flash?It's color is not good for my project... How can I change it's color from halo green to something else
View 2 Replies
Mar 3, 2011
I am developing an app which allows the user to customise every component such as button line colour, text colour etc. Clearly I need a lot of flexibility in these components to ensure detailed customisation.I am deciding whether to use MXML or AS for my view part of the components, I am aware AS is lighter on memory but harder to write, but am unsure on whether MXML is flexible enough for my requirements?
View 1 Replies