Flash Import

Hey everyone, I have run into a little snag.
To start, I will explain what I have done, just to get an
idea of what is going on. I recently acquired a copy of Creative
Suite 3 Web Premium and am using Flash+Dreamweaver to work on a
website. I created the banner on the top of the page using Flash
and the movie works the way I want without problems. I exported the
movie as a *.swf file.
Now using Dreamweaver, I created the base template for all my
pages on the site, and imported the flash movie into the template
and made it a non-editable region for further pages. I tested the
page and everything is working the way I would like it to. So now I
have created 4 pages based off the template and everything is
working great and fine.
So after some work, I realize I wanted to change something in
the flash movie. So I open Flash, make my changes, save and export
(this time to a different name so if I do not like the changes I
can go back to the original). I go back into Dreamweaver, open up
the template file, delete the old flash insert, import the new one,
"Save" it and it updates all 4 pages. I test the template, and the
flash video plays like it should. However, when I open up any of
the pages I made off of the template, the new movie no longer
plays. I have compared the code from the pages to the template to
see if there was variance in the code that it wasn't calling
something, or a file was missing, but everything is where it is
supposed to be, and for the life of me I cannot get the new flash
video to play in any of those HTML files that I made based off the
template file.
What am I doing wrong? I am not a complete novice at
Dreamweaver and flash, but the last time I used it was MX2004, so
maybe there is something in this new version I am missing? All help
is greatly appreciated and I will answer any question I can. Thanks
again.
Blow is the flash insert code for the template and one of the
pages based off of the template.

What folder on the server contains your Scripts folder &
script?
You have different paths on the working & non-working
pages
<script src="../Scripts/AC_RunActiveContent.js"
type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js"
type="text/javascript"></script>
If the pages are in the same folder, only one of these script
call paths is
correct.
"nsamaster" <[email protected]> wrote in
message
news:[email protected]...
> Hey everyone, I have run into a little snag.
>
> To start, I will explain what I have done, just to get
an idea of what is
> going on. I recently acquired a copy of Creative Suite 3
Web Premium and
> am
> using Flash+Dreamweaver to work on a website. I created
the banner on the
> top
> of the page using Flash and the movie works the way I
want without
> problems. I
> exported the movie as a *.swf file.
>
> Now using Dreamweaver, I created the base template for
all my pages on the
> site, and imported the flash movie into the template and
made it a
> non-editable
> region for further pages. I tested the page and
everything is working the
> way
> I would like it to. So now I have created 4 pages based
off the template
> and
> everything is working great and fine.
>
> So after some work, I realize I wanted to change
something in the flash
> movie.
> So I open Flash, make my changes, save and export (this
time to a
> different
> name so if I do not like the changes I can go back to
the original). I
> go
> back into Dreamweaver, open up the template file, delete
the old flash
> insert,
> import the new one, "Save" it and it updates all 4
pages. I test the
> template,
> and the flash video plays like it should. However, when
I open up any of
> the
> pages I made off of the template, the new movie no
longer plays. I have
> compared the code from the pages to the template to see
if there was
> variance
> in the code that it wasn't calling something, or a file
was missing, but
> everything is where it is supposed to be, and for the
life of me I cannot
> get
> the new flash video to play in any of those HTML files
that I made based
> off
> the template file.
>
> What am I doing wrong? I am not a complete novice at
Dreamweaver and
> flash,
> but the last time I used it was MX2004, so maybe there
is something in
> this new
> version I am missing? All help is greatly appreciated
and I will
> answer any
> question I can. Thanks again.
>
> Blow is the flash insert code for the template and one
of the pages based
> off
> of the template.
>
> /**This is the template code where the movie plays like
it should**/
>
> <<BEGIN CODE>>
> <script src="../Scripts/AC_RunActiveContent.js"
> type="text/javascript"></script>
> </head>
>
> <body bgcolor="#2F436B">
> <table width="1000" height="726" border="1"
align="center"
> bordercolor="#161A23" bgcolor="#161A23">
> <tr align="center" valign="middle">
> <th height="200" scope="col"><script
type="text/javascript">
> AC_FL_RunContent(
> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
>
version=9,0,28,0','name','banner','width','1000','height','200','align','middle'
>
,'id','banner','title','banner','src','../Flash/banner_menu_space','quality','hi
> gh','pluginspage','
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_
>
Version=ShockwaveFlash','movie','../Flash/banner_menu_space' );
//end AC
> code
> </script><noscript><object
> classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=9,0,28,0" name="banner" width="1000" height="200"
align="middle"
> id="banner" title="banner">
> <param name="movie"
value="../Flash/banner_menu_space.swf" />
> <param name="quality" value="high" />
> <embed src="../Flash/banner_menu_space.swf"
width="1000"
> height="200"
> align="middle" quality="high"
> pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
> n=ShockwaveFlash" type="application/x-shockwave-flash"
> name="banner"></embed>
> </object></noscript>
> <<END CODE>>
>
>
>
> /**This is the code from index.html where the movie will
not play**/
>
> <<BEGIN CODE>>
> <script src="Scripts/AC_RunActiveContent.js"
> type="text/javascript"></script>
> </head>
>
> <body bgcolor="#2F436B">
> <table width="1000" height="726" border="1"
align="center"
> bordercolor="#161A23" bgcolor="#161A23">
> <tr align="center" valign="middle">
> <th height="200" scope="col"><script
type="text/javascript">
> AC_FL_RunContent(
> 'codebase','
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
>
version=9,0,28,0','name','banner','width','1000','height','200','align','middle'
>
,'id','banner','title','banner','src','../Flash/banner_menu_space','quality','hi
> gh','pluginspage','
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_
>
Version=ShockwaveFlash','movie','../Flash/banner_menu_space' );
//end AC
> code
> </script><noscript><object
> classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=9,0,28,0" name="banner" width="1000" height="200"
align="middle"
> id="banner" title="banner">
> <param name="movie"
value="Flash/banner_menu_space.swf" />
> <param name="quality" value="high" />
> <embed src="Flash/banner_menu_space.swf" width="1000"
height="200"
> align="middle" quality="high"
> pluginspage="
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
> n=ShockwaveFlash" type="application/x-shockwave-flash"
> name="banner"></embed>
> </object></noscript>
> <<END CODE>>
>

Similar Messages

  • Flash Builder 4.5 can't find Flash imports

    Hi everyone,
    Not sure if this question has been answered elsewhere in the forum but I'm using Flash Pro CS5.5 together with Flash Builder 4.5 which are supposed to integrate well (I'm led to believe anyway).
    After importing my Flash Pro project and opening up my class files in Flash Builder 4.5 I note that all the Flash namespaces/imports can't be found. I'm at a loss as to why this as the import process seems to be a straighforward process.
    Am using the Flex 4.5 SDK.
    Anyone else get this and, if so, did anyone manage to resolve it?
    Any pointers would be much appreciated.
    Sincere thanks.
    Jas

    Oh, and I forgot to mention that I get the same stupid error for this code which worked perfectly in FB3:
    for (var key: Object in Event_MouseDown_Callbacks) (key as Function)(sender == null ? this : sender, flashEvent, Event_MouseDown_Callbacks[key]);
    I get the error for (key as Function). This code is within a Function of mine.
    As for my original post, I just re-tested that issue in FB3 and there, when I hit . (dot) after the cast, it CORRECTLY LISTS all the members of the G3Widget Class.
    I've looked in the options of Flash Builder 4.5 for an hour trying to see why it behaves like it does. No luck. And it's probably not an option. It's just that, by default, it doesn't list the members of the type after you cast it, which, in my opinion, is a HORRIBLE mistake. I'm going back to FB 3.

  • Using Keynote as Flash Importing into iWeb

    i am trying to import a flash file i made in keynote but there is a terrible border that surrounds the flash - has anyone had any luck? thanks

    I´m not sure if this works since I don't have any flash file near myself, but you should try to go to View > Show Inspector. Then you could go to the Graphics tab and select Stroke: None.
    Also you could insert some shapes and place them around the flash file.

  • Illustrator | flash import

    Hello-
    I'm on MAC OS 10.4.7 using MX2004 and Adobe Illustrator CS2
    I'm creating a fairly complex animation. well, the animation
    isn't so complex as the illustration. I've laid it out in
    illustrator, with each frame of the story board in it's own file.
    within each file tthere are a number of layers, there are some
    items that have compound paths, there are some raster images, and
    items that have been grouped.
    My question is this:
    What is the best practice in transfering/importing/exporting
    the files I've created in Illustrator over to Flash. Ultimately I
    will want each of the illustrator files to be it's own self
    contained symbol. I'm trying recreate as little as possible in
    flash, as I've done in illustrator.
    Many thanks in advance
    a

    quote:
    Originally posted by:
    fxgoddess
    I would agree about creating the original files in flash,
    however illustrator is a much more sophisticated tool for the type
    of illustration that I'm doing.
    It's true that Illustrator is more sophisticated (too
    sophisticated; I find it a troublesome, overly technical nightmare
    to use). But it's not a good habit to get into, creating in
    Illustrator and then exporting to Flash. Many of those nice effects
    you use in Illustrator will be lost in Flash. Also, pay attention:
    the colors change when brought into Flash, especially in gradients,
    so all the color balance you so carefully set up is tossed out the
    window. And you will soon inevitably encounter this problem: some
    color fills from Illustrator will appear as empty black holes in
    Flash...
    and there's nothing you can do about it!! When that happens
    to you once, I guarantee you'll stop creating your Flash projects
    in Illustrator.

  • Flash imports not found (events and filesystem)

    I'm trying to learn how to manipulate/display DB data using flash.  In the example in Tour De Flex, I'm given the following list of imports:
    import flash.data.SQLResult;
    import flash.filesystem.File;
    import flash.data.SQLStatement;
    import flash.data.SQLConnection;
    import flash.events.SQLEvent;
    import flash.events.SQLErrorEvent;
    import mx.collections.ArrayCollection;
    However, when i copy and paste these imports into my application, I get the following errors:
    Definition flash.data:SQLConnection could not be found.
    Definition flash.data:SQLConnection could not be found.
    Definition flash.data:SQLResult could not be found.
    Definition flash.data:SQLResult could not be found.
    Definition flash.data:SQLStatement could not be found.
    Definition flash.data:SQLStatement could not be found.
    Definition flash.data:SQLErrorEvent could not be found.
    Definition flash.data:SQLErrorEvent could not be found.
    Definition flash.data:SQLEvent could not be found.
    Definition flash.data:SQLEvent could not be found.
    Definition flash.filesystem:File could not be found.
    Definition flash.filesystem:File could not be found.
    Anybody know how to fix these errors?

    Create a data service. You can use the data features within Flash Builder or roll your own. There are a lot of articles about this, here's one from ADC http://www.adobe.com/devnet/flex/articles/datacentric_development.html.

  • Flash; Import a SWF to replace a Square!

    Hey,
    I have 2 Flash files; 1 is the main body of the website, and the other file has hundreds of layers that each contain some sort of code that imports XML and JPG images to create a slideshow. Now, I have created a grey square and then on playing of it I want the square to be replaced by this Slideshow, but still be able to apply some motion tweens like Fading etc in the main body.
    How can this be done? and the code?
    Thanks!

    It depends on whether you're using ActionScript 2 or 3...
    AS3 examples:
    http://www.republicofcode.com/tutorials/flash/as3loader/
    http://active.tutsplus.com/tutorials/actionscript/create-an-image-rotator-in-flash-using-x ml-and-actionscript-3-0/
    http://www.kirupa.com/developer/flashcs3/loading_image_as3_pg1.htm
    AS2 examples:
    http://flashexplained.com/actionscript/loading-external-jpgs-into-your-main-swf-movie/
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/2/help.html?content=00000 410.html#111794
    Justin Putney
    Partner, Ajar Productions
    http://ajarproductions.com

  • New to Flash - Imported layers contain contents of lower layers?

    Hello.
    I have just started using flash, and know next to nothing about some of its functions, so I apologise if I appear to ask questions with obvious answers.
    Anyway, I am attempting to add animation to a previously created layered image, which I am importing from a .psd. The image is structured so that different layers contain translucent masks for objects below - e.g., an upper layer might contain a purple tint gradient which is overlayed on the layers below. I can open up this image in photoshop and it behaves as you might expect, but I'm having difficulties importing the image into flash. When I do, for some reason, the layer contents are modified so that some layers contain not only the contents previously in the layer, but the contents of everything below it, as if that layer and all layers below have been merged down into that one layer. The lower layers are still present, but any modifications made to them are not visible as they are blocked by lower layers. This does not seem to be true for all layers -  only those that previously contained elements with an alpha value anywhere between 0 and 255 - i.e., the mask layers. This makes it impossible to achieve my goal, as I am attempting to animate the objects beneath the masks.
    I'm not sure entirely why this is happening - it seems to be flash converting my layers in a very unintuitive manner. If anybody can help me figure out how to get around this, I would be very grateful. Possibly I could import each layer one at a time and re-arrange them in flash, but this would be very time consuming, especially considering that I may want to add animation to multiple similar files in the future. As such, if there is a way to get the layers to import correctly as arranged in the .psd, then this would be extremely useful.
    Thanks!
    [moved from AS3 forum - not AS related]

    What are you using to generate the PSD?
    Flash's mask support is a bit tricky. In most versions of flash it works as an on/off switch. If a layer is marked as a mask layer, if there is ANY data (transparent or not, white or black or any color), it considers that you want to show that portion of the layers it masks. If there is no bitmap data of any kind in the area, it will NOT show that.
    Pictures are much easier to explain. This behavior would be much different in Photoshop.
    In Flash, say you start with a giant ugly stock rainbow square as the graphic you wish to mask:
    Note in the timeline above I have a layer above named 'mask' and it's set to actually be a mask layer. In that layer I have this radial black/white gradient:
    If I pasted that into the alpha channel of a layer in Photoshop it would gradient the pictures transparency based on the black/gray/white. In flash, it doesn't care about that. All it cares about is there "is" or "is not" data. Since there's data in a larger region than the image it is masking, it will show the whole rainbow square below it, unlike Photoshop:
    There's the output, mask applied.
    Now if I actually cut a square of "bitmap data" out of the middle of the mask, Flash will dutifully clip that area so you can't see it. No data = can't see. So my new mask:
    Now due to there being "missing data" in that rectangular area it will cut out that portion of the rainbow box:
    Does this clarify a bit about the simplicity of masks?
    To get masks to work a bit more like Photoshop there's a bit of a code workaround we've all used for quite a long time. You can read it in many links of you search for AS3 gradient mask. Take a look at the code samples to see how.

  • Acrobat Pro Crash with Flash Import

    Every time I try to import a Flash file with the Flash tool in Acrobat Pro v9.2.0 it crashes out. i thought it might have been a file size issue but it happens regardless of the size of the file I am trying to import.
    I'm running 10.6.1 on a MacBook Pro which is a year old.

    BSOD's are never good. They point to a problem much bigger and deeper than any software issues.
    When XP came out eleven years ago, people were astonished at how much processor it took to handle the GUI vs Windows 98. Processors an RAM have upgraded a lot since then. It was worse with VIsta, even on newer systems. Seven was a step in the right direction, but I'd guess that your old computer (your words, not mine) isn't up to the task of running Windows 7.

  • Flash Import Video needs DirectShow9 and Quick Time 7

    I have Windows XP.
    My Flash CS3 Pro says that I need to have DirectShow9 and
    QuickTime 7 installed before it will import the .MOV file that I'm
    suppose to use in Chapter 1 from the book Foundation Flash CS3
    Video.
    I have been trying all morning to find DirectShow9 in order
    to install it. My book calls it Direct X 9, and I thought I had
    installed what I needed from Microsoft but, obviously, I didn't.
    Also, I installed Quick Time 7 but 90% of the buttons are
    grayed out with PRO over them. QuickTime asks for another $30 to
    upgrade to PRO. I was going to do that, BUT, all the reviews say
    that the PRO doesn't work - screaming that they wasted their money
    for nothing.
    Am I stuck in the mud here? Can you help me find where to
    download what I need? I would really appreciate some good, honest
    answers. This is so frustrating.

    I don't know anything about buttons being grayed out with pro
    over em. But you need DirectX 9 runtime for flash to decode windows
    media files.
    http://www.microsoft.com/downloads/details.aspx?familyid=2da43d38-db71-4c1b-bc6a-9b6652cd9 2a3&displaylang=en
    You might find this useful.
    http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveD ocs_Parts&file=00000645.html
    And i dont think you need to go pro. I have QT 7.5 on my
    system and no trouble here.

  • CS3 Flash Import Video Error

    I am finally back to working in Web Design and was simply trying to import a video clip to my stage.
    All works until the final... load onto the Stage and I get this message.
    Adobe CS3
    Error initializing Java Runtime Environment. You may need to reinstall Flash.
    Any advice... I will go and find my original discs to reload but me thinks it is not going to solve the problem.

    Are you trying to import an actual video file into the main timeline? can you describe in detail your steps...
    You do know that that method is highly discouraged, right? It works much better to have an external video file and use the FLVPlayback component or NetStream to play the video.
    Adninjastrator

  • Flash importing from Illustrator: incorrect gradients

    Illustrator CS5 and Flash CS5. Flash breaks gradients during importing or copying!

    By the way heres is the Vista Error Log:
    Produkt
    Adobe Flash CS3
    Problemsignatur
    Problemhendelsesnavn: APPCRASH
    Programnavn: Flash.exe
    Programversjon: 9.0.0.494
    Tidsstempel for program: 46015140
    Navn på feilmodul: AILib.dll
    Feilmodulversjon: 13.0.128.0
    Tidsstempel for feilmodul: 45c17494
    Unntakskode: c0000005
    Unntaksforskyvning: 0005bda0
    OS-versjon: 6.0.6000.2.0.0.256.1
    ID for nasjonal innstilling: 1044
    Tilleggsinformasjon 1: b179
    Tilleggsinformasjon 2: 3002bfb3a6ea85a667dd3f5c05c040c5
    Tilleggsinformasjon 3: dde9
    Tilleggsinformasjon 4: c7a68b49da8650225411c072c3e54c24

  • Flash import mp3 distorts start of track

    Hi friends - I've been importing a large number of mp3 clips
    into Flash CS3 using the import to library option. Some of the
    clips suffer distortion of the audio at the begining of the clip.
    The clips are mostly voice over, typically "wow, that's cool" and
    the initial word appears to get flattened during import. It doesn't
    always happen, but it's not limited to multiple file imports
    occurring even on single file imports.
    All the clips have been been normalised and exported from
    Audacity prior to importing. If you have any idea of what causes
    this problem or have experienced the same, please post a response.
    Cheers

    I've no idea what was causing this, but it looks to have corrected its self and doesn't appear to be doing it anymore

  • Flash Importing Problems

    Whenever I try to import a jpeg (or other file) into flash, it just shows up as "Preview Not Available" in the library. And when I drag it onto the timeline nothing shows up. This is a new problem as I've been able to successfully import other jpegs that don't have this problem. Why won't these other files work?

    Hey, me again. So I created a new, blank flash file (actionscript 2.0 if that helps). I imported the files that wouldn't show up before, and they appeared in the library. So I have no idea what's going on. It might be the library in the original flash file was just so full: about 300 jpeg/png files. Could too many files in the library explain this? I usually just work in photoshop then save files as jpegs or pngs then export them into flash. I think the problem could also be my laptop. I'm an art student and the computers at my college have never given me a problem with flash. My computer's kind of odd and flaky. Might be time to get a new one if it solves this problem.
    Anyway, let me know if any of what I just relayed helps pinpoint the problem.

  • Bug with AE PNG export - Flash import?

    Anyone know what's up with AE CS3's PNG sequences? I open them in Flash CS3 and they are completely transparent. I have to batch open/save in Photoshop for them to read correctly in Flash.

    Hey, look what I found when I searched for 'PNG' using the
    After Effects Community Help search.
    The top result on this page is an Adobe Technical Support Knowledgebase article about this issue.

  • Nokia 5300 new FW flashing- important!

    before you start flashing new FW, you !must! deactivate your PIN code for error free flashing new FW with no error reports.
    everything is possible

    Hi,
    I have recently updated my 5300 with v5.51. I really dont want to update my phone but i have lost my Calculator app in organizer menu, so i thought i can get it back through a Update. But after the update still theres no calculator app and a lots of lots problems.
    *Phone reboots intermittently
    *makes buzzzz sound intermittently during call, reboots
    *a saw-tooth symbol comes and microphone will not work during a call
    *white screen splashes
    *No E-mail option in Messages
    Now im searching to buy another Model other than Nokia.
    D**n testers who have tested the Update
    Thanks & Regards,
    Solomon
    Nokia 5300
    V05.51
    05-09-07
    RM-146
    (c) Nokia
    edited due to offensive language
    Message Edited by shameers on 08-Jul-2008 03:38 AM

Maybe you are looking for

  • Need exit to add new fields for Vendor master creation

    Hi All,         I have to add a new screen with some fields in Vendor master (Xk01) creation. Can any one suggest me any screen exit / user exit through which I can add these fields.        Please explain the procedure to add the fields through exit.

  • Can I install Windows 7 upgrade (from XP) to BootCamp?

    I currently use Snow Leopard and have a Boot Camp partition running Windows XP Professional. It was a pain to install, because I had the upgrade version, and you can't eject CDs from the optical drive during the installation process to put the old CD

  • Can't rotate individual letters in a text shapes layer

    So I created some text in After Effects and converted them to shape objects. I can do X, Y, and Z rotation on the whole phrase but not on the individual letters. Is there any way to fix this?

  • Questions from an XP user

    I've used OS X before at non-apple conventions and at apple stores, but since not having a version to play with, I have some questions. *Does OS X come with a tool to view pictures (gif,jpeg,png,tga,bmp,etc)? *Are the guys at apple working on a built

  • Update Field VBAP-ABGRU

    Dear all.    I need to put some value in the field ABGRU. When the configuration of the Item is not completed. I'm try to used the program  MV45AFZZ and the exit  FORM USEREXIT_SAVE_DOCUMENT and USEREXIT_MOVE_FIELD_TO_VBAP. But i cant update the fiel