Professional :: Only One Category Listed (Advertising) In Templates
Nov 13, 2011When I Click on File>New and go to Templates, there is only one category listed: Advertising. Where are the rest and how do I get them?
View 1 RepliesWhen I Click on File>New and go to Templates, there is only one category listed: Advertising. Where are the rest and how do I get them?
View 1 RepliesI've remarked on the web that many clips are precede by an advert. Does this advert is added in the code? Or, there is a way to tell the player to play first, the advert, and secondly the movie?
View 5 RepliesWhy does test movie open a new window in the IDE instead of compiling? And when I try Publish Settings I get 'No Valid HTML Templates are available to complete this operation'.
View 5 RepliesI've been using flash8 on my computer without any problems since I've purchased it, until now. Suddenly I'm getting this error message when trying to publish. (it won't let me get to the publish settings)"No Valid HTML Templates are available to complete this operation".I've already reinstalled without any success, and have scoured the internet for a solution. It seems others have had this problem in the past but no one has a logic answer on how to fix this. So I come to you, I know my version is dated and not an actual Adobe product, but it was working fine.
View 6 RepliesThis seems like it should be MUCH simpler than it is turning out to be: I have made a custom template in Flash CS4. I want to share it with a colleague. The obvious solution, I would think, would be to COPY the template file from my hard drive, and provide it to my colleague.
However, I have looked high and low, and CANNOT FIND WHERE USER TEMPLATES ARE STORED on my hard drive. I have found the Adobe-provided templates that are included with the product (the "Advertising" templates) at Program Files>Adobe>Adobe Flash CS4>en>Configuration>Templates>Advertising; but MY CUSTOM TEMPLATES are not in the Templates directory.
I have also looked in My Documents, and run several searches on my hard drive, but still cannot find the location of my custom templates. Surely they are SOMEPLACE on my hard drive, as they are available from the Splash page every time I boot up Flash CS4.
I just got Flash CS4.i think it is supposed to have several categories of templates.I only have the advertising category. How can I get the standard Adobe CS4 sample templates, like the photo slideshow? I cannot find anyplace on the [url]... site for template downloads.
View 1 RepliesI tried to create some, such as "Drag and Drop" or "True and False." However, the instructions weren't adequate. I couldn't figure out what Adobe was telling me to do. I went online to Adobe, and tried to find tutorials.It seems, to me, that there Quiz Learning Interactions are included only in the version of Flash CS5 that comes with the e-Learning suite.
View 27 Repliesi've been asked to build a slide puzzle for an advertising company. While the puzzle itself will be straightforward they want it to thave a 'solve' button that shows the puzzle animating to the correct finish position from the positition the tiles are currently in (after the user has moved them around). It's a 4x2 grid puzzle.
Any thoughts on the best way to achieve this? Everything i come up with seems unneccessarily complex.
I'm a django(python) web developer. I can also make 2D flash games. I'm planning to make :
online flash games distribute them to various websites then use dynamic in-game ads inside these games( ad changes during game play).
[Code]...
I have used the script from this link:
[URL]
The swf file works correctly, but when it is published, the images to not load. Do I need to have the full path listed for the array?
this.pathToPics = "flashimages/";
I have a FMS server running that I am hosting some VOD content on. I am using HTTP dynamic streaming to deliver this content. Everything runs fine from a technical standpoint, but I am unable to see the connection details in the Admin Console. I have loaded vod -> defaultinst under the applications tab in the console. No connection details populate.
View 1 RepliesI have a slideshow and photogallery that I want to put on a CD and give out at tradeshows. The user can manually view the photos in each section or "play all". Right now all of the photos and text are listed in an XML file on a server. I don't want the info to be pulled from my server when someone plays the CD. Does the XML in the actionscript have to be a direct path [URL]? or can I store the XML files on my cd have have the info pulled from there?
View 2 RepliesI have a live streaming application using RTMP. Sometimes the playback works fine but sometimes it stops without any trace or errors in the log file, while still appearing as a connected client.
View 7 Replieswith some categories. For example: 4 photo's in category 1, 2 photo's in category 2, etc.Therefore, I make the xml like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
[code].....
I'm having issue to display from a selected thumbnail a bunch of images by their category which I loaded from a xml file. I don't have any issues to parse them.[code]...
View 1 Repliesi made buttons for each category tiles. Like beach > basics and so on. if i go into the basics frame (this is when i play it, not inside flash), i can go to the beach, to place beach tiles, and so on. much tidier. but when i use the go back button i made, to change tile category, everything on the map disappears..
[Code]...
I have a flash gallery from tony Yoo, which is great and works really well i have customised some of the layout but would like to have Larger pictures for the category section I cant seem to get my head round this one
[Code]...
I have sqlite table named categories with fields id, name, and parent_id. Sample data is much like:
id name parent_id
1 products 0
2 tools 0
[code].....
I am building a photo gallery in which the images are loaded into a frame_mc and the thumbs are loaded into a movieclip called thumbLoader. The gallery is going to have several categories, every category has its own button and is found on a separate keyframe on the main timeline. When I click the button of a specific category it goes to the appropriate category/gallery. I have a questions:I want to create a horizontal scroll pane for the category buttons but I really do not know the code. For a start, I know I'm going to make the buttons as movie clips, and the scroll pane has to scroll those movie clips. I want to have 2 direction buttons, one that scrolls the category buttons to the right, and the other one to the left.
View 2 Repliesi'm trying to repopulate a list when you select a new category from a drop down component.
So far i can populate the category drop down and i can also populate the list box from a default dir but i can't seem to get the list to change when you select a new category.
this is the category script that populates the drop down (this is working fine except that when i change the category i want the list box (bgList) to repopulate with the new location files):
ActionScript Code:
loadCat ="textures";
if (_url.indexOf("http") != 0) catFilepath = "xxxxxxx/backgrounds/";
else catFilepath = "xxxxx/backgrounds/";
[Code]....
I have xml data that I can load into my flex app; however, I need to sort it by node.I'm trying to create a combobox or listbox that can display a list of locations sorting them either alphabetically or by the category they are in...
I can't get my head around how to format the xml or how to code the flash file to sort according to location name alphabetically and then press a button that will sort it by category 1st and second by name alphabetically.
Should I format the xml like this:
<POIs>
<location>
<name>Barbaras Bagels</name>
[code].....
I'm using mx 2004 and php, mysql. I have flash banner in a hybrid webpage that I would like to change the image and some text each time user selects a new category in the html page. There are quite a few categories. What is the best way to do this and how would I go about doing it. is there a script sample or tutorial that I could modify?
View 4 RepliesI want to change the value of a variable listed in an array using the array. for example:
Code:
var theVariable:Number = 15;
var theArray:Array = [theVariable];
now if I try this
Code:
theArray[0] = 20;
I just get an array with 1 value of 20 in it and it no longer references theVariable what i want to do is change the value of theVariable with out removing it from the array but referencing it from the array in a loop or something.
I'm currently learning flash (slowly), where everything is taking me a quite while to do! But I'm learning it for my job where eventually I will have to update some templates, and was hoping someone could advise how long this would take an experienced flash person to complete;The animation features a car flying in from left hand side, then three lines of text dropping down on the right hand side, one after another.How long would it take to amend this basic template - animation remains the same but car image is different and text is different.
View 1 RepliesJust trying to get into Flash and although i can now make simple flash viedo's with changing pictures etc. I have just bought a new website template. But what i am after for the header is a flash video where there are tabs which when you scroll over them the tab enlarges. Hard to explain but please have a look at the websites below and you will see what i mean. where i can purchase a template to do this. [URL]
View 1 RepliesThe slideshow template that comes with Flash 8 is okay but I would like some more. I have google on the internet but it is all spam sites and people wanting to sell me programs to make slideshows.
View 1 Repliessharing an old template of his or a nice website where I can find some for free?
View 1 RepliesI realize this is not an official swishmax template but I was wondering how others learned to edit the swish 3.0 templates sold on template monster?
When I opened the swi file that came with the template it looked like this in a preview after TM assured me it would look the same as on their site.
When I contacted them again they said I needed to install the fonts that come with the template.
I was able to install some but for others I got a message that said :
"PFB files for type 1 fonts can't be installed directly. Please install the associated PFM file"
Where do I get the PMF file?
My sample templates are missing, all that shows now are Cateregory: Advertising and different size banners. I searched my harddrive and found the rood folder where they are stored but only the folder for Advertising exist. I haven't deleted anything, so could it have been a glitch at installation, I had startup problems with Flash constantly crashing at the splash screen and finally had to uninstall and reinstall.
Running WinXP SP3.
[Code]....
I was asked to do a work plan for a simple flash based game, problem is I've never done anything like this, I googled and read about it but I just wanted to ask in the forums first to be %100 sure before I start writing. Besides the project's schedule, what does the work plan also include, bear in mind that this is for a simple flash game project?
View 1 Replies