Learning to use flash on a pre-built template.

I am new to flash, and web design at that matter. I am
learning to use flash using a pre-built template. Does anyone know
how to get the buttons on the template to link to files?
Thanks!

Pallett,
> I am new to flash, and web design at that matter. I am
> learning to use flash using a pre-built template.
Ouch! That may be problematic. Where di you get the
pre-built
template?
> Does anyone know how to get the buttons on the
> template to link to files? Thanks!
The global getURL() function links to files (see details in
the
ActionScript 2.0 Language Reference) -- but honestly, since
the specifics of
your template are completely unknown to us, you may find a
hard time getting
answers until you provide more information.
In general -- this is my opinion here, but I'll try to back
it up -- 3rd
party templates are not a good way to learn Flash. The reason
for this is
because template repositories, such as TemplateMonster.com,
farm out their
template designs. There are no centralized standards of
quality in such
templates: 10 to 1, you will not see consistent, clean FLAs
-- on the
inside, I mean. Designers from all over the world throw
together as many
templates as they possibly can (to make as much money as they
possibly can,
of course), with no real quality assurance, because none of
them work under
the same roof.
I've seen countless posts to this forum along the lines of,
"Hey, I just
bought this template, but I can't make sense of it!" And
that's because the
FLA's layers won't be named, layer folders won't be used,
Library assets
won't be named (or will be named poorly), and very little (if
anything) will
be explained in regard to *how* the designer put together
whatever's there.
That said, I certainly don't mean to frighten you into
thinking
templates are a bad thing. Good and bad, in this context, are
somewhat
subjective. But I encourage you to look elsewhere for
*learning* Flash.
There are plenty of online tutorials and resources, and in
fact, the
included documentation in Flash (F1 key) is a great place to
get your
bearings.
David
stiller (at) quip (dot) net
Dev essays:
http://www.quip.net/blog/
"Luck is the residue of good design."

Similar Messages

  • Iweb With html5 Pre Built Templates?

    Sorry if this is an obvious question, but Googling hasn't helped me.
    I found an html5 pre built template I would like to purchase and download.   But I am very limited in Dreamweaver knowledge.  Can I open and work with this type of template in iWeb?

    iWeb can only use templates that are specifically designed for it. It cannot open an external html file.
    I would imagine that what you are contemplating buying is an HTML layout with a CSS stylesheet. You would need code entry style software for this but you really don't need DreamWeaver.
    I use Rage WebDesign for this. Taco is a really good, cheaper alternative and Fraise is free.
    Some iWeb users are moving to Flux 3 since it handles both code entry and drag and drop. This application, to my mind, is over complicated and you would be better to use a WYSIWYG code entry style software if you are starting off with a well designed Stylesheet and HTML template. Its a lot easier in the long run and produces much cleaner code.

  • Encore CS5, pre-built Menu Templates?

    Hi, Are there pre-built templates for Encore rather than having to build each section from scratch?

    The library is the included source.
    Also, google "adobe encore templates" and look for threads there.
    Jon Geddes, a frequent poster here, provides some very exciting templates (for purchase).
    http://precomposed.com/
    He has free tutorials on that site also.

  • Problem inserting Flash video into DW CS3 template

    I would like to insert some flash video into an editable
    region inside a DW CS3 template. The template I am using seems to
    work for literally hundreds of other pages I have made (none of
    which, incidentally, have any media of any kind in them).
    I have created the template and then an editable region and
    now want to insert the flash video in that editable region. All
    goes well until I hit the OK button. then I get this error--Making
    this change would require changing code that is locked by a
    template or translator The change will be discarded.
    Can anyone suggest how I might over come this error??
    Thx.
    Jane

    The problem is the detection option in the video insertion
    dialog. If you
    disable that option, you will not get the error.
    This is a problem because the detection routine requires a
    modification to
    the <body> tag (insertion of an onload event) which you
    cannot easily do in
    a template child page.
    If you really must have the detection, then you can copy and
    past the load
    call from a dummy (non-templated) page on which you have also
    done the same
    insertion. Post back with that page's body tag code, and I'll
    show you
    how....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Jane Smith 2300" <[email protected]> wrote
    in message
    news:fehcup$e6u$[email protected]..
    > Further to my post before--The .htm that I am trying to
    insert the Flash
    > video
    > (converted an AVI file using Flash video encoder) was
    built from a .dwt.
    >
    > The template page has several editable regions in it.
    There is also CSS.
    > formatting the document. I am trying to insert the Flash
    video into one
    > of the
    > editable regions.
    >
    > I have no problem installing the video in a page not
    built with a template
    > or
    > without css..
    >
    > Thanks for any help you can provide.
    >
    > jane
    >

  • Changing pre loaded templates

    Good afternoon,
    I'm new to this so please bare with me.
    If I use one of the pre loaded templates in Dreamweaver CS5 how do I amend the text colour etc in the "header" section?  What ever I type is always underlined and I can't seem to change this, even if I amend the "header" rule.
    Also, in the same template there is a box to insert a logo.  When I insert a logo the text that I type is always underneath the logo, how do I change it so that the text appears in the top right hand corner?
    Thanks
    Luke

    Thanks vey much, that website looks like it will be very useful.
    I'm currently studying Dreamweaver at night college and some will say I'm trying to run before I can walk but to be honest I'm of the opinion that the more I try the more I will learn.
    Thanks again for the help.

  • Dreamweaver CS5.5 pre-built flash skins

    How do I add a full screen button option to the Dreamweaver pre-built flash skins?

    Don't use Flash.  It's a dead web technology because the list of supporting devices is shrinking each day.  To reach the widest possible audience, you should use HTML5 <video> instead of Flash.
    Copy & paste this code into a new, blank document.  Save as test.html. 
    Change YourVideo.ogg, ....mp4 and ....webm to your actual video file names. 
    Save and preview in browsers / mobile devices.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
    </head>
    <body>
    <header>
    <h1>SITE NAME</h1>
    </header>
    <!--begin video-->
    <div id="video">
    <video controls>
    <source src="YourVideo.ogg" type="video/ogg">
    <source src="YourVideo.mp4" type="video/mp4">
    <source src="YourVideo.webm" type="video/webm">
    </video>
    </div>
    <!--end video-->
    </body>
    </html>
    Nancy O.

  • Using Flash Learning Interactions in Captivate

    Hi there,
    I am developing a short practice quiz in Captivate, but for
    one of the questions I want to use a Flash CS3 learning interaction
    (the "Hot Spots" one). I get the Flash file built, import it into
    Cpativate, and everything works.
    Now for the big question - how do I get Captivate to track
    the successful/unsuccessful action from this question in a quiz? I
    want to present users with a results page at the end of the
    practice quiz, but since this question is not built with a
    Captivate question slide (like m/c, t/f, etc.), how can I track the
    result and include it on the results slide at the end?
    Thanks in advance for any help!
    Cheers,
    Shawn

    Hi J and welcome to our community
    There is no way (back door or otherwise) that I'm aware of to
    do this. Unless, of course, you mean to use Flash 8 and export the
    Flash in a version 6 format.
    Hopefully we will see Flash 8 files working just dandy in
    Captivate version 2.
    Cheers... Rick

  • Is it a wise decision to use flash for e-Learning course.

    Dear Friends,
    Iam working for a company which is developing e-learning courses in Flash with AS3, Learning management system in dot net. There was a discussion with my superior, one guy was telling nowadays flash users reduced, in future flash will be outdated. This is not a wise decision to use flash for e-Learning.
    Another issue is we cannot show our courses in ipad or Iphone.. please pass your comments and ideas to me. and suggest me, whether how can i use my swf courses in to ipad or iphone or tablets... Tell me whether iam in a right way.
    i need another info, Whether silver light will be an alternate to create elearning courses with interactivity? That guy suggested Silverlight (because he is a dot net guy).
    i need ur serious advice and info. Please tell me, list of companies using flash for Elearning development.
    Kindly advice me whether i can continue my courses in Flash with AS3 or should i stop and change my work environment.
    Regards,
    Syed Abdul Rahim

    The contents of what you're trying to teach make all the difference.
    Are your tests very visual requiring interactivity with visual objects and media or are you just asking questions with various form-esque inputs (text inputs, radio inputs, etc)?
    If it's very visual then it's worth considering AIR to some small extent but you'd really need to have a lot of time invested for that.
    Ultimately I'd be converting it to HTML5/JS/CSS3. That's the 99.9% positivity rated presumption I'll make. As a general consideration, where Flash may previously have been used to "grade" a paper or tell the user their current answer is correct, this might need to change. You should be sending the users answer to a server to get a response. JavaScript is plain-text and can be read so you'd want to curb cheating by making sure the server contains the answers and not the client. This is an automation you'll lose by abandoning SWF. 
    I use C#.NET myself and I'd avoid silverlight like the plague. Let's be very clear here. Flash is not going away. They are repositioning themselves to handle more sophisticated endeavors in the future like full 3d games. Flash is auto-installed with the OS, the user base is not getting smaller. Silverlight almost never had a purpose to begin with, besides Microsoft just wanted a sandbox to play in itself. Windows Metro is the only potential obstacle in the future as it has been said to load SWF content externally, like an application, rather than embedded into the browser.

  • Pre-built useful WDJ applications

    Hi Everyone,
    does SAP have any pre-built useful WDJ applications (SAP released many VC xApp Analytics applications)? If yes, how can I get my hands on these applications?
    Thanks, Jin

    Jin,
    Follow [this link.|https://www.sdn.sap.com/irj/sdn/nw-ui]. Under Web Dynpro Java header, there are many Web Dynpro tutorials with pre-built projects available for download.
    You can also follow [this link|Web Dynpro Java Tutorials and Samples NW 2004] to many Web Dynpro Java tutorials.
    Hope this helps.
    Vishwas.

  • HOW TO VIEW DATA IN PRE-BUILT ANALYTICS DASHBOARDS AND REPORTS

    HI FOLKS,
    I WANT TO SEE DATA IN THE REPORTS OF PRE-BUILT ANALYTICS DASHBOARDS? EG: AUTOMOTIVE, SALES, SERVICE DASHBOARDS. SO WHAT IS THE COMPLETE PROCESS TO SET UP THIS ENVIRONMENT. I'M USING SIEBEL ANALYTICS VERSION 7.8.5.
    THANKS IN ADVANCE
    VJ

    Hi,
    I am new to Business Intelligence Applications and keen on learning it.
    I know Informatica and OBIEE(Not a very experienced person).
    I have installed BIA on my local windows machine.
    I am using Oracle Apps as the source.
    In the execute tab I selected the HR-Oracle 11510 execution plan and ran it but it failed.
    The workflow error log says the following:
    "ERROR : TM_6292 : (2928|2336) Session task instance [SIL_InsertRowInRunTable]: TM_6193 [Error occured during expansion of DB connection parameters [Database connection name DataWarehouse for database connection variable $DBConnection_OLAP is not well defined.
    ERROR : TM_6292 : (2928|2336) Session task instance [SIL_InsertRowInRunTable]: TM_6270 [Error: Variable parameter expansion error.].
    ERROR : TM_6292 : (2928|2336) Session task instance [SIL_InsertRowInRunTable]: CMN_1761 [Timestamp Event: [Tue Feb 26 15:59:35 2008]].
    ERROR : TM_6292 : (2928|2336) Session task instance [SIL_InsertRowInRunTable]: TM_6226 [ERROR:  Failed to initialize session [SIL_InsertRowInRunTable]].
    ERROR : LM_36320 [Tue Feb 26 15:59:37 2008] : (1276|3864) Session task instance [SIL_InsertRowInRunTable]: Execution failed.
    WARNING : LM_36331 : (1276|3864) Session task instance [SIL_InsertRowInRunTable] failed and its "fail parent if this task fails" setting is turned on. So, Workflow [SIL_InsertRowInRunTable] will be failed.
    ERROR : LM_36320 : (1276|3864) Workflow [SIL_InsertRowInRunTable]: Execution failed."..
    I think I have missed few steps here and there.. I am struck up here.. I don't know what to do... I think its the problem connecting to the source and target schema.. can you please help me out?

  • Using Flash to Rotate Images - how???

    I'm trying to do something that I thought was standard/easy in flash.  I would like to rotate photos on my Dreamweaver website homepage (dissolve from one photo the next) - like a slideshow.  How do I do this and then incorporate into Dreamweaver?
    Is it using Flash animation, or Flash slideshow/photo gallery?  Can I embed that right into my homepage?
    Thank you!

    As far as I know it is not a standard/easy thing to do in Flash, although I do not have the latest version so I cannot speak for any such built-in feature they might have added.  Most people that have a Flash slideshow either purchased it or created it from their own come-to-know how.  You could try searching Google using "Flash slideshow tutorial" and you might find something you can create yourself.
    Alternatively, you might also want to look into using one of the likely many jQuery-based slideshows that are available.  It won't require you to learn Flash and should utlimately be as easy as adding code to a web page. If you Google "jQuery slideshow tutorial" you should find something you can get working fairly easily.
    Either way you go, you should end up with something you can put in your homepage.

  • Pre-built website businesses how to get into dreamweaver?

    Hello,
    I just purchased a monthly  membership to a website that is selling "scripts". Pre-built website businesses  that I am able to download and edit as i like. I also recently dowloaded  dreamweaver and look forward to learning how to use it. I'm a novice with html,  web design, etc and know dreamweaver is pretty "intense". I tried to get these  files "php" and "css" into dreamweaver and I'm having difficulty. Is there some  easy way this is done that I'm not able to find in my books and online material?  thanks!

    Hi
    Unfortunately without knowing what the 'pre-built' sites contain it will be difficult to say if they can be used 'as is' in dreamweaver.
    Many of these pre-built sites contain templates and include files, and depending upon the type of template used, you may require a plug-in to use them in dreamweaver, the good new is that most of the common template systems such as 'smarty', do have dreamweaver extensions available.
    The first thing to do is set up a testing server with a server side scripting language as required by the pre-built site. If it is a php/MySQL site then see this article for setting up a testing server -  http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html, if it is asp then try this one -  http://www.adobe.com/devnet/dreamweaver/articles/setting_up_asp.html, should it be some other then please let me know.
    Once you have your testing server of choice set-up, copy the files to a folder in the testing servers htdocs or www.root folder and define your site in the dreamweaver site definitions, to do this see -  http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html, this article is for php but the steps required are the same.
    Should your site use templates such a smarty, then a search of the web for smarty (replace this with your template name), dreamweaver extension, should find the dreamweaver extension you require, failing this try searching the dreamweaver extensions site at -  http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=3&loc=en_us. There are also many tutorials and how-too's on the dreamweaver developers center pages at -  http://www.adobe.com/devnet/dreamweaver/?view=home, to help you get started with dreamweaver.
    PZ

  • Installing Pre-built Virtual Machine for Oracle WebCenter Portal error

    Hi,
    I am trying to install the Pre-built Virtual Machine for Oracle WebCenter Portal: Framework 11gR1 (11.1.1.4.0) onto a Laptop (500G HDD 8G Ram) running Windows 7 to learn.
    http://www.oracle.com/technetwork/middleware/webcenter/portal/downloads/owcs-portalfw-vbox-284132.html
    I want to run in a VirtualBox Linux setup etc.
    I have downloaded all the files except the REAVDD-HOL-WC.ovf which would not download so I saved in browser to the same directory etc.
    I have set the preferences in Virtual Box to the same directory where I have downloaded the files to but when I Import Applicance and select C:\users\Tony\Virtual Box VMs and select the defaults and import I get an error box stating:
    Failed to import appliance C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC.ovf.
    Could not open the medium storage unit 'C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC-disk1.vmdk'.
    VD: error VERR_ACCESS_DENIED opening image file 'C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC-disk1.vmdk' (VERR_ACCESS_DENIED).
    Result Code: VBOX_E_FILE_ERROR (0x80BB0004)
    Component: Appliance
    Interface: IAppliance {3059cf9e-25c7-4f0b-9fa5-3c42e441670b}
    Anybody got any idea how to fix this?
    Thanks
    Tony
    Edited by: 880197 on 19-Aug-2011 03:08
    Edited by: 880197 on 19-Aug-2011 03:44

    I've imported this appliance (and others) on Windows 7 32-bit on a Lenovo W500, on an iMac, and on a MacBook. The one error you should encounter during the "import appliance" step is a path error related to shared folder (the canned/hard-coded path in the ovf file points to a place that is not likely to exist on your computer, so just comment out the D:\TEMP\Host path, or make it for that matter).
    <!--SharedFolders-->
    <!--SharedFolder name="Host" hostPath="D:\TEMP\Host" writable="false" autoMount="true"/ -->
    <!-- /SharedFolders-->
    You can alter system set memory_target=300M scope=both and set your VM memory to 2.5GB and everything will run fine (using the vmctl script to start up what's needed). The "1" option is all that is needed for the tutorial shown in the documentation. If you run the admin server, you will see things run a good bit slower. Part of the tutorial assumes you know about UCM and how to take the UCM content in the sample files and upload those into the repository. You can delete the file already loaded and then do a single file upload to "re-load" the various directories/folders for the menu/home/etc. Upload the png and other files into the same folder (menu.html, menuBanner.png, etc. all go into the same Menu folder). It's not worth the time to set the bulk upload because you have to go out into UCM and dig around the admin settings, stop/restart, and so on. You can also use the contentadmin user (welcome1) to do the file upload.

  • Skinning Components using Flash assets?

    I'm trying to learn how to skin components using assets that I designed and laid out in Flash. I was quite comfortable with the Flex 3 / MX method of skinning but I'm now trying to push myself into the new Flash Builder / Spark way of doing things. I'm lacking info on the best way to go about things though.
    Most tutorials I see are based on Illustrator or Photoshop design integration. I've tried to use Flash Catalyst but it seems that I can't utilize specific assets built within Catalyst and inject them into my existing Flash Builder application (unless I'm wrong?).
    Ultimately, what I'd like to be able to do is to design my elements in Flash, import it into Flash Catalyst, set up specific buttons and components and then import them into Flash Builder as individual SparkSkin elements and then assign those elements to components within my application. I don't want to use Flash Catalyst to build and lay out the entire project. I just want it for building out individual components. I'd rather lay out the Flash Builder project on my own.
    So here are my questions...
    Is it possible to set up individual components within Flash Catalyst and import them into Flash Builder as SparkSkins? If so, how?
    How can I design an asset within Flash (for example, a big graphic that is a background element) and then apply it as a SparkSkin?
    How can I keep the Slice 9 properties of an element that I designed in Flash?
    If I'm just not "getting it" feel free to let me know!
    Any tutorials or resources would be greatly appreciated!

    I got the a 'round-about' answer that I was looking for in this link: http://help.adobe.com/en_US/flashbuilder/using/WS6f97d7caa66ef6eb1e63e3d11b6c4d0d21-7fc7.h tml
    Scroll down to the "Creating and Editing Flash Components".

  • Should I use Flash Builder to develop for iOS?

    We have a sizable AIR application built using Flash Builder 4.5 that is deployed on Windows and Mac. We tried to package it for Android and it simply failed to run at all. Apparently there are many namespaces not supported on Android. We've since stopping concerning ourselves with Android because the vast majority of our clients only care about iPad when it comes to tablets.
    So, the question I have that remains very elusive to me is: do I attempt to build an iPad version of our product on our existing AS3/Flex code base using Flash Builder, or should I port over to xcode and go native iOS? All the marketing I see surrounding Flash Builder says that you can build apps for iPad. But just how practical is this for anything more than trivial apps? Adobe AIR is supported on Android and it failed to work, which doesn't give me much confidence in trying to make this work on an iPad. Now that Adobe is moving away from Flex does it make any sense to even attempt this?
    What say you Adobe?
    Thanks
    Kevin

    autoplay can cause a tremendous amount of problems for site visitors. is it possible that adobe might turn off autoplay?

Maybe you are looking for

  • Calling another PCUI transaction on click of an event in PCUI

    Hi All, I have created a new event in my incident application. Now on click of this event it should open a new PCUI transaction "CRMM_SDB_SOL". and i have to pass some parameters from my application to this new application. In detail the scenario is

  • Fox news slideshows are not working in Vista Home 64 bit.

    All fox news slideshows are not working since firefox 3.6 started. I can't get them to work in Internet explorer either. == URL of affected sites == http://

  • How can I accomodate for JSessionId in my dynamic links?

    Hey, I have dynamic links that are producing "Page not found" errors because of the appended jsessionid. Example: desired url = http://www.allhonours.ie/Ask/viewq.do?qId=52 actual url = http://www.allhonours.ie/Ask/viewq.do;jsessionid=2333E4463870ED2

  • Problem with N79

    Hello ! First, sorry for my poor english. I have a problem with my N79 phone, i have reinstalled the software with Nokia Software Updater and after restarting the phone and message "Reinstalling done" or something like this I saw that font was not th

  • Super 10.20

    Acelet has released new version of Super - a toolkit for J2EE, Grid and Java, with: * with better exception handling for all modules, expecially for SuperScheduler and SuperWatchdog. * SuperDebugger supporting EXCEPTION event of LimpidLog 1.3. See ht