ActionScript 2.0 :: Creating Online Brochure With Turning Page Option
Aug 5, 2006
I am trying to create an ibrochure or ebrochure, an online brochure where the user of it can turn its pages. It also looks like the content is actually on the page. Is there anyone who knows a trick or .fla file already on the site?
View 4 Replies
Similar Posts:
Aug 12, 2003
i'm trying to create an online brochure that users design with products/images they've selected. users will be able to drag a thumbnail to a pre-designed area, then swap them around to their liking. currently i'm in the beginning stages and just learning the power of actionscript.
i've attached two sample .fla files i've been working with. the first sample i have two thumbnails drag to a target and enlarge to a defined size. the second sample i used a tutorial from flashkit --- drag drop swap. it works but the as is not up-to-date. i'm trying to incorporate the two ideas together but get bizarre effects. most of the examples i find are close but no cigar.
View 7 Replies
Jun 29, 2011
Is there a simple way to make a page turning animation in Flash? I have a book, and I need the page to look like it is turning. It happens automatically, so I don't need a button, or the page to be grabbable. I just need it to look like a page is being turned.
I found this tutorial on how to do it using aftereffects, but when I export the composition to SWF I get a black background, so that won't work. It would have to be transparent.
Does anyone have any ideas on how to do this?
View 1 Replies
Jan 19, 2010
Can anyone recommend a program, or a tutorial to build a page turning pdf? It's for making an imitation magazine.
View 3 Replies
Jul 10, 2010
does Adobe have a plug-in for Flash CS4 or what would you recommend?
View 6 Replies
Jun 17, 2004
does anyone know how this effect was created? any ideas about the code etc.any body know of any tutorial maybe.
View 5 Replies
Apr 22, 2007
I need to add a button that opens up the next/previous page. A forward/backwards control. Know what I mean?
View 1 Replies
Mar 7, 2004
I was looking for a code that does a turning page effect and have found one, but am experiencing a problem. The code is giving me a problem when i add more pages to the existing file. I am really hoping that someone can help me out with this as it is really urgent.
I have attached the original file. I need to add a total of 16 pages. Can someone pls see the file and explain to me how this is done. The pages are all generated with the help of action script. I get an error something to do with the 'with statement'. If someone can solve this problem could you please explain where I have to make the changes and what the resulting code would do.
View 5 Replies
Nov 21, 2002
I really need to find some turorials that can show me how to do a "book page turning" effect.URL...
View 4 Replies
Nov 8, 2010
I want to make a flash website which looks like a bookwhen a link is pressed i want it to have a page turning effect
View 3 Replies
Jan 18, 2010
recommend a program, or a tutorial to build a page turning pdf? It's for a magazine.
View 2 Replies
Mar 24, 2011
I have a flipping book component. It come with the basic page turning function where the user can turn each page manually. Because there are many chapters,I created buttons under the pages so that the user can navigate directly to specific pages. I can not find and create the codeto attach to each button to make the pages flip directly to the indicated page? The component uses AS2,Here is main code that appears at frame 1.
import mx.containers.Window;
// Popup size
popup_width = 900;
[code]......
View 3 Replies
May 7, 2009
I could create a movie clip for a bullet and create a new instance of one every time a bullet is fired. Then, I could have 100 little bullets all flying around checking collision detection...
There must be a better, more efficient way to do bullets. Anyone know of anything already out there?Otherwise, I could create a collision detection queue for the bullets, or predict where the bullet will fly (since it is usually always linear), but if the bullets become larger, the actual movie clip of the bullet may be wide enough to hit something, but the line the bullet is traveling does not necessarily hit that other object.
But is there a fast, efficient system or way of handling things already out there?
View 2 Replies
Feb 7, 2012
I am programming an instrument that has a feature for the user to offset the clock by the timezone that they are in. I have your basic clock functioning and give the users the ability to select their clock offset and store both the offset Hours and the Minutes in separate variables... My question is how to i take these variables and have them calculate/ update this standard clock function that i am using below:
[Code]...
View 1 Replies
Feb 1, 2010
Would Director be an option for creating a socket client? My client needs to accept server commands; frame rate, start etc.Director seems like it was made for controlling movies. I've got Director 11.5 at the office.
Interaction with client
SERVER==>XML PACKET==>CLIENT==>swf plays on given frame and duration
[code].....
View 1 Replies
Jun 7, 2009
Is it possible to create a form with flash where one field changes depending on your previous selected option. I know this is possible to do with javascript but not too sure about flash.
View 1 Replies
Jun 10, 2011
If I have a flex swc emebbed in my html page, and the flex swc contains an flex 4 videoDisplay player, which has an option for fullscreen. How do I make the fullscreen work. Because when I click on fullscreen button for the videaDisplay, I get an error: [code]Connect with the people you need to get the job done. Unlike other tools, Cloud Groups lets you work with anyone, whether they're inside or outside the company firewall. Invite them into Cloud Groups to work together on projects, share files, assign tasks or catch up in real-time.
View 1 Replies
Feb 23, 2009
I've been doing the course on the flv player and found a tutorial somewhere here about attaching mc and thumbnails with a scrollbar. Now, I can't seem to fine it.Is there creating extended elements to the online tutorial like, adding thumbnails and a scrollbar for the thumbs?
View 10 Replies
Jan 11, 2011
I'm working at a company specialising in online training (related to the building & construction industry mainly - but also things such as occuptional health and safety) and we're starting to put courses online. We're currently using Composica and are looking to make the jump to Flash since it looks much nicer and has much more functionality.I've used flash for a while (mainly designing) and have some basic knowledge in Actionscript 3 - the main issue is not knowing how to make Actionscript communicate with HTML (probablyJavascript even) to relay the results of the course / test to the main webpage, saying whether the participant has passed or not, also to block them from going to the next chapter if they haven't completed the current and maybe even save their place if they have to leave halfway through.
View 4 Replies
Aug 8, 2010
I had an existing client ask me about the possibility of building an online quiz. I am fairly adept at working "inside" Flash, but always run into problems when trying to export data "from" Flash anywhere else. I am also trying to figure out if Flash is the best application to build this quiz (I see other possible apps like Captivate, but don't know if they are necessary for what I am trying to do).
What I need to do:
I need to create a Login screen to attach the final text score to an individual.
Create (50) separate screens for 50 questions with multiple answers for each (simple enough) with submit buttons once the answer(s) are chosen.
Each time an answer is submitted it has a certain "weight" toward the total score (which I am guessing that I could track into a variable inside Flash?) When the test is complete all I need to do is send that Person's Name/Total Score to a database. Is this something best accomplished using Flash?
View 3 Replies
Aug 7, 2008
We're using the script to have an online brochure, and now want to be able to put it on a CD for offline browsing as well.When it is viewed offline, an error message pops up and wants me to add the page/folder in here:Since this is a plugin script that doesn't have an fla file for me to edit, what are my options here? I've tried to decompile the swf file in order to make the changes, but that doesn't work (the script is fairly complex, so I didn't think it would decompile fully).
View 6 Replies
Dec 9, 2011
Has anyone been successful in using StageWebViewBridge to load and communicate with an online web page? [URL]. The documentation and examples offered are all configured around working with local files (which work successfully) and although the instruction to 'include the StageWebViewBridge.js' file within the loaded html page sounds very straight forward, sadly it doesn't seem to work.
For anyone wanting to replicate my test I have uploaded the files here: [URL]. I'm basically loading the 'ExampleCallBackFuncions.html' file from a web server. I've included the StageWebViewBridge.js file like so...
<script type="text/javascript" src="StageWebViewBridge.js"></script>
When I test the movie I get the correct setup output messages
_serializeObject =>___onDomReady
_serializeObject =>___getFilePaths
_serializeObject =>___onDeviceReady
_serializeObject =>fnCalledFromJS
And the html page appears in the viewport. But on pressing the button which should send a message to Actionscript I get the following error messages:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at es.xperiments.media::StageWebViewBridgeExternal/parseCallBack()
[/Users/G5TowerIntel/Desktop/maptest/es/xperiments/media/StageWebViewBridgeExternal.as:88]
at es.xperiments.media::StageWebViewBridge/onLocationChange()
[/Users/G5TowerIntel/Desktop/maptest/es/xperiments/media/StageWebViewBridge.as:236]
My goal is to send a message back to ActionScript from the html page.
View 2 Replies
Dec 3, 2009
I am trying to find a way to create an interactive brochure with page curls, hyperlinks, printable, etc. Is this possible using Adobe software?I thought it would be something you would create in Flash or Fireworks, but can't seem to find any info on it. I know you can create a primitive one in Indesign to a certain extent, but I am looking to add more that that to it.
Also, I created an interactive brochure from Indesign, but the file is about 6MB and loads very slow on the web.
View 1 Replies
Dec 20, 2011
I want to make a brochure similar to this one: http:[url]....I'm web developer but new in brochures, so what technologies are used in it? Where to get this flash animation, and how to insert the brochure in it?
View 1 Replies
Feb 15, 2010
i would like to produce a online windows 2003 emulator so anyone can use windows 2003 through a browser instead of installing the software - something similar to temulator [url]......- and zen internet emulator[url]...... - i have basic html & css skills can it be done using html/css or is it better to use java/flash etc ,i am thinking of just using screenshots and then linking them together , but its very time conusming to do. what is the best programming language and BEST approach?
View 3 Replies
Sep 6, 2011
I am aware of the new FlashBuilder 4.5 mobile application settings. I am aware that it uses an enhanced version of AIR to make apps that work well on mobile devices, which would normally mean that I can't have it run in the browser. I'm also aware that I should be able to get the enhanced performance if I create a swf with the correct compiler settings, and use the correct base components for my application. What are the correct base components? Spark or MX or something else? What are the correct compiler settings? I need the application to work for both desktop users, and mobile users who visit the website through their flash enabled browser.
There are three important features.
Being able to load a file from the mobile device/computer.
Being able to have the softkeyboard activated when needed.
Good mobile performance
View 1 Replies
Mar 25, 2009
We are a Wireless ISP and we have portal page at a local airport. We offer free wifi there because of sponsorship. We would like the page to have a 30 sec movie on it that people have to watch in order to get online. I have 2 ideas on how to do this. 1. watch the movie and when movie is over automatically call to our login script and then log the user in through our network device. 2. have a get online button grayed out until the movie is over after the movie is over button becomes clickable and then the button after clicked calls to the script that logs my users in through my device.
View 5 Replies
Apr 11, 2010
I'm editing this template but there is a problem, when the page is online the scroll sometime doesnt work.URL...I don't understand why, in the swf everything is perfect, but when the page is online if we test the scroll sometimes it simply doesn't work.[code]
View 1 Replies
Nov 12, 2008
I have been searching the web for ages but I can't find a tutorial which explains how to create an e-brochure, like the on in the following link: [URL] I can find plenty of places which can do it for me, but I want to create my own.
View 7 Replies
Oct 15, 2010
I am making flash page and i have put it on my test server:[URL]It works in ie and firefox but not safari. But when i try it in safari locally on my computer it works.
View 3 Replies