Flash :: Can't Include It In Drupal
Oct 19, 2011I have downloaded a flash component "Fade In Fade Out Slideshow".and included mu images in it.i don't know how to include it in drupal[code]...
View 1 RepliesI have downloaded a flash component "Fade In Fade Out Slideshow".and included mu images in it.i don't know how to include it in drupal[code]...
View 1 Repliesi have downloaded a flash component "Fade In Fade Out Slideshow".and included mu images in it.i don't know how to include it in drupalits index.html page is
<html xmlns="http`enter code here`://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>XML Banner Rotator</title>
[code].....
I have the following javascript to embed a flash in my page.tpl.php
<script type="text/javascript">
<!--
var flashvars = {
xmlUrl: "xml/banner.xml" //Use to change XML filename or location
};
[Code]...
Working on a site where I want site admins to be able to upload swf and/or flv files inline in a content's body together with text,images, etc. I'm currently using the WYSIWYG module (with CKEditor). Basically, what I need is something like [URL] but for flash content. I've looked for something similar but without success.
View 1 RepliesI am an ActionScript developer and I am working on an interactive SWF that gets loaded by Drupal. I am using SWFObject 2.2, the Facebook API for Actionscript, and the SWF Tools module for Drupal.
The purpose is to allow the user to create a picture and then post it to thier newsfeed. The interaction with Facebook works great when I load it into a static html page using swfobject.embedSWF(), but when Drupal loads it (via SWF Tools) the swf loads but the Facebook methods do not work. For example, Facebook.init(APP_ID, onInit) never returns. Normally Facebook.init(APP_ID, onInit) will return a success object if the user is already logged in, or a fail object if the user is not. When my swf is loaded by Drupal this does not work.
I've triple checked the SWF Tools configuration, and as I said, the swf loads and works, but just can't contact Facebook.
I embedded flash to my site using this:print swf('myflash.swf');into my page.tpl file however it is not recognizing the orig dimensions when using this:print swf('myflash.swf',array('height'=>400,'width'=>700));But the flash is showing up, only the dimensions had the problems. I have been searching and searching around in Google and drupal forums to no avail for a few days now..
View 1 RepliesI have a client where some of their employees have flash installed and some don't. So always using the swfuploader module widget isn't going to work and it doesn't gracefully fall back to HTML. In fact it just leaves a non-functioning button in its wake.
So what I would like to do is detect when they don't have Flash available and switch to the standard Drupal File Upload widget. Now in my head it seems like this would only work if done on the server-side. But can that even be done reliably on the server side?
Also, can this on-the-fly widget switching even work in Drupal or will it pitch a fit?
Not sure how to describe this issue, but I only get it in Firefox and not any other browser. When clicking around, the page sometimes blows up with the attached pic. Sometimes it has even more characters than that, and you can see things like LAME encoder referenced. Anyone know what the deal is? All site caching is disabled. I am no pro with flash so I don't know what is causing this. I am using the Boutell XSPF player due to its support of Autoresume, if that helps. I added it to the list of players, and have the flash embed code in a block. I am achieving this using the Drupal Audio module and submodules supporting it.
View 1 RepliesAfter working for a prolonged time on a programming problem, I start to get coding tunnel vision. It makes it harder to draw back and look at the problem from farther away. Hence my question: I am using a Drupal 6 site. When a menu option is clicked, the page opens and a Flash SWF file needs to played in a ThickBox. After 8 seconds, that Thickbox closes.
Opening the SWF file in the Thickbox when a link is clicked is no problem, just like closing the Thickbox afterwards; that's basic javascript. For that I use these:
[Code]...
But opening the Thickbox on load? I can add a link for the user to click, but it should open automatically. I figured out the PHP to have it only open on one specific page. From the Thickbox manual, I learned to open links to images - but not how to open it when the page loads.
Is there any content management system (such as Joomla or Drupal) for Flash/ FLex websites?
View 1 RepliesIs there any content management system (such as Joomla or Drupal) for Flash/ FLex websites?
View 2 RepliesI saw it in this site...[URL].. it says "Include code from external sources using #include".umm... does it mean I can use C code, etc. within flash??
View 1 RepliesI am using an include file, and I've noticed that sometimes the the fla file does not refresh new changes to my include file. When exporting with "Ctrl, Enter" Is Flash loading the include file from the cache?
View 3 RepliesI saw it in this site...[URL]it says "Include code from external sources using #include".does it mean I can use C code, etc. within flash?
View 1 RepliesI installed SWF Tools 6.x-2.5 in Drupal Drupal 6.20. I followed the installation instruction and also setup SWFObject 2 - JavaScript. The status page does not show any error.
The problem that I have is that when I indicate the content with [swf file="MyflashTest.swf"] I always get the message:
You are missing some Flash content
that should appear here! Perhaps your
browser cannot display it, or maybe it
did not initialize correctly
I using apache webserver in my localghost. I tried to open the page with IE and Firefox but I always get the same message
Any idea what do I need to check/set to make flash content appear?
Thanks,
Carlos
I have to include a PHP page in a flash movie.
View 1 RepliesI was wondering if I could include some flash animation within the html on hover,
View 1 RepliesIn AS3, I know how to accomplish this. One needs only to click "ActionScript Settings", and navigate to the SWC file under "SWC Files or Folders Containing SWC Files".
However, when the project is set to AS2, the "Actionscript 2.0 Settings" is a rather sparse menu, and adding the folder as a classpath doesn't seem to work.
Is it possible to include PDF files within a Flash site that can then subsequently be downloaded by users of the site? Or does this have to be done through dreamweaver or a combination of both?
View 4 RepliesI have a flash movie that requires some JavaScript from an include file but I'd like to be able to embed it anywhere without requiring a script tag.
Is there a way to include an external JavaScript file using the ExternalInterface library so I can call the methods in the JavaScript include file later?
I am using jw player for playing audio. can i remove the screen and can i place the only tool bar of the jw player (with out screen).
View 1 RepliesI have downloaded some external actionscript library in a form of a bunch of folders with .as files that have the following folder structure:
com/helper_lib1/*.as
com/helper_lib2/*.as
com/primary_lib/LibClass.as <- primary lib I want to use
Lib.as has the following code:
package com.primary_lib{
import com.helper_lib1.*;
import com.helper_lib2.*;
public class LibClass extends MovieClip{.....
Now I have some fla project where I want to use this com/primary_lib/lib.as, something like:
import com.primary_lib.LibClass;
var test:LibClass = new LibClass();...
How to include this library into my project and where should I put all those files? I already tried putting them into every possible folder but I always get definition com.primary_lib:LibClass could not be found error.
I'm naturally a PHP coder, but I have to use flash for a part of a project.I was wondering if I have files such as mainsite.swf and page1content.swf, is there a way to simply include the page1content.swf file into a predefined area on the mainsite.swf file (as in PHP's include)?Also, would it be possible to use this flash "include" to embed external swf's?Finally, ideally I'd be able to merge these files together, but from what I've read, it's a tricky business, with filenames, referencing etc, so this is optional.
View 1 RepliesVarious sites, such as [URL] for video, or [URL], use an object tag with a nested embed tag. Based on quite a bit of testing, I've concluded that these sites only work with the nested or stand-alone embed tag, but not with the equivalent object tag syntax. Here's an example:
[Code]...
I'm working on a swf file source code obfuscator, for some reason I need a list that include all actionscript 3 api name. How to get it ? Should I need check all of the as3 api doc and make the list manual ?
View 2 RepliesI need to use some classes belong to mx library, but when I try to import it Flash throws me an error that it can't find this library.
How can I import it to my project? I'm using Adobe Flash Professional CS5.
My problem: I have an FLV video that I need to add hardcoded subtitles to. I know that it's possible to add subs via XML but this is no good, I need them to be part of the video file itself. I tried (stupidly it seems) to use flash to load in the FLV to the timeline & add subtitles to another layer - but exporting issues & time-synching problems scuppered such an approach. So I need some proper video editing software. I have Adobe Premier v2 but it doesn't seem to support FLV input/output natively..
1) Convert FLV to AVI
2) import AVI to video editing software
3) Add subtitles
4) Export AVI file
5) Convert back to FLV
I'm trying to find out a way to include .as files into flash movies.in AS2 it used to be
Code:
#include "archive.as"
how does it work in AS3?
i have a project to do on flash..its about laws of physics and i want to include dynamic graphs.. e.g projectile motion.. the guy enters the distance and the angle and a graph is plotted from the calculations it makes.. erm..thing is that i dont even know to make a graph in flash..now i have to make a dynamic one is there any tutorial around
View 6 RepliesI am trying to include my Adobe Flash CS3 movies on my HTML websites. The website is validated XHTML 1.0 strict. It works fine in IE and is valid. (IE uses the OBJECT tag) In Firefox, I cannot have my movie since the EMBED tag is depreciated-If I do have the Flash movie included to work in Firefox, it will not validate since the EMBED tag is depreciated. Is there any way to have it work in FireFox and be XHTML 1.0 Strict valid? My URL is:(Flash on top)
View 1 Replies